AbstractResamplingOptions: Define options common to resampling analyses

AbstractResamplingOptionsR Documentation

Define options common to resampling analyses

Description

AbstractResamplingOptions is an R6 class that defines options common to resampling analyses.

Super class

nitro::AbstractExtension -> AbstractResamplingOptions

Active bindings

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.

Methods

Public methods


Method new()

Usage
AbstractResamplingOptions$new(
  replications = 100,
  frequency_summary = "absolute"
)
Arguments
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.


Method clone()

The objects of this class are cloneable with this method.

Usage
AbstractResamplingOptions$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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