Learn R Programming

coefplot (version 1.2.9)

buildModelCI: buildModelCI

Description

Construct Confidence Interval Values

Usage

buildModelCI(model, ...)

Value

A data.frame listing coefficients and confidence bands.

Arguments

model

A Fitted model such as from lm, glm

...

Arguments passed on onto other methods

Author

Jared P. Lander

Details

Takes a model and builds a data.frame holding the coefficient value and the confidence interval values.

See Also

coefplot multiplot

Examples

Run this code

data(diamonds)
model1 <- lm(price ~ carat + cut, data=diamonds)
coefplot:::buildModelCI(model1)
coefplot(model1)

Run the code above in your browser using DataLab