Learn R Programming

cNORM (version 3.0.3)

printSubset: Convenience 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

printSubset(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(), print.cnorm(), rangeCheck(), regressionFunction(), summary.cnorm()

Examples

Run this code
# Generate cnorm object from example data
result <- cnorm(raw = elfe$raw, group = elfe$group)
printSubset(result)

Run the code above in your browser using DataLab