| generate_discrimination | R Documentation |
Internal helper to generate discrimination (a) parameters under a specified distribution. Currently supports log-normal.
generate_discrimination(n_items, a_dist, a_mean, a_sd)
n_items |
Positive integer: the number of items (and thus the number of discrimination values to generate). |
a_dist |
Character string: the distribution name. Currently only
|
a_mean |
Numeric: the mean parameter for the log-normal distribution
(interpreted as |
a_sd |
Numeric: the standard deviation parameter for the log-normal
distribution (interpreted as |
A numeric vector of length n_items containing discrimination values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.