backdr_out | R Documentation |
Compute standardized estimates with parametric outcome model.
backdr_out(
data,
formula,
exposure.name,
confound.names,
family = c("binomial", "poisson", "gaussian")
)
standout(
data,
formula,
exposure.name,
confound.names,
family = c("binomial", "poisson", "gaussian")
)
data |
Dataframe of raw data. |
formula |
Formula representing the model. |
exposure.name |
Name of exposure variable. |
confound.names |
Names of the confound variables. |
family |
Name of the model's family. Must be one of
|
The standardized estimates are computed using the outcome model. See chapter 6, section 6.1.2, for details.
Dataframe in a useable format for rsample::bootstraps
.
Section 6.1.2
effect_measures
# 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.