R/model.matrix.BTm.R

Defines functions model.matrix.BTm

#' @importFrom stats model.frame
#' @export
model.matrix.BTm <- function(object, ...){
    model.frame(object)$X
}

Try the BradleyTerry2 package in your browser

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

BradleyTerry2 documentation built on May 2, 2019, 5:16 p.m.