View source: R/plot_functions.R
cvSummaryPlot | R Documentation |
cvSummaryPlot()
combines plots of the eigenvalues and the
covariance heatmap for the optimal estimator selected by
cvCovEst()
, and also provides a table showing the best
estimator within each class. A plot the risk of the optimal estimator's
class is also provided if applicable.
cvSummaryPlot(
dat,
estimator,
dat_orig,
stat,
k,
leading,
plot_type = "summary",
cv_details,
has_hypers,
multi_hypers,
abs_v,
switch_vars,
min_max
)
dat |
A named |
estimator |
A |
dat_orig |
The |
plot_type |
A |
cv_details |
Character vector summarizing key arguments passed to
|
has_hypers |
A |
multi_hypers |
A |
abs_v |
A |
switch_vars |
A |
min_max |
A |
A collection of plots and summary statistics for the optimal
estimator selected by cvCovEst
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.