methods: render model outputs for comparison

Description Usage Arguments Details Value Author(s) See Also Examples

Description

support methods render a collection of related models

Usage

1
2
3
4
5

Arguments

x

instance of R model fit class

Details

These generic methods return information appropriate for lm, gee, coxph models for use in concatMods. See the vignette for details on how to override these methods.

Value

a numeric vector

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

See Also

xtable

Examples

1
2
3
4
data(stackloss)
lm1 <- lm( stack.loss ~ Air.Flow, data=stackloss)
getCoef(lm1)
getExtra(lm1)

cremo documentation built on May 2, 2019, 5:23 p.m.

Related to methods in cremo...