| is.cvCovEst | R Documentation |
is.cvCovEst() provides a generic method for checking if
input is of class cvCovEst.
is.cvCovEst(x)
x |
The specific object to test. |
A logical indicating TRUE if x inherits from
class cvCovEst.
cv_dat <- cvCovEst(
dat = mtcars,
estimators = c(
thresholdingEst, sampleCovEst
),
estimator_params = list(
thresholdingEst = list(gamma = seq(0.1, 0.3, 0.1))
),
center = TRUE,
scale = TRUE
)
is.cvCovEst(cv_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.