| convert_d_to_b | R Documentation |
Applies the delta method to convert d (intercept) to b (difficulty) under the 2PL/GRM parameterization: b = -d / a. Propagates standard errors and confidence intervals correctly.
convert_d_to_b(a_info, d_info)
a_info |
A list with elements |
d_info |
A list with elements |
The delta method variance for b = -d/a is:
\text{Var}(b) = \frac{\text{Var}(d)}{a^2} + \frac{d^2 \text{Var}(a)}{a^4}
CI bounds are transformed directly: b_ci = -d_ci / a.
A list with elements est, se, ci_lower, ci_upper for the
converted difficulty parameter b, using delta method variance propagation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.