| sample_fc_responses | R Documentation |
Uses inverse-CDF multinomial sampling (identical to the C++ implementation
in forced_choice_from_agree) to draw a discrete pattern index for
each person-block combination.
sample_fc_responses(prob, patterns, N.person, N.block)
prob |
|
patterns |
List of observed-pattern matrices (one per block). |
N.person |
Number of persons. |
N.block |
Number of blocks. |
A named list with response (N \times B integer
matrix of pattern indices) and data (N \times B character
matrix of ranking strings like "1>3>2").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.