sim_interesting_panels: Simulate the number of c-interesting panels for a lineup...

Description Usage Arguments Examples

View source: R/estimate_alpha.R

Description

Simulate the number of c-interesting panels for a lineup experiment

Usage

1
2
3
4
5
6
7
8
sim_interesting_panels(
  alphas = 10^seq(-2, 2, 0.05),
  c = m0/K,
  m0 = 19,
  K = 30,
  N_points = 10,
  avg_n_sims = 10
)

Arguments

alphas

Numeric vector of alpha values to conduct simulations for

c

The number of selections a panel must have to be interesting (can be non-integer)

m0

The number of null panels in the lineup

K

The total number of null panel selections (or, in a Rorschach lineup, the total number of evaluations)

N_points

The number of points to simulate for each value of alpha

avg_n_sims

The number of simulations to average to get a single point value. Averaging several simulations reduces the visual noise but also decreases the separation between possible values for a more continuous appearance.

Examples

1

heike/vinference documentation built on Oct. 17, 2020, 7:08 a.m.