Learn R Programming

texreg (version 1.06)

extract: Extract coefficients and GOF measures from a statistical object

Description

Extract coefficients and GOF measures from a statistical object.

Usage

extract(model, ...)
extract.clogit(model)
extract.ergm(model)
extract.glm(model)
extract.gls(model)
extract.lm(model)
extract.lme(model)
extract.lrm(model)
extract.plm(model)
extract.pmg(model)
extract.rq(model)
extract.systemfit(model)

Arguments

model
A statistical model object.
...
Custom parameters.

Details

This is a generic function which extracts coefficients and GOF measures from statistical objects. There are several extract functions for the specific model types, which are called by the generic extract function if it encounters a model known to be handled by the specific function. The output is used by the texreg function.

See Also

texreg-package texreg extract-methods