ols_model_stats | R Documentation |
Model Summary Statistics
ols_model_stats(data, y, x)
data |
A data frame containing the variables to use |
y |
The dependent variable |
x |
The independent variables |
A tibble containing model summary stats: R-Squared, Adjusted R-Squared, AIC and BIC
Mutua Kilai
ols_model_stats(data = eduperform, "pi", c("hs", "ps"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.