R/checkBalance.R

Defines functions checkBalance

Documented in checkBalance

######################################################################
# Wrapper function for xBalance{RItools}
# Test conditional independence of the treatment variable and the 
# covariates.
######################################################################

checkBalance <- function(formula, data, report = "all", ...) {
  
  xBalance(fmla = formula, data = data, report = report, ...)
  
}

Try the uplift package in your browser

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

uplift documentation built on May 2, 2019, 9:32 a.m.