data_att1 {dcm2} | R Documentation |
Simulated Data for a Single Attribute Assessment
Description
A list containing data from a randomly simulated single-attribute assessment.
Usage
data_att1
Format
A list frame containing 4 tibble
objects:
-
resp_profiles
: Atibble
with 1000 rows and 2 columns. The first column indicatesresp_id
(i.e., the respondent identification number) and the second column indicatesatt_1
(i.e., a binary indicator for whether the respondent mastered the first attribute). -
q_matrix
: Atibble
with 2 rows and 1 column. Each row corresponds to an assessment item, and the column entries provide a binary indicator for whether the item assessed the attribute. -
item_params
: Atibble
with 2 rows and 3 columns. Each row corresponds to an item. The first column indicatesitem_id
(i.e., the item identification number). The second column indicatesintercept
(i.e., the true item intercept parameter for the item). The third column indicatesatt_1
(i.e., the true item main effect parameter for the item). -
data
: Atibble
with 2000 rows and 3 columns. The first column indicatesresp_id
(i.e., the respondent identification number). The second column indicatesitem_id
(i.e., the item identification number). The third column indicatesscore
(i.e., the dichotomously scored item response).