get_confint | R Documentation |
Confidence Intervals of Model Parameters
get_confint(data, y, x, level = 0.95)
data |
A data frame containing the variables to use |
y |
The dependent variable |
x |
A set of independent variables |
level |
level of significance can be 0.95, 0.90 etc. default is 0.95 |
tibble containing the lower and upper confidence intervals
Mutua Kilai
get_confint(data = eduperform, "pi", c("hs", "ps"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.