Description Usage Arguments Examples
View source: R/estimate_alpha.R
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.
1 2 3 4 5 6 7 | estimate_alpha_visual(
c = m0/K,
m0 = 19,
K = 30,
alphas = 10^seq(-3, 2, 0.05),
...
)
|
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 |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.