| responses {ML2Pvae} | R Documentation |
Response data
Description
Simulated response sets for 5000 students on an exam with 30 items.
Usage
responses
Format
A data frame with 30 columns and 5000 rows.
Entry [j,i] is 1 if student j answers item i correctly, and 0 otherwise.
Source
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.
[Package ML2Pvae version 1.0.0.1 Index]