| make_complete_rating_design_sim_data | R Documentation |
Produce simulation data from a 'complete' rating design
make_complete_rating_design_sim_data(I, J, N)
I |
The number of items. |
J |
The number of raters. |
N |
The number of times each rater rates each item. |
A 'complete' rating design is situation where every rater rates
each item the same number of times. In this function the number of times
each rater rates each item is N.
Simulation data in the format required by
simulate_dawid_skene_model() or simulate_hier_dawid_skene_model().
make_complete_rating_design_sim_data(100, 5, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.