Missing a colon (#130)

This commit is contained in:
Andrew Landgraf 2016-07-22 12:26:06 -04:00 committed by Hadley Wickham
parent 13b558e886
commit d4ca348558
1 changed files with 1 additions and 1 deletions

View File

@ -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