View source: R/scorePerformance.R
scorePerformance | R Documentation |
After the simulated data matrices have been
analyzed, prepare the objects necessary for the
performance plots produced by functions RMSEbias1.plot
and
RMSEbias2.plot
.
scorePerformance(dataList, simList)
dataList |
A list that contains the objects needed to analyse the test or rating scale with the following fields:
|
simList |
A named list containing these objects:
|
A named list containing these objects:
A matrix with row dimension nchcemat
, the number of
population score index values and column dimension nsample
, the
number of simulated samples.
An nchcemat
by nsample
matrix of estimated score
index values.
An nchcemat
by nsample
matrix of estimated expected
score values.
An nchcemat
by nsample
matrix of estimated test
information curve values.
A vector of population score index values.
A vector of expected scores computed from the population score index values.
A vector of test information values computed from the population score index values.
The number of questions.
The five marker percentile values.
Ramsay, J. O., Li J. and Wiberg, M. (2020) Full information optimal scoring. Journal of Educational and Behavioral Statistics, 45, 297-315.
Ramsay, J. O., Li J. and Wiberg, M. (2020) Better rating scale scores with information-based psychometrics. Psych, 2, 347-360.
dataSimulation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.