View source: R/backdr_exp_gee.R
backdr_exp_gee | R Documentation |
Compute standardized estimates with parametric exposure model.
backdr_exp_gee(data, formula, exposure.name, confound.names)
standexpgee(data, formula, exposure.name, confound.names)
data |
Dataframe of raw data. |
formula |
Formula representing the model. |
exposure.name |
Name of exposure variable. |
confound.names |
Names of the confound variables. |
The standardized estimates are computed using the exposure model and the
geeglm
from the geepack
package.
This method requires 2 different formulas which are created from the
arguments formula
. The 2 formulas created are for the exposure model
and another one for the weighted linear model.
Dataframe in a useable format for rsample::bootstraps
.
backdr_exp
# 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.