CATE
provides detailed information of the conditional average treatment effect (CATE)
and size of each matched group. First, given number of covariates used for matching,
CATE(FLAME_object, num_covs = x)
returns the covariate values, size
and CATE of each matched group. Second, given a covariate combination,
CATE(FLAME_object, num_covs = x, cov_name = c("x1", "x2", ...), cov_val = c(0,1,...))
returns the CATE and size of the matched group. Third, if user would like to see all
matched groups given a specific covariate combination even when the FLAME
algorithm performs matching with more than the number of covariates
specified, CATE(FLAME_object, cov_name = c("x1", "x2", ...), cov_val =
c(0,1,...))
returns all matched groups containing the covariate combination.