Learn R Programming

coefplot (version 1.1.8)

getModelInfo: Model Information

Description

Extracts and builds extensive information from models

Usage

getModelInfo(model, ...)

Arguments

model
The fitted model with coefficients to be plotted
...
Further arguments such as shorten, only and factors

Value

  • Information on the model

Details

Helper function for coefplot

See Also

coefplot.lm

Examples

Run this code
data(diamonds)
model1 <- lm(price ~ carat + cut*color, data=diamonds)
coefplot(model1)

Run the code above in your browser using DataLab