Description Usage Arguments Value Author(s)
View source: R/pull_model_coefficients.R
Functions to pull useful pieces out of model objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | pull_model_coefficients(model, named = FALSE)
pull_model_r_squared(model)
pull_model_mse(model)
pull_model_slope(model)
pull_model_intercept(model)
pull_model_p_value(model)
pull_model_f_statistic(model)
pull_model_degrees_of_freedom(model)
|
model |
A model object. |
named |
Should the return vector be named? |
A vector, either named or unnamed.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.