| JackknifeOptions | R Documentation | 
JackknifeOptions is an R6 class that defines options for jackknife
resampling analyses.
nitro::AbstractExtension -> nitro::AbstractResamplingOptions -> JackknifeOptions
probabilityAn integer value indicating the change probability.
new()JackknifeOptions$new( replications = 100, probability = 36, cutoff = 0, frequency_summary = "absolute" )
replicationsAn integer value indicating the number of resampling replications to perform.
probabilityAn integer value indicating the change probability.
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()JackknifeOptions$print(...)
...Ignored.
queue()JackknifeOptions$queue(...)
...Ignored.
clone()The objects of this class are cloneable with this method.
JackknifeOptions$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.