ols_model_sig | R Documentation |
F-statistic attributes
ols_model_sig(data, y, x)
data |
A data frame containing the variables to use |
y |
The dependent variable |
x |
Set of independent variables |
A tibble containing the number of observations, F-Statistic, degrees of freedom and p-value
Mutua Kilai
ols_model_sig(data = eduperform, "pi", c("hs", "ps"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.