print.cnorm {cNORM}R Documentation

S3 method for printing model selection information

Description

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.

Usage

## S3 method for class 'cnorm'
print(x, ...)

Arguments

x

The model from the 'bestModel' function or a cnorm object

...

additional parameters

Value

A table with information criteria

See Also

Other model: bestModel(), checkConsistency(), cnorm.cv(), derive(), modelSummary(), printSubset(), rangeCheck(), regressionFunction(), summary.cnorm()


[Package cNORM version 3.0.4 Index]