print.carx: Print a short description of the fitted model

Description Usage Arguments Value Examples

View source: R/carx_default.R

Description

Print a short description of the fitted model

Usage

1
2
## S3 method for class 'carx'
print(x, ...)

Arguments

x

a fitted model object.

...

not used.

Value

none.

Examples

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

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

Related to print.carx in carx...