View source: R/buildPlottingFrame.r
buildModelCI | R Documentation |
Construct Confidence Interval Values
buildModelCI(model, ...)
model |
A Fitted model such as from lm, glm |
... |
Arguments passed on onto other methods |
Takes a model and builds a data.frame holding the coefficient value and the confidence interval values.
A data.frame
listing coefficients and confidence bands.
Jared P. Lander
coefplot
multiplot
data(diamonds) model1 <- lm(price ~ carat + cut, data=diamonds) coefplot:::buildModelCI(model1) coefplot(model1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.