View source: R/multivariable_mr.R
mv_multiple | R Documentation |
Performs modified multivariable MR analysis. For each exposure the instruments are selected then all exposures for those SNPs are regressed against the outcome together, weighting for the inverse variance of the outcome.
mv_multiple(
mvdat,
intercept = FALSE,
instrument_specific = FALSE,
pval_threshold = 5e-08,
plots = FALSE
)
mvdat |
Output from |
intercept |
Should the intercept by estimated ( |
instrument_specific |
Should the estimate for each exposure be obtained by using all instruments from all exposures ( |
pval_threshold |
P-value threshold to include instruments. The default is |
plots |
Create plots? The default is |
List of results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.