View source: R/backdr_exp_np.R
backdr_exp_np | R Documentation |
Compute standardized averages using exposure modeling, non-parametric.
backdr_exp_np(data, formula, exposure.name, confound.names, att = FALSE)
mk.mortdat(data, formula, exposure.name, confound.names, att = FALSE)
attsem.r(data, formula, exposure.name, confound.names, att = FALSE)
data |
Dataframe of raw data. |
formula |
Formula representing the model. |
exposure.name |
Name of exposure variable. |
confound.names |
Names of the confound variables. |
att |
if |
Compute standardized averages using exposure modeling. See introduction of section 6.2 and section 6.2.1.
Dataframe in a useable format for rsample::bootstraps
.
Section 6.2.1
# An example can be found in the location identified in the
# source section above at the github site
# https://github.com/FrankLef/FundamentalsCausalInference.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.