AbstractResamplingOptions | R Documentation |
AbstractResamplingOptions
is an R6 class that defines options common
to resampling analyses.
nitro::AbstractExtension
-> AbstractResamplingOptions
replications
An integer value indicating the number of resampling replications to perform.
cutoff
An integer value indicating the cutoff value for frequencies.
frequency_summary
A character vector indicating which method(s) to use to summarize supports. More than one option can be specified. The options are:
difference
: frequency differences (i.e., group supported/contradicted), default;
absolute
: absolute frequencies; or
slope
: frequency slopes.
new()
AbstractResamplingOptions$new( replications = 100, frequency_summary = "absolute" )
replications
An integer value indicating the number of resampling replications to perform.
frequency_summary
A character vector indicating which method(s) to use to summarize supports. More than one option can be specified. The options are:
difference
: frequency differences (i.e., group supported/contradicted), detault;
absolute
: absolute frequencies; or
slope
: frequency slopes.
clone()
The objects of this class are cloneable with this method.
AbstractResamplingOptions$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.