Description Usage Arguments Details Author(s)
Tool to extract coefficients and standard errors from different fitted model objects, and return them in a standard format.
1 | coeff.extract(object)
|
object |
a fitted model object of class lm, glm, or coxph. |
coeff.extract detects the class of object and handles it appropriately to extract a two column data frame with columns “Estimate” and “Std Error”.
This function is useful because there does not seem to otherwise be a uniform interface to all these classes.
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.