Learn R Programming

cNORM (version 3.0.3)

print.cnorm: 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 cnorm
print(x, ...)

Value

A table with information criteria

Arguments

x

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

...

additional parameters

See Also

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