View source: R/bootstrap_relative_performance.R
Bootstrap the performance statistic as explained in Rodriguez & Spirling 2020
1 2 3 4 5 6 7 8 | bootstrap_relative_performance(
tt_tibble,
x = NULL,
models = NULL,
overlap_prob = NULL,
num_iters = 100,
seed = 1984L
)
|
x |
the cue for which performance statistic is to be bootstrapped |
overlap_prob |
numeric between 0-1, output of |
num_iters |
number of bootstraps |
seed |
seed for replication purposes |
tt_data |
processed triad task app output |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.