extract.coef.rxLinMod: extract.coef.rxLinMod

View source: R/extractCoef.r

extract.coef.rxLinModR Documentation

extract.coef.rxLinMod

Description

Extract Coefficient Information from rxLinMod Models

Usage

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

Arguments

model

Model object to extract information from.

...

Further arguments

Details

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

Value

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

Author(s)

Jared P. Lander

Examples

## Not run: 
library(ggplot2)
data(diamonds)
mod3 <- rxLinMod(price ~ carat + cut + x, data=diamonds)
extract.coef(mod3)

## End(Not run)


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