gamma_pattern | R Documentation |
Gammas of item.parameters given total score using patterns - inefficient
gamma_pattern(
item.params,
param.type = c("pcm", "log.item.score", "multiplicative", "xsi"),
R = 0
)
item.params |
a matrix of item parameters (using the PCM parametrisation). Items in rows, threshold values in columns |
param.type |
Type of item parameters given. One of pcm (RUMM2030), log.item.score (?), multiplicative (DIGRAM or RDigram, xsi (Conquest or TAM)) |
R |
The total score for which to calculate the gamma parameter |
Always use gamma.matrix instead of gamma.pattern. It is far more efficient.
Returns gamma for the given total score.
Jeppe Bundsgaard & Svend Kreiner
Jeppe Bundsgaard & Svend Kreiner (2019). Undersøgelse af De Nationale Tests måleegenskaber. 2nd Ed. Copenhagen: DPU, Aarhus University.
item.params<-matrix(c(1,.5,1,1,1,2,1,4),nrow=4)
gamma.pattern(item.params,"multiplicative",3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.