get_coefficients_variance | R Documentation |
Get variance of the model coefficients
get_coefficients_variance(data, y, x)
data |
A data frame containing the variables to use |
y |
The dependent variable |
x |
A set of independent variables |
Tibble containing the variances
Mutua Kilai
get_coefficients_variance(data = eduperform, "pi", c("hs", "ps"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.