Learn R Programming

coefplot (version 1.2.9)

extract.coef.rxLinMod: extract.coef.rxLinMod

Description

Extract Coefficient Information from rxLinMod Models

Usage

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

Value

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

Arguments

model

Model object to extract information from.

...

Further arguments

Author

Jared P. Lander

Details

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

Examples

Run this code
if (FALSE) {
library(ggplot2)
data(diamonds)
mod3 <- rxLinMod(price ~ carat + cut + x, data=diamonds)
extract.coef(mod3)
}

Run the code above in your browser using DataLab