Description Usage Arguments Examples
View source: R/estimate_alpha.R
Simulate the number of c-interesting panels for a lineup experiment
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
)
|
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. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.