Learn R Programming

FLAME (version 1.0.0)

ATE: Compute Average Treatment Effect

Description

ATE computes average treatment effect of the matched subsamples by a weighted average of the estimated treatment effects in each matched group. The weight is the number of matched units.

Usage

ATE(FLAME_object)

Arguments

FLAME_object

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

Value

average treatment effect (ATE) of the matched subsamples

Examples

Run this code
# NOT RUN {
data(toy_data)
result <- FLAME::FLAME_bit(data = toy_data, holdout = toy_data)
FLAME::ATE(result)
# }

Run the code above in your browser using DataLab