Missing a colon (#130)
This commit is contained in:
parent
13b558e886
commit
d4ca348558
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue