Learn R Programming

CONFESS (version 1.0.2)

CVsampler: 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.