PAMA.B: This function implements Bayesian inference of PAMA model.
Description
This function implements Bayesian inference of PAMA model.
Usage
PAMA.B(datfile, nRe, iter = 1000)
Arguments
datfile
A matrix or dataframe. This is the data where our algorithm will work on. Each colomn denotes a ranker's ranking. The data should be in entity-based format.
nRe
A number. Number of relevant entities
iter
A number. Numner of iterations of MCMC
Value
List. It contains Bayesian posterior samples of all the parameters and log-likelihood.