Description Usage Arguments Details Value Author(s)
Tool to extract coefficients and standard errors from different fitted model objects, and return them in a standard format.
1 2 | ## Default S3 method:
coeff.extract(object)
|
object |
a fitted model object. |
coeff.extract is a generic function to extract a two column data frame
with columns “Estimate” and “Std Error”, and one row for
each coefficient in the fitted model object
.
The default method simply packages the values returned by using the generic
functions coef()
and vcov()
. It therefore works for all classes that
these methods work for, including lm, glm, and coxph.
Written as a generic function so that other fitted model objects might be handled.
A data frame with two variables, always named “Estimate” and “Std. Error”. Row names indicate model terms.
Toby Johnson Toby.x.Johnson@gsk.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.