estimate_alpha_visual: Create a plot for visual estimation of alpha

Description Usage Arguments Examples

View source: R/estimate_alpha.R

Description

The visual estimation plot contains the expected number of interesting panels for each alpha value under the specified experimental conditions and simulated lineup experiments under each scenario which provide some information about the expected variability.

Usage

1
2
3
4
5
6
7
estimate_alpha_visual(
  c = m0/K,
  m0 = 19,
  K = 30,
  alphas = 10^seq(-3, 2, 0.05),
  ...
)

Arguments

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)

alphas

Numeric vector of alpha values to conduct simulations for

...

additional arguments to sim_interesting_panels

Examples

1

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