Description Usage Arguments Value Examples
this functions converts a test dataframe to a vectoriced form following molano's thesis.
1 | uirt_DM(dat, idname)
|
dat |
a data frame containing test info. rows for individuals and columns for items. aditionally, a variable which identify individuals must be supied. |
idname |
atomic character giving the name of the id variable |
a list with the following objects:
long.test: a data frame with id, item and y (0 or 1). Long format for the test.
Y: Vector containing individual answers (0 or 1).
X: desing matrix indexing each value of Y to the corresponding item.
Z: desing matrix indexing each value of Y to the corresponding individual.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.