An lcMethod object specifying the longitudinal cluster method to apply, or the name (as character) of an lcMethod subclass. See '>lcMethod for details.
data
A data.frame.
samples
The number of bootstrap samples to evaluate.
seed
The seed to use. Optional.
parallel
Whether to enable parallel evaluation. See latrend-parallel. Method evaluation and dataset transformation is done on the calling thread.
errorHandling
Whether to "stop" on an error, or to "remove' evaluations that raised an error.
envir
The environment in which to evaluate the method arguments (by compose()). This environment is also used to evaluate the data argument if it is of type call.
verbose
The level of verbosity. Either an object of class Verbose (see R.utils::Verbose for details),
a logical indicating whether to show basic computation information,
a numeric indicating the verbosity level (see Verbose),
or one of c('info', 'fine', 'finest').