View source: R/scoring_matrices.R
make_scoring_matrix_rt | R Documentation |
Makes response matrix using random thresholds approach.
make_scoring_matrix_rt(responses)
responses |
a vector of available responses (categories) - can be a character vector or positive integer describing number of responses |
Be aware that while using this kind of response matrix latent traits must be set orthogonal to assure model identifiability.
a matrix of integers
make_scoring_matrix_rt(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.