Description Usage Arguments Value
View source: R/resample_joint_distn.R
Resample ATEs.
1 2 | resample_fn(dat, ypredfn = NULL, dpredfn, B, ate_list, outcome_fm, ps_fm,
ps_fam, outcome_fam, cov_ids)
|
dat |
data frame for analysis. |
ypredfn |
function to predict y, mostly deprecated, default is NULL. |
dpredfn |
function to predict the ATE used to demean data. |
B |
number of bootstrap replications. |
ate_list |
list of ATE functions. |
outcome_fm |
outcome formula. |
ps_fm |
propensity score formula. |
ps_fam |
propensity score family. |
outcome_fam |
outcome family. |
cov_ids |
names of covariates for matching/balancing. |
list of tibbles of resampled data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.