powered by
FLAME_summary provides brief summary of FLAME implementation.
FLAME_summary
summary(FLAME_object)
object returned by applying the FLAME algorithm (FLAME_bit, FLAME_PostgreSQL, or FLAME_SQLite)
FLAME_bit
FLAME_PostgreSQL
FLAME_SQLite
(1) Number of units matched (2) Average treatment effect (ATE)
# NOT RUN { data(toy_data) result <- FLAME::FLAME_bit(data = toy_data, holdout = toy_data) FLAME::summary(result) # }
Run the code above in your browser using DataLab