R/generics-bartMachine.R

Defines functions model.matrix.bartMachine

#' @export
model.matrix.bartMachine <- function(object, ...) {
  object$X
}

Try the tidytreatment package in your browser

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

tidytreatment documentation built on March 18, 2022, 6:30 p.m.