Skip to contents

Accessor for the cvFits slot (per-fold priors + samplePartition).

Usage

getCvFits(x, ...)

# S4 method for class 'MashPrior'
getCvFits(x, ...)

Arguments

x

A MashPrior object.

...

Unused.

Value

The cvFits list, or NULL.

Examples

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