powered by
Construct Confidence Interval Values
buildModelCI(model, ...)
A data.frame listing coefficients and confidence bands.
data.frame
A Fitted model such as from lm, glm
Arguments passed on onto other methods
Jared P. Lander
Takes a model and builds a data.frame holding the coefficient value and the confidence interval values.
coefplot multiplot
coefplot
multiplot
data(diamonds) model1 <- lm(price ~ carat + cut, data=diamonds) coefplot:::buildModelCI(model1) coefplot(model1)
Run the code above in your browser using DataLab