data(estrasch)
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 Rasch model is as follows
$$\pi_i = \frac{\exp(\beta_{1i} + z)}{1 + \exp(\beta_{1i} + z)},$$
where $\pi_i$ denotes the conditional probability of responding correctly to the $i$th item given $z$,
$\beta_{1i}$ is the easiness parameter, and $z$ denotes the
latent ability.
linkp
, modIRT
data(estrasch)
estrasch$coef
estrasch$var
linkp(coef = estrasch$coef)
Run the code above in your browser using DataLab