| forced_choice_from_agree | R Documentation |
Transforms item-level endorsement probabilities into block-level ranking
pattern probabilities via the sequential Luce/Plackett choice rule.
This is an R implementation of the C++ forced_choice_from_agree
function used by cpp_model_FCMIRT and cpp_model_FCGGUM.
forced_choice_from_agree(agree, patterns.total, patterns)
agree |
An |
patterns.total |
List of full-ranking pattern matrices (one per block). |
patterns |
List of observed-pattern matrices (one per block). |
An N \times \sum_B P_b matrix of forced-choice pattern
probabilities, where P_b is the number of observed patterns for
block b.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.