Learn R Programming

FLAME (version 1.0.0)

summary: Summary

Description

FLAME_summary provides brief summary of FLAME implementation.

Usage

summary(FLAME_object)

Arguments

FLAME_object

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

Value

(1) Number of units matched (2) Average treatment effect (ATE)

Examples

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