Ffun | R Documentation |
Ffun computes the negative log likelihoods for a set of examinees, each at a single value index.
Ffun(index, SfdList, chcemat)
index |
A vector of size |
SfdList |
A numbered list object produced by a TestGardener analysis of
a test. Its length is equal to the number of items in the test or questions
in the scale. Each member of |
chcemat |
An |
A vector of length N
of negative log likelihood values.
Juan Li and James Ramsay
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.
make_dataList,
index_fun,
Ffun,
Ffuns_plot
# Example 1: Compute the values of the objective function for locating each
# examinee or respondent for the 24-item short form of the SweSAT quantitative
# test on the percentile score index continuum [0,100].
# Use only the first five examinees
chcemat <- Quant_13B_problem_dataList$chcemat
SfdList <- Quant_13B_problem_parmList$SfdList
index <- Quant_13B_problem_parmList$index
Fval <- Ffun(index[1:5], SfdList, chcemat[1:5,])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.