← Back to home
Comparison · Analytics

cubist vs robma

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

Shared themes:r-package

cubist vs robma: at a glance

Featurecubistrobma
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesmachine-learning, rule-based-models, tidymodels, reproducibilityr-package, meta-analysis, bayesian, api-redesign
Last editorial update57m ago2h ago
WebsiteVisit →Visit →

What is cubist?

The R port of Quinlan's Cubist gets reproducibility fixes, not new modelling

Cubist is the R interface to Quinlan's rule-based regression model, wrapping the original C sources behind an R API and feeding the tidymodels rules package. The 0.6.0 release adds a strip_time_stamps control that removes date, time and duration information from model output, and now errors rather than silently misbehaving when a date or date-time column is passed. Error reporting moves from base stop() and warning() to cli.

Read the full cubist trajectory →

What is robma?

RoBMA 4.0 tears out its own constructor surface and rebuilds on one class hierarchy

RoBMA fits robust Bayesian model-averaged meta-analyses that adjust for publication bias. The 3.x line grew by accretion: separate constructors for each model family (RoBMA.reg, NoBMA, BiBMA and their .reg variants), a spike-and-slab algorithm in 3.3.0 that made estimation fast enough to matter, then a steady stream of post-estimation tooling gated on that algorithm — heterogeneity summaries, residuals, funnel plots, z-curve conversion, predict, extract, pooled and adjusted effects. Version 4.0.0 in May 2026 collapses all of it into a unified brma class hierarchy.

Read the full robma trajectory →

cubist vs robma: editorial side-by-side

C
cubist
ANALYTICS
0.0

The R port of Quinlan's Cubist gets reproducibility fixes, not new modelling

◆ Current state

Cubist is the R interface to Quinlan's rule-based regression model, wrapping the original C sources behind an R API and feeding the tidymodels rules package. The 0.6.0 release adds a strip_time_stamps control that removes date, time and duration information from model output, and now errors rather than silently misbehaving when a date or date-time column is passed. Error reporting moves from base stop() and warning() to cli.

◆ Where it's heading

The direction is custodial: this is a mature algorithm with a stable definition, so the work is making a decades-old C codebase behave predictably inside a modern R workflow. The reproducibility thread is the clearest one — embedded timestamps mean two identical models compare as different objects, which breaks caching, testing and any workflow that hashes results. Alongside it runs slow C hygiene, from keyword symbol overwrites in 0.5.0 to unused-variable warnings in 0.6.0.

◆ Prediction

Expect continued small maintenance releases tracking CRAN compiler requirements and the needs of the rules package, with no change to the modelling algorithm itself.

R
robma
ANALYTICS
0.0

RoBMA 4.0 tears out its own constructor surface and rebuilds on one class hierarchy

◆ Current state

RoBMA fits robust Bayesian model-averaged meta-analyses that adjust for publication bias. The 3.x line grew by accretion: separate constructors for each model family (RoBMA.reg, NoBMA, BiBMA and their .reg variants), a spike-and-slab algorithm in 3.3.0 that made estimation fast enough to matter, then a steady stream of post-estimation tooling gated on that algorithm — heterogeneity summaries, residuals, funnel plots, z-curve conversion, predict, extract, pooled and adjusted effects. Version 4.0.0 in May 2026 collapses all of it into a unified brma class hierarchy.

◆ Where it's heading

The 3.x series solved the modeling problem and left an interface problem behind: a caller had to know which of six constructors matched their data type, and argument names differed across them. 4.0.0 resolves that by making the model family a set of arguments rather than a function name, and by standardizing input naming on metafor-style conventions. It shipped one day after BayesTools 0.3.0, the author's own upstream infrastructure package, whose new standardization and prior-transformation machinery this rewrite depends on.

◆ Prediction

A rewrite this wide usually needs a follow-up, so expect 4.0.x patches addressing migration gaps as users hit the removed constructors and renamed arguments.

Alternatives to cubist and robma

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 cubist or robma.

See all cubist alternatives → · See all robma alternatives →

Recent activity from cubist and robma

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

  1. 3mo agorobmaUnifies six model constructors into one brma class hierarchy
  2. 5mo agocubiststrip_time_stamps makes fitted models reproducible
  3. 8mo agorobmaRoBMA 3.6.1
  4. 9mo agocubistCubist 0.5.1
  5. 11mo agorobmaRoBMA 3.6.0
  6. 1y agorobmaRoBMA 3.5.1
  7. 1y agorobmaRoBMA 3.5.0
  8. 1y agocubistCubist 0.5.0
  9. 1y agorobmaRoBMA 3.4.0
  10. 2y agocubistCubist 0.4.4
  11. 4y agocubistCubist 0.4.0

Frequently asked questions

What is the difference between cubist and robma?

Both compete on the same themes — r-package — within Analytics. cubist and robma are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is cubist better than robma?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. cubist and robma are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to cubist?

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

What are the best alternatives to robma?

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