CVsampler {CONFESS} | R Documentation |
It samples a data subset for the cross-validation analysis.
CVsampler(data, f)
data |
List. The output of Fluo_inspection() or Fluo_modeling(). It requires existence of the @GAPgroups slot. |
f |
Float. The percentage of samples that are used in the CV analysis (the rest is re-estimated). |
An index with the data that will remain in the analysis.