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 cnorm
print(x, ...)
A table with information criteria
The model from the 'bestModel' function or a cnorm object
additional parameters
Other model:
bestModel()
,
checkConsistency()
,
cnorm.cv()
,
derive()
,
modelSummary()
,
printSubset()
,
rangeCheck()
,
regressionFunction()
,
summary.cnorm()