Description Usage Arguments Value
View source: R/compliance_fns.R
Functions to estimate the complier average causal effect or local average treatment effect
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)
|
ds |
a data frame with value |
... |
additional arguments to be passed. |
a 1 x 1 data frame containing the named ATE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.