View source: R/plot_functions.R
cvEigenPlot | R Documentation |
cvEigenPlot()
plots the eigenvalues of one or more
estimators produced by cvCovEst()
.
cvEigenPlot(
dat,
estimator,
stat = "min",
dat_orig,
k,
leading = TRUE,
plot_type = "eigen",
cv_details,
has_hypers
)
dat |
A named |
estimator |
A |
stat |
A |
dat_orig |
The |
k |
A |
leading |
A |
plot_type |
A |
cv_details |
A |
has_hypers |
A |
A plot, or grid of plots, showing the k
leading or trailing
eigenvalues of the specified estimators and associated summary statistics of
the cross-validated risk.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.