R/print.BTm.R

#' @export
print.BTm <- function (x, ...)
{
    cat("Bradley Terry model fit by ")
    cat(x$method, "\n")
    NextMethod()
}

Try the BradleyTerry2 package in your browser

Any scripts or data that you put into this service are public.

BradleyTerry2 documentation built on Feb. 3, 2020, 5:08 p.m.