← Back to home
Comparison · Analytics

cTMed vs vecvec

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

Shared themes:r-package

cTMed vs vecvec: at a glance

FeaturecTMedvecvec
SectorAnalyticsAnalytics
Velocity score2.50.0
Sparks · 30d00
Top themesmediation-analysis, continuous-time-models, r-package, statistical-methodsr-package, data-structures, s7, vctrs
Last editorial update1h ago43m ago
WebsiteVisit →Visit →

What is cTMed?

Continuous-time mediation effects get standardized centrality, six years into steady patch work

cTMed computes direct, indirect and total effects for continuous-time mediation models, with delta-method, Monte Carlo and bootstrap variants of each. Development is a long run of patch releases from the jeksterslab account, roughly every two months, each adding a function or two. The latest adds standardized centrality measures and allows a diagonal sigma across ten standardized estimators.

Read the full cTMed trajectory →

What is vecvec?

A vector-of-vectors class swapped its object system mid-flight and came out faster.

vecvec provides an R class that holds multiple vectors as a single logical vector without copying them together, aimed at cases where concatenating would be wasteful. The 1.0.0 rewrite moved the class off vctrs onto S7 while keeping user-facing code working, and added matrix and array behaviour. Recent releases have concentrated on the details that decide whether the abstraction actually saves work: ALTREP vectors surviving intact, subassignment edge cases, and printing that does not materialise what it is describing.

Read the full vecvec trajectory →

cTMed vs vecvec: editorial side-by-side

C
cTMed
ANALYTICS
2.5

Continuous-time mediation effects get standardized centrality, six years into steady patch work

◆ Current state

cTMed computes direct, indirect and total effects for continuous-time mediation models, with delta-method, Monte Carlo and bootstrap variants of each. Development is a long run of patch releases from the jeksterslab account, roughly every two months, each adding a function or two. The latest adds standardized centrality measures and allows a diagonal sigma across ten standardized estimators.

◆ Where it's heading

The package is filling out a matrix rather than changing shape: for each effect type there is a delta-method, a Monte Carlo and a bootstrap path, and each release closes another cell. The 2025 releases were largely externally forced — an Armadillo 15.0.x transition at CRAN, a citation addition after the Psychological Methods paper landed — which suggests the statistical core has been settled since the 1.0.6 standardization revision.

◆ Prediction

The diagonal-sigma option has now reached the standardized estimators; extending it to the remaining unstandardized variants is the obvious next cell to fill.

V
vecvec
ANALYTICS
0.0

A vector-of-vectors class swapped its object system mid-flight and came out faster.

◆ Current state

vecvec provides an R class that holds multiple vectors as a single logical vector without copying them together, aimed at cases where concatenating would be wasteful. The 1.0.0 rewrite moved the class off vctrs onto S7 while keeping user-facing code working, and added matrix and array behaviour. Recent releases have concentrated on the details that decide whether the abstraction actually saves work: ALTREP vectors surviving intact, subassignment edge cases, and printing that does not materialise what it is describing.

◆ Where it's heading

The arc runs from proving the idea to making it cheap. Early releases established constructors and vctrs dispatch; 1.0.0 rebuilt the internals on S7 with a smaller, faster representation and automatic flattening of adjacent compatible vectors; the two releases since have been about not defeating the point — an ALTREP vector flattened on construction or materialised by a print method gives back exactly the memory the class exists to save. Extensibility is the other visible thread, with custom ptype2 and cast methods now registrable and extension packages expected to subclass class_vecvec. The internal index structure is explicitly reserved for future change, so faster special-case representations look planned rather than incidental.

◆ Prediction

The reserved internal structure and the stated intent to accommodate faster variants point at specialised representations for particular vector types next; the entries do not indicate which cases are queued first.

Alternatives to cTMed and vecvec

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 cTMed or vecvec.

See all cTMed alternatives → · See all vecvec alternatives →

Recent activity from cTMed and vecvec

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

  1. 27d agocTMedStandardized centrality measures and diagonal-sigma support
  2. 1mo agovecvecExtension packages can register their own ptype and cast methods
  3. 1mo agovecvecALTREP vectors survive construction and printing intact
  4. 3mo agovecvecThe class is rebuilt on S7, with a new internal representation
  5. 4mo agovecvecMissing value handling fixed for is.na()
  6. 6mo agocTMedMinor method edits
  7. 10mo agocTMedPackage citation added for the Psychological Methods paper
  8. 10mo agocTMedArmadillo 15.0.x compatibility for CRAN
  9. 11mo agovecvecArithmetic and per-vector apply arrive
  10. 11mo agovecvecFirst release: constructors and vctrs dispatch
  11. 1y agocTMedStandardization reworked around the steady-state covariance matrix
  12. 1y agocTMedBootstrap centrality estimators and MCPhiSigma()

Frequently asked questions

What is the difference between cTMed and vecvec?

Both compete on the same themes — r-package — within Analytics. cTMed 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 cTMed better than vecvec?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. cTMed 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 cTMed?

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

What are the best alternatives to vecvec?

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