# Compute model with example data and plot information function
cnorm.model <- cnorm(raw = elfe$raw, group = elfe$group)
plotSubset(cnorm.model)
# Plot BIC against adjusted R-squared
plotSubset(cnorm.model, type = 2)
# Plot RMSE against number of predictors
plotSubset(cnorm.model, type = 3)
Run the code above in your browser using DataLab