check_model_sig | R Documentation |
Checking Overall Model Significance
check_model_sig(data, y, x)
data |
A data frame containing the variables to use |
y |
The dependent variable |
x |
A set of independent variables |
p-value with a statement on whether the model is significant or not
Mutua Kilai
check_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.