| BootstrapOptions | R Documentation |
BootstrapOptions is an R6 class that defines options for bootstrap
resampling analyses.
nitro::AbstractExtension -> nitro::AbstractResamplingOptions -> BootstrapOptions
new()BootstrapOptions$new( replications = 100, cutoff = 50, frequency_summary = "absolute" )
replicationsAn integer value indicating the number of resampling replications to perform.
cutoffAn integer value indicating the cutoff value for frequencies.
frequency_summaryA 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()BootstrapOptions$print(...)
...Ignored.
queue()BootstrapOptions$queue(...)
...Ignored.
clone()The objects of this class are cloneable with this method.
BootstrapOptions$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.