bootstrap_relative_performance: Bootstrap the performance statistic as explained in Rodriguez...

Description Usage Arguments

View source: R/bootstrap_relative_performance.R

Description

Bootstrap the performance statistic as explained in Rodriguez & Spirling 2020

Usage

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
)

Arguments

x

the cue for which performance statistic is to be bootstrapped

overlap_prob

numeric between 0-1, output of compute_overlap_prob for the corresponding models

num_iters

number of bootstraps

seed

seed for replication purposes

tt_data

processed triad task app output


prodriguezsosa/turingTT documentation built on Aug. 9, 2020, 12:35 a.m.