get_significant_predictors | R Documentation |
Obtaining only significant predictors from a model
get_significant_predictors(data, y, x, alpha = 0.05)
data |
A data frame containing the variables to use |
y |
The dependent variable |
x |
A set of independent variables |
alpha |
desired alpha level. default is 0.05 |
A tibble containing the significant predictors
Mutua Kilai
get_significant_predictors(data = eduperform, "pi", c("hs", "ps"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.