View source: R/modeling_phrases.R
summarize_model_fit | R Documentation |
A wrapper for glance
which obtains metrics on the
goodness of fit of the model. For the linear model in particular, some
metrics are suppressed.
summarize_model_fit(mean.model)
summarise_model_fit(mean.model)
mean.model |
|
A data.frame
containing one row of summary metrics.
fit <- lm(mpg ~ hp, data = mtcars)
summarize_model_fit(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.