Learn R Programming

carx (version 0.7.1)

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

Description

Print a short description of the fitted model

Usage

# S3 method for carx
print(x, ...)

Arguments

x

a fitted model object.

...

not used.

Value

none.

Examples

Run this code
# NOT RUN {
dat = carxSim(nObs=100,seed=0)
mdl <- carx(y~X1+X2-1,data=dat, p=2, CI.compute = FALSE)
print(mdl)
# }

Run the code above in your browser using DataLab