
Last chance! 50% off unlimited learning
Sale ends in
for internal use only! This function selects samples based on provided strata.
get_samples_from_strata(
y,
original_order,
strata,
samples_per_strata,
sampling_for = c("calibration", "validation"),
replacement = FALSE
)
a list with the indices of the calibration and validation samples.
a matrix of one column with the response variable.
sampling to select the calibration samples ("calibration") or sampling to select the validation samples ("validation").
logical indicating if sampling with replacement must be done.
the number of strata.