coefplot (version 1.2.7)

extract.coef.rxLogit: extract.coef.rxLogit

Description

Extract Coefficient Information from rxLogit Models

Usage

# S3 method for rxLogit
extract.coef(model, ...)

Arguments

model

Model object to extract information from.

...

Further arguments

Value

A data.frame containing the coefficient, the standard error and the variable name.

Details

Gets the coefficient values and standard errors, and variable names from an rxLogit model.

Examples

Run this code
# NOT RUN {
library(ggplot2)
data(diamonds)
mod6 <- rxLogit(price > 10000 ~ carat + cut + x, data=diamonds)
extract.coef(mod6)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab