powered by
summary_plot visualizes matching process, summarizing each covariate dropped, number of matched units, and average CATE at each iteration.
summary_plot
summary_plot(FLAME_object)
object returned by applying the FLAME algorithm (FLAME_bit, FLAME_PostgreSQL, or FLAME_SQLite)
FLAME_bit
FLAME_PostgreSQL
FLAME_SQLite
summary plot of the FLAME algorithm
# NOT RUN { data(toy_data) result <- FLAME::FLAME_bit(data = toy_data, holdout = toy_data) FLAME::summary_plot(result) # }
Run the code above in your browser using DataLab