Description Usage Arguments Value
View source: R/itemDiscrimination.R
Function to create a item discrimination parameter matrix
1 2 3 4 5 6 | getItemDiscrimination(
dimensions,
DIFpercent,
tlength,
DIF_mode = c("intersect", "disjoint")
)
|
dimensions |
integer specifying the number of dimensions used in dgp (currently only 2 are allowed) |
DIFpercent |
percentage of DIF items in the test |
tlength |
interger > 0, test length (number of items) |
DIF_mode |
character vector specifying the mode how to create the matrix:
|
A binary item discrimination parameter matrix of dimension: tlength x dimensions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.