Description Usage Arguments Value
Using bootstrap to calculate the confidence intervals in the scenario of continuous outcome and continuous mediator.
1 2 3 4 5 6 7 8 9 10 11 | Mediate_contY_contM_bootci(
data,
outcome = "Y",
mediator = "M",
exposure = "X",
covariateY = c("X1", "X2"),
covariateM = c("X1", "X2"),
x0 = 0,
x1 = 1,
R = 1000
)
|
data |
A dataset. |
outcome |
The outcome variable. |
mediator |
The mediator variable. |
exposure |
The exposure variable. |
covariateY |
A vector of confounders in the outcome regression. |
covariateM |
A vector of confounders in the mediator regression. |
x0 |
The baseline exposure level. |
x1 |
The new exposure level. |
R |
The number of replications. |
The 95
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.