data2pl
.
See details for more information on the linkage plan.
data(est2pl)
coef
var
linkp
to obtain a matrix with elements equal to the
number of common items between different forms. Item parameters are given under the parameterization used in the ltm
package.
Under this parameterization, the two-parameter logistic model is as follows
$$\pi_i = \frac{\exp(\beta_{1i} + \beta_{2i} z)}{1 +
\exp(\beta_{1i} + \beta_{2i} z)},$$ where
$\pi_i$ denotes the conditional probability of responding
correctly to the $i$th item given $z$,
$\beta_{1i}$ is the easiness parameter,
$\beta_{2i}$ is the discrimination parameter, and $z$ denotes the
latent ability.
data2pl
, linkp
, modIRT
data(est2pl)
est2pl$coef
est2pl$var
linkp(coef = est2pl$coef)
Run the code above in your browser using DataLab