SymmetricResamplingOptions | R Documentation |
SymmetricResamplingOptions
is an R6 class that defines parameters for
symmetric resampling analyses.
nitro::AbstractExtension
-> nitro::AbstractResamplingOptions
-> SymmetricResamplingOptions
probability
An integer value indicating the change probability.
new()
SymmetricResamplingOptions$new( replications = 100, probability = 36, cutoff = 0, frequency_summary = "absolute" )
replications
An integer value indicating the number of resampling replications to perform.
probability
An integer value indicating the change probability.
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:
absolute
: absolute frequencies, default;
difference
: frequency differences (i.e., group supported/contradicted);
slope
: frequency slopes.
print()
SymmetricResamplingOptions$print(...)
...
Ignored.
queue()
SymmetricResamplingOptions$queue(...)
...
Ignored.
clone()
The objects of this class are cloneable with this method.
SymmetricResamplingOptions$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.