powered by
"plot"(x, worth = TRUE, index = TRUE, names = TRUE, ref = TRUE, abbreviate = FALSE, type = NULL, lty = NULL, xlab = "Objects", ylab = NULL, ...)
"btmodel"
"b"
index
TRUE
plot
btmodel
## data data("GermanParties2009", package = "psychotools") ## Bradley-Terry model bt <- btmodel(GermanParties2009$preference) plot(bt) plot(bt, worth = FALSE) plot(bt, index = FALSE)
Run the code above in your browser using DataLab