View source: R/bootci_tvm_3trt.R
bootci_tvm_3trt | R Documentation |
Internal function for estimating bootstrapped confidence intervals for the mediation
effect of continuous outcome and three treatment groups when user argument
CI="boot"
.
bootci_tvm_3trt(boot.sample, orig.data, t.est)
boot.sample |
number of replicates for bootstrapping confidence intervals. Default = 1000. |
orig.data |
a list of original data |
t.est |
time points at which to make the estimation. Default = t.seq. |
plw1 |
CI lower limit for estimated mediation effect of T1 |
pup1 |
CI upper limit for estimated mediation effect of T1 |
plw2 |
CI lower limit for estimated mediation effect of T2 |
pup2 |
CI upper limit for estimated mediation effect of T2 |
orig.se1.all |
estimated standard errors for the mediation effect of T1 |
orig.se2.all |
estimated standard errors for the mediation effect of T2 |
orig.mediation1 |
time varying mediation effect for T1 |
orig.mediation2 |
time varying mediation effect for T2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.