cace: Functions to estimate the complier average causal effect or...

Description Usage Arguments Value

View source: R/compliance_fns.R

Description

Functions to estimate the complier average causal effect or local average treatment effect

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
cace(ds, specific_cace, ...)

iv_fn(ds)

ivw_fn(ds)

at_fn(ds)

pp_fn(ds)

tsls_fn(ds, sfm = NULL, yfm = NULL)

itt_regr_fn(ds)

atregr_fn(ds, fm = NULL)

ppregr_fn(ds, fm = fm)

ivs_fn(ds)

ats_fn(ds)

pps_fn(ds)

ipw_fn(ds, p = NULL)

ipw_regr_fn(ds, p = NULL)

ipws_fn(ds, p = NULL)

ipwrs_fn(ds, p = NULL)

get_weighted_y_c(Z, D, X, Y)

Arguments

ds

a data frame with value y for the outcome, z for randomization/instrument, s for treatment receipt, and covariate x.

...

additional arguments to be passed.

Value

a 1 x 1 data frame containing the named ATE


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