powered by
Get Matched Units Given Certain Covariate Combination
MATCH(FLAME_object, cov_name, cov_val)
object returned by applying the FLAME algorithm (FLAME_bit or FLAME_PostgreSQL or FLAME_SQLite)
FLAME_bit
FLAME_PostgreSQL
FLAME_SQLite
a vector of covariate names
a vector of covariate values, where the value position should match cov_name position
data frame with all matched units
# NOT RUN { data(toy_data) result <- FLAME::FLAME_bit(data = toy_data, holdout = toy_data) FLAME::MATCH(FLAME_object = result, cov_name = c("X1", "X2"), cov_val = c("2", "2")) # }
Run the code above in your browser using DataLab