Predict Top-k Rankings with Pairwise Preferences
Predict the posterior probability, per item, of being ranked among the top-k for each assessor. This is useful when the data take the form of pairwise preferences.
predict_top_k(model_fit, burnin = model_fit$burnin, k = 3)
model_fit |
An object of type |
burnin |
A numeric value specifying the number of iterations to discard
as burn-in. Defaults to |
k |
Integer specifying the k in top-k. |
A dataframe with columns assessor
, item
, and
prob
, where each row states the probability that the given assessor
rates the given item among top-k.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.