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.
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.