# NOT RUN {
data("physical")
# limit to 12 raters
physical <- physical[physical$raterID < 14, ]
x <- raterprog(physical$Winner, physical$Loser, physical$raterID, ratershuffle = 1)
raterprogplot(x)
# }
# NOT RUN {
# with multiple orders in which raters are added
x <- raterprog(physical$Winner, physical$Loser, physical$raterID, ratershuffle = 10)
raterprogplot(x)
# }
Run the code above in your browser using DataLab