mr_weighted_median | R Documentation |
Perform MR using summary statistics. Bootstraps used to calculate standard error.
mr_weighted_median(
b_exp,
b_out,
se_exp,
se_out,
parameters = default_parameters()
)
b_exp |
Vector of genetic effects on exposure. |
b_out |
Vector of genetic effects on outcome. |
se_exp |
Standard errors of genetic effects on exposure. |
se_out |
Standard errors of genetic effects on outcome. |
parameters |
The default is |
List with the following elements:
MR estimate
Standard error
p-value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.