← Back to home
Comparison · Analytics

factoextra vs OneSampleMR

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

Shared themes:r

factoextra vs OneSampleMR: at a glance

FeaturefactoextraOneSampleMR
SectorAnalyticsAnalytics
Velocity score3.80.0
Sparks · 30d10
Top themesdimension reduction, r, ggplot2, clusteringmendelian randomization, r, instrumental variables, epidemiology
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is factoextra?

factoextra woke from six years of silence and stopped being a FactoMineR front-end

factoextra supplies the fviz_* grammar most R users reach for when plotting PCA, correspondence analysis and clustering results. It sat effectively dormant from 2020 to early 2026, then shipped three releases in five months that resolved a six-year issue backlog, decoupled it from its original backends, and taught it to plot UMAP and t-SNE embeddings. The current version also reaches into tidymodels, plotting a PCA fitted inside a recipe or workflow directly.

Read the full factoextra trajectory →

What is OneSampleMR?

OneSampleMR found that argument order in a formula was silently changing its estimates

OneSampleMR implements one-sample Mendelian randomization estimators — two-stage predictor substitution, two-stage residual inclusion, and Sanderson-Windmeijer conditional F statistics for instrument strength. The package spent its first years on packaging and dependency upkeep. The 2026 releases turn to substance: broader support for models fitted elsewhere, then a correctness fix for a defect that depended on nothing more than where covariates appeared in a formula.

Read the full OneSampleMR trajectory →

factoextra vs OneSampleMR: editorial side-by-side

F
factoextra
ANALYTICS
3.8

factoextra woke from six years of silence and stopped being a FactoMineR front-end

◆ Current state

factoextra supplies the fviz_* grammar most R users reach for when plotting PCA, correspondence analysis and clustering results. It sat effectively dormant from 2020 to early 2026, then shipped three releases in five months that resolved a six-year issue backlog, decoupled it from its original backends, and taught it to plot UMAP and t-SNE embeddings. The current version also reaches into tidymodels, plotting a PCA fitted inside a recipe or workflow directly.

◆ Where it's heading

The direction is from wrapper to visualization layer. as_factoextra_pca() turned the fviz_pca_* family into something that consumes coordinates from anywhere — cmdscale, vegan, a custom decomposition, a recipes step — rather than only FactoMineR objects, and the vignette on extending factoextra to new backends says the maintainer intends others to plug in. The embedding support shows the same care: no scree plot, no correlation circle, and a convex hull instead of a confidence ellipse, because an embedding does not preserve the metric an ellipse would assume.

◆ Prediction

With recipes and workflows already wired in, the next likely step is covering more tidymodels dimension-reduction steps (step_umap, step_ica, step_pls) through the same as_factoextra_pca() entry point rather than adding new fviz_* functions per method.

O
OneSampleMR
ANALYTICS
0.0

OneSampleMR found that argument order in a formula was silently changing its estimates

◆ Current state

OneSampleMR implements one-sample Mendelian randomization estimators — two-stage predictor substitution, two-stage residual inclusion, and Sanderson-Windmeijer conditional F statistics for instrument strength. The package spent its first years on packaging and dependency upkeep. The 2026 releases turn to substance: broader support for models fitted elsewhere, then a correctness fix for a defect that depended on nothing more than where covariates appeared in a formula.

◆ Where it's heading

Two threads. The first is reach — fsw() now reads models fitted by AER::ivreg(), estimatr::iv_robust() and fixest::feols() in addition to ivreg::ivreg(), which makes conditional F statistics available without refitting in the package's own idiom. The second is hardening: clear errors when more than one exposure is given or when a variable collides with the reserved name y, and print methods that no longer fail on user-specified t0 with log or logit links. Both come largely from user reports rather than a plan.

◆ Prediction

The estimator-support work has been adding one IV-fitting package at a time on outside contributions, so further backends are the likeliest next content — the package's own estimators have been stable since first release.

Alternatives to factoextra and OneSampleMR

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 factoextra or OneSampleMR.

See all factoextra alternatives → · See all OneSampleMR alternatives →

Recent activity from factoextra and OneSampleMR

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

  1. 22d agofactoextrafactoextra 2.2.0 adds UMAP and t-SNE plotting, plus tidymodels recipes
  2. 1mo agoOneSampleMROneSampleMR fixes estimates broken by covariate order in the formula
  3. 1mo agofactoextrafactoextra 2.1.0 decouples its plots from any specific backend
  4. 5mo agoOneSampleMROneSampleMR computes conditional F for three more IV packages
  5. 5mo agofactoextrafactoextra 2.0.0 ends a six-year dormancy with breaking modernization
  6. 1y agoOneSampleMROneSampleMR 0.1.6
  7. 2y agoOneSampleMROneSampleMR 0.1.5
  8. 2y agoOneSampleMROneSampleMR 0.1.4
  9. 3y agoOneSampleMROneSampleMR 0.1.3
  10. 6y agofactoextrafactoextra 1.0.7
  11. 6y agofactoextrafactoextra 1.0.6
  12. 8y agofactoextrafactoextra 1.0.5

Frequently asked questions

What is the difference between factoextra and OneSampleMR?

Both compete on the same themes — r — within Analytics. factoextra is currently shipping more aggressively (velocity 3.8 vs 0.0), with 1 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 factoextra better than OneSampleMR?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. factoextra is currently shipping more aggressively (velocity 3.8 vs 0.0), with 1 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 factoextra?

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

What are the best alternatives to OneSampleMR?

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