View source: R/mr_mbe-methods.R
mbe_boot | R Documentation |
Internal function for calculating standard error of mode-based estimate.
mbe_boot(BetaIV.in, seBetaIV.in, weighting.in, iterations.in, phi.in)
BetaIV.in |
Ratio causal estimates for each genetic variant considered individually. |
seBetaIV.in |
Standard errors of ratio causal estimates. |
iterations.in |
Number of bootstrap iterations. |
phi.in |
Bandwidth multiplication factor. |
None.
Bootstrapped mode-based estimates.
mbe_boot(BetaIV.in = chdlodds/ldlc, seBetaIV.in = abs(chdloddsse/ldlc),
weighting.in = "simple", iterations.in = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.