coeff.extract: Coefficient extractor for fitted models.

Description Usage Arguments Details Author(s)

Description

Tool to extract coefficients and standard errors from different fitted model objects, and return them in a standard format.

Usage

1
coeff.extract(object)

Arguments

object

a fitted model object of class lm, glm, or coxph.

Details

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.

Author(s)

Toby Johnson Toby.x.Johnson@gsk.com


gtx documentation built on May 2, 2019, 5:08 a.m.