extract.coef.maxLik: extract.coef.maxLik
Description
Extract Coefficient Information from Models
Usage
# S3 method for maxLik
extract.coef(model, ...)
Value
A data.frame containing the coefficient, the standard
error and the variable name.
Arguments
- model
Model object from which to extract information.
- ...
Further arguments
Details
Gets the coefficient values and variable names from a model.