summary.carx: Summarize the fitted 'carx' object

Description Usage Arguments Value Examples

View source: R/carx_default.R

Description

Summarize the fitted carx object

Usage

1
2
## S3 method for class 'carx'
summary(object, ...)

Arguments

object

a fitted carx object.

...

not used.

Value

a summary.

Examples

1
2
3
dat = carxSim(nObs=100,seed=0)
mdl <- carx(y~X1+X2-1,data=dat, p=2, CI.compute = FALSE)
summary(mdl)

carx documentation built on May 2, 2019, 3:43 a.m.

Related to summary.carx in carx...