coefplot (version 1.2.7)

buildModelCI: buildModelCI

Description

Construct Confidence Interval Values

Usage

buildModelCI(model, ...)

Arguments

model

A Fitted model such as from lm, glm

Arguments passed on onto other methods

Value

A data.frame listing coefficients and confidence bands.

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
# 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