From d4ca348558daabd1e41660154254be80765b844d Mon Sep 17 00:00:00 2001 From: Andrew Landgraf Date: Fri, 22 Jul 2016 12:26:06 -0400 Subject: [PATCH] Missing a colon (#130) --- model-many.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-many.Rmd b/model-many.Rmd index 0b18056..660afea 100644 --- a/model-many.Rmd +++ b/model-many.Rmd @@ -560,7 +560,7 @@ The broom package provides three general tools for turning models in to tidy dat model summary: either a measure of model quality, or complexity, or a combination of the two. -1. `broom:tidy(model)` returns a row for each coefficient in the model. Each +1. `broom::tidy(model)` returns a row for each coefficient in the model. Each column gives information about the estimate or its variability. 1. `broom::augment(model, data)` returns a row for each row in `data`, adding