An object containing the estimates produced using the mr_allmethods
function.
Slots
Data
The
mr_input
object that was used as an input to themr_allmethods
function. This includes the original data, so that a call tomr_plot
can plot the original data and the various causal estimates.Values
A data.frame object comprising estimates from the various methods called by the
mr_allmethods
function. The first column gives the names of the methods, then the causal estimates, standard errors, 95% confidence intervals, and p-values.Method
A string indicating whether all methods are implemented (
"all"
, the default option), or just main methods ("main"
), or only a subset of methods ("ivw"
,"egger"
, or"median"
).