extract.coef.maxLik {coefplot}R Documentation

extract.coef.maxLik

Description

Extract Coefficient Information from Models

Usage

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

Arguments

model

Model object from which to extract information.

...

Further arguments

Details

Gets the coefficient values and variable names from a model.

Value

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

Author(s)

Jared P. Lander


[Package coefplot version 1.2.8 Index]