← Back to home
Comparison · Analytics

RMVMR vs rstatix

A side-by-side editorial comparison of RMVMR and rstatix — release velocity, themes, recent moves, and the top alternatives to consider.

Shared themes:r

RMVMR vs rstatix: at a glance

FeatureRMVMRrstatix
SectorAnalyticsAnalytics
Velocity score0.02.5
Sparks · 30d00
Top themesmendelian randomization, r, radial methods, geneticsstatistics, r, effect sizes, confidence intervals
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is RMVMR?

RMVMR is being tidied in lockstep with MVMR, the package it wraps

RMVMR provides radial multivariable Mendelian randomization — radial IVW estimation and plots layered over the MVMR package's conditional instrument-strength machinery. It has no independent release schedule: versions arrive alongside MVMR's, pin a minimum MVMR version, and fix defects in the seam between the two. Its most recent release landed the same day as new versions of MVMR and OneSampleMR.

Read the full RMVMR trajectory →

What is rstatix?

rstatix hit 1.0 by unrounding every p-value it has ever returned

rstatix is the pipe-friendly test wrapper behind most ggpubr annotation workflows — t-tests, Wilcoxon, ANOVA, post-hoc comparisons, effect sizes, all returning tidy data frames. After three quiet years of CRAN-compat patching, it shipped 1.0.0 and 1.1.0 three weeks apart in mid-2026. Both releases push in the same direction: interval estimates and full-precision output for numbers the package previously rounded or omitted.

Read the full rstatix trajectory →

RMVMR vs rstatix: editorial side-by-side

R
RMVMR
ANALYTICS
0.0

RMVMR is being tidied in lockstep with MVMR, the package it wraps

◆ Current state

RMVMR provides radial multivariable Mendelian randomization — radial IVW estimation and plots layered over the MVMR package's conditional instrument-strength machinery. It has no independent release schedule: versions arrive alongside MVMR's, pin a minimum MVMR version, and fix defects in the seam between the two. Its most recent release landed the same day as new versions of MVMR and OneSampleMR.

◆ Where it's heading

The work is code hygiene with results held fixed. ivw_rmvmr() now fits the radial IVW model explicitly rather than inheriting variables left over from the orientation loop, an undocumented data element carrying unused intermediate frames is gone, and plot_rmvmr() stops recomputing univariate radial analyses it already has — roughly halving the RadialMR calls with identical output. Each note is explicit that coefficients, standard errors and degrees of freedom are unchanged, which is a deliberate contrast with MVMR's own 2026 releases, where several fixes did change reported values.

◆ Prediction

Because the package pins MVMR versions rather than vendoring behaviour, the next release most likely follows MVMR's next correctness fix; nothing in the notes points to independent feature work.

R
rstatix
ANALYTICS
2.5

rstatix hit 1.0 by unrounding every p-value it has ever returned

◆ Current state

rstatix is the pipe-friendly test wrapper behind most ggpubr annotation workflows — t-tests, Wilcoxon, ANOVA, post-hoc comparisons, effect sizes, all returning tidy data frames. After three quiet years of CRAN-compat patching, it shipped 1.0.0 and 1.1.0 three weeks apart in mid-2026. Both releases push in the same direction: interval estimates and full-precision output for numbers the package previously rounded or omitted.

◆ Where it's heading

The work is about matching what dedicated effect-size packages give you without taking on their dependencies. Confidence intervals for partial eta squared and for Cohen's d are both computed in base R from noncentral distributions and both check against effectsize; compact letter displays are computed in base R against multcompView. The pattern is deliberate — reproduce the reference implementation, add no imports. Alongside that, the package has started correcting statistical hygiene it got wrong for years, most visibly by no longer rounding p-values before adjusting them.

◆ Prediction

The analytic-interval machinery now exists for eta squared and Cohen's d; the untouched effect sizes in the package — eta squared for nonparametric tests, Cramer's V, rank-biserial correlation — are the obvious next targets for the same base-R noncentral treatment.

Alternatives to RMVMR and rstatix

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either RMVMR or rstatix.

See all RMVMR alternatives → · See all rstatix alternatives →

Recent activity from RMVMR and rstatix

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 22d agorstatixrstatix 1.1.0 gives Cohen's d a deterministic confidence interval
  2. 1mo agoRMVMRRMVMR fixes a gencov error and halves redundant radial calls
  3. 1mo agorstatixrstatix 1.0.0 stops rounding p-values before adjusting them
  4. 3mo agoRMVMRRMVMR 0.4.4
  5. 4mo agoRMVMRRMVMR 0.4.3
  6. 5mo agoRMVMRRMVMR now requires MVMR 0.4.3 or later
  7. 9mo agorstatixrstatix 0.7.3
  8. 1y agoRMVMRRMVMR 0.4.1
  9. 3y agorstatixrstatix 0.7.2
  10. 3y agorstatixrstatix 0.7.1
  11. 5y agorstatixrstatix 0.7.0

Frequently asked questions

What is the difference between RMVMR and rstatix?

Both compete on the same themes — r — within Analytics. rstatix is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is RMVMR better than rstatix?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. rstatix is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to RMVMR?

Top RMVMR alternatives in Analytics are ranked by recent ship velocity. Browse the "RMVMR alternatives" section above for the current picks, or visit /alternatives/rmvmr for the full list with editorial commentary on each.

What are the best alternatives to rstatix?

Top rstatix alternatives in Analytics are ranked by recent ship velocity. Browse the "rstatix alternatives" section above for the current picks, or visit /alternatives/rstatix for the full list with editorial commentary on each.