powered by
carx
Summarize the fitted carx object
# S3 method for carx summary(object, ...)
a fitted carx object.
not used.
a summary.
# NOT RUN { dat = carxSim(nObs=100,seed=0) mdl <- carx(y~X1+X2-1,data=dat, p=2, CI.compute = FALSE) summary(mdl) # }
Run the code above in your browser using DataLab