View source: R/multivariable_mr.R
mv_residual | R Documentation |
Performs initial multivariable MR analysis from Burgess et al 2015. For each exposure the outcome is residualised for all the other exposures, then unweighted regression is applied.
mv_residual(
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.