-
Fixed the degrees of freedom returned by
egger_radial(), which is nown - 2as documented (previouslyn - 1). -
Fixed the heterogeneity p-value for the default modified second-order weights in
egger_radial(), which now usesn - 2degrees of freedom to match the rest of the function and the printed summary. -
Fixed the search interval used in the random-effects bootstrap standard error in
ivw_radial(), which had a negated lower bound. -
Added an
rmr_formatclass check toivw_radial(), so unformatted inputs now fail with a clear message (as inegger_radial()). -
plotly_radial()now selects the IVW or MR-Egger plot by object class rather than by the number of list elements. -
Documentation and internal tidy-ups: corrected the
meanFname in theivw_radial()return documentation, and removed some dead and redundant code.