print.cnorm | R Documentation |
After conducting the model fitting procedure on the data set, the best fitting model has to be chosen. The print function shows the R2 and other information on the different best fitting models with increasing number of predictors.
## S3 method for class 'cnorm'
print(x, ...)
x |
The model from the 'bestModel' function or a cnorm object |
... |
additional parameters |
A table with information criteria
Other model:
bestModel()
,
checkConsistency()
,
cnorm.cv()
,
derive()
,
modelSummary()
,
printSubset()
,
rangeCheck()
,
regressionFunction()
,
summary.cnorm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.