Description Usage Arguments Details Value Examples
It provides the cpp function for FIM for the model ~1/(1 + exp(-b *(x - a)))
.
In item response theory (IRT),
a is the item difficulty parameter, b is the item discrimination parameter and x is the person ability parameter.
1 | FIM_logistic(x, w, param)
|
x |
Vector of design points. |
w |
Vector of design weight. Its length must be equal to the length of |
param |
Vector of values for the model parameters |
It can be shown that minimax and standardized D-optimal designs for the 2PL model is symmetric around point
aM = (aL + aU)/2 where aL and aU are the
lower bound and upper bound for parameter a, respectively. In ICA.control
,
arguments sym
and sym_point
can be used to specify aM and find accurate symmetric optimal designs.
Fisher information matrix.
1 | FIM_logistic(x = c(1, 2), w = c(.5, .5), param = c(2, 1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.