Learn R Programming

FLAME (version 1.0.0)

summary_plot: visualize matching process

Description

summary_plot visualizes matching process, summarizing each covariate dropped, number of matched units, and average CATE at each iteration.

Usage

summary_plot(FLAME_object)

Arguments

FLAME_object

object returned by applying the FLAME algorithm (FLAME_bit, FLAME_PostgreSQL, or FLAME_SQLite)

Value

summary plot of the FLAME algorithm

Examples

Run this code
# 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