R/AllGenerics.R
R/MashPrior.R
getCvFits.Rd
Accessor for the cvFits slot (per-fold priors + samplePartition).
cvFits
samplePartition
getCvFits(x, ...) # S4 method for class 'MashPrior' getCvFits(x, ...)
A MashPrior object.
MashPrior
Unused.
The cvFits list, or NULL.
NULL
U <- list(shared = diag(3), singleton = matrix(0.3, 3, 3) + diag(0.7, 3)) mp <- MashPrior(fullFit = list(U = U, w = c(0.5, 0.5))) getCvFits(mp) #> NULL