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