Description Usage Arguments Value Examples
View source: R/model_fit_stats.R
This function extracts the R squared, adjusted R squared, predicted R squared, and predictive residuals from a linear model.
1 | model_fit_stats(linear.model)
|
linear.model |
an lm-type object |
A data.frame containing the R squared, adj. R squared, pred. R squared, and predictive residuals
1 | ## Short example
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.