Learn R Programming

coefplot (version 1.1.8)

getModelInfo.rxLogit: Model Information for rxLogit

Description

Extracts and builds extensive information from rxLogit models

Usage

getModelInfo.rxLogit(...)

Arguments

...
Further arguments. See getModelInfo.rxLinMod for more information on this function's arguments.

Value

  • Information on the model

Details

Helper function for coefplot See getModelInfo.rxLinMod for more information on this function's arguments as it is simply a wrapper function.

See Also

coefplot.lm coefplot

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