Simulates 1PL or 2PL responses
item.logit.Rd
Simulates responses following a 1PL or 2PL model given item parameters assuming normally distributed person parameters.
Value
A list with two matrices. First matrix includes the responses, seconds matrix includes the correct response probabilities.
Examples
z <- rnorm(30, 0, 1)
d <- item.logit(z = z, thr = 0)