estimate_ates: Estimate many average treatment effects

Description Usage Arguments Value

View source: R/estimate_ates.R

Description

Estimate many average treatment effects

Usage

1
estimate_ates(this_data, fns, profile = FALSE, ...)

Arguments

this_data

data frame to estimate from.

fns

list of functions to compute ATEs.

profile

logical indicating whether the computation times should be returned rather than the estimates themselves.

...

additional arguments to be passed to the functions in fns

Value

a data frame containing all the ATEs, one per column.


denisagniel/synthate documentation built on April 16, 2020, 12:45 a.m.