powered by
Confidence Intervals of Model Parameters
get_confint(data, y, x, level = 0.95)
tibble containing the lower and upper confidence intervals
A data frame containing the variables to use
The dependent variable
A set of independent variables
level of significance can be 0.95, 0.90 etc. default is 0.95
Mutua Kilai
get_confint(data = eduperform, "pi", c("hs", "ps"))
Run the code above in your browser using DataLab