Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getfit

Accessing coefficients of a fitted model object


Description

Generic S4 function used to access the coefficients (and their standard error) from a fitted model. It is used by coef.glmulti.

Usage

getfit(object, ...)

Arguments

object

A fitted model object, of class glm, lm or codeglm.nb

...

Further arguments that may be required by some methods of this generic.

Details

Define your own method for this generic when using glmulti with some custom fitting function.

Value

A data.frame, with as rows the coefficients that are fitted in the model, and three columns: the first with the estimated coefficients, the second with the associated standard errors, and the third with degrees of freedom.

Author(s)

Vincent Calcagno, McGill University

References

Calcagno \& de Mazancourt 2010 J. Stat. Soft. v34 i12. See http://www.jstatsoft.org/v34/i12

See Also


glmulti

Model Selection and Multimodel Inference Made Easy

v1.0.8
GPL (>= 2)
Authors
Vincent Calcagno [aut, cre]
Initial release
2020-05-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.