| plot.ordinalNetTune {ordinalNet} | R Documentation | 
Plot method for "ordinalNetTune" object.
Description
Plots the average out-of-sample log-likelihood, misclassification rate, Brier score, or percentage of deviance explained for each lambda value in the solution path. The averae is taken over all cross validation folds.
Usage
## S3 method for class 'ordinalNetTune'
plot(x, type = c("loglik", "misclass", "brier", "devPct"), ...)
Arguments
| x | An "ordinalNetTune" S3 object. | 
| type | Which performance measure to plot. Either "loglik", "misclass", "brier", or "devPct". | 
| ... | Additional plot arguments. | 
See Also
Examples
# See ordinalNetTune() documentation for examples.
[Package ordinalNet version 2.12 Index]