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