Description Usage Arguments Value Examples
This function takes in data that has been broken up into pair format. The user is given a matrix C, where element C[i, j] represents (if normalized is FALSE) exactly how many times alternative i has beaten alternative j (if normalized is TRUE) the observed probability that alternative i beats j
1 |
Data.pairs |
the data broken up into pairs |
m |
the tot al number of alternatives |
weighted |
whether or not this generateC should use the third column of Data.pairs as the weights |
prior |
the initial "fake data" that you want to include in C. A prior of 1 would mean that you initially "observe" that all alternatives beat all other alternatives exactly once. |
normalized |
if TRUE, then normalizes entries to probabilities |
a Count matrix of how many times alternative i has beat alternative j
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.