responses {ML2Pvae} | R Documentation |
Simulated response sets for 5000 students on an exam with 30 items.
responses
A data frame with 30 columns and 5000 rows.
Entry [j,i]
is 1 if student j
answers item i
correctly, and 0 otherwise.
Generated by sampling from the probability of student success
on a given item according to the ML2P model. Model parameters can be found in
diff_true.rda
, disc_true.rda
, and theta_true.rda
.