BootstrapOptions: Set options for bootstrap resampling

BootstrapOptionsR Documentation

Set options for bootstrap resampling

Description

BootstrapOptions is an R6 class that defines options for bootstrap resampling analyses.

Super classes

nitro::AbstractExtension -> nitro::AbstractResamplingOptions -> BootstrapOptions

Methods

Public methods


Method new()

Usage
BootstrapOptions$new(
  replications = 100,
  cutoff = 50,
  frequency_summary = "absolute"
)
Arguments
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:

  • absolute: absolute frequencies, default;

  • difference: frequency differences (i.e., group supported/contradicted);

  • slope: frequency slopes.


Method print()

Usage
BootstrapOptions$print(...)
Arguments
...

Ignored.


Method queue()

Usage
BootstrapOptions$queue(...)
Arguments
...

Ignored.


Method clone()

The objects of this class are cloneable with this method.

Usage
BootstrapOptions$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


paravian/nitro documentation built on Jan. 17, 2025, 11:21 p.m.