CVsampler {CONFESS}R Documentation

CVsampler

Description

It samples a data subset for the cross-validation analysis.

Usage

CVsampler(data, f)

Arguments

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).

Value

An index with the data that will remain in the analysis.


[Package CONFESS version 1.8.0 Index]