buildModelCI: buildModelCI

View source: R/buildPlottingFrame.r

buildModelCIR Documentation

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

Details

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

Value

A data.frame listing coefficients and confidence bands.

Author(s)

Jared P. Lander

See Also

coefplot multiplot

Examples


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


coefplot documentation built on March 18, 2022, 7:58 p.m.