| inla.group.cv {INLA} | R Documentation |
From a fitted model, compute and add the group.cv-values
inla.group.cv(
result,
group.cv = NULL,
num.level.sets = -1,
strategy = c("posterior", "prior"),
size.max = 32,
groups = NULL,
selection = NULL,
friends = NULL,
verbose = FALSE,
epsilon = 0.005,
prior.diagonal = 1e-04,
keep = NULL,
remove = NULL,
remove.fixed = TRUE
)
result |
An object of class |
group.cv |
If given, the groups are taken from this argument.
|
num.level.sets |
Number of level.sets to use. The default value
|
strategy |
One of |
size.max |
The maximum size of a group. If the computed group-size is
larger, it will be truncated to |
groups |
An (optional) predefined list of groups. See the vignette for details. |
selection |
An optional list of data-indices to use. If not given, then all data are used. |
friends |
An optional list of lists of indices to use a friends |
verbose |
Run with |
epsilon |
Two correlations with a difference less than |
prior.diagonal |
When |
keep |
For |
remove |
For |
remove.fixed |
For |
The object returned is list related to leave-group-out cross-validation. See the vignette for details.
Havard Rue hrue@r-inla.org