Description Usage Arguments Value Author(s) References Examples
Fits a radial MR-Egger model using first order, second order, or modified second order weights. Outliers are identified using a significance threshold specified by the user. The function returns an object of class "egger", containing regression estimates, a measure of total heterogeneity using Rucker's Q statistic, the individual contribution to overall heterogeneity of each variant, and a data frame for use in constructing the radial plot.
1 | egger_radial(r_input, alpha, weights, summary)
|
r_input |
A formatted data frame using the |
alpha |
A value specifying the statistical significance threshold for identifying outliers ( |
weights |
A value specifying the inverse variance weights used to calculate the MR-Egger estimate and Rucker's Q statistic. By default modified second order weights are used, but one can choose to select first order ( |
summary |
Indicates whether a summary of the radial MR-Egger model should be printed (default= |
An object of class "egger" containing the following components:
coefA matrix giving the intercept and slope coefficient, corresponding standard errors, t-statistics, and (two-sided) p-values.
qstatisticRucker's Q statistic for overall heterogeneity.
dfDegrees of freedom. This is equal to the number of variants -2 when fitting the radial MR-Egger model.
outliersA data frame containing variants identified as outliers, with respective Q statistics, chi-squared tests and SNP identification.
dataA data frame containing containing SNP IDs, inverse variance weights, the product of the inverse variance weight and ratio estimate for each variant, contribution to overall heterogeneity with corresponding p-value, and a factor indicator showing outlier status.
confintA vector giving lower and upper confidence limits for the radial MR-Egger effect estimate.
Wes Spiller; Jack Bowden.
Bowden, J., et al., Improving the visualization, interpretation and analysis of two-sample summary data Mendelian randomization via the Radial plot and Radial regression. International Journal of Epidemiology, 2018. 47(4): p. 1264-1278.
1 | egger_radial(r_input,0.05,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.