This function is a wrapper for a variety of plots, namely:
summary:
model performance across alpha (to assess the relative performance among
different member models in the elastic net family, as well as in relation to permutation null models);
lambdaVsQF:
given alpha, quality function across lambda (to examine the selection of the optimal penalty parameter);
measuredVsOOB:
(for gaussian and categorical models) given alpha, response vs out-of-bag predictions across instances (to assess
individual instances, examine outliers, etc);
contingency:
(for categorical models) given alpha, response vs out-of-bag predictions across classes;
featureCaterpillar:
given alpha, caterpillar plot of feature statistics compared to permutation
null models (with statistical significance annotations for individual features);
featureHeatmap:
heatmap of feature statistics across alpha (including statistical significance
annotations for individual features);
KaplanMeier:
(for Cox regression models) given alpha, Kaplan-Meier plot of survival probability as a function of time (where the cohort is partitioned in two or more groups based on predicted risk); and
survROC:
(for Cox regression models) given alpha, time-dependent ROC plot(s) based on predicted risk at the specified timepoints of interest.