short_poly_data | R Documentation |
The artificial dataset of a polytomous responses (three categories) which
contains three subsets with different discrimination values.
To reproduce this dataset:
short_poly_data <- generate_data(alpha = c(0.02,0.5,2), nitem = 3, ndim = 3,ncat = 5, theta = c(-6,6), beta = c(-4,4), ntheta = 151)
will lead to similar but not the same dataset, due to the randomization.
data(short_poly_data)
An object of class data.frame
with 151 rows and 9 columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.