← Back to home
Comparison · Infra & APIs

estimatr vs KRLS

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

Shared themes:causal-inferencer-package

estimatr vs KRLS: at a glance

FeatureestimatrKRLS
SectorInfra & APIsInfra & APIs
Velocity score0.00.0
Sparks · 30d00
Top themescausal-inference, experiments, robust-standard-errors, econometricskernel-methods, machine-learning, causal-inference, scalability
Last editorial update23h ago49m ago
WebsiteVisit →Visit →

What is estimatr?

Fast design-based estimators for experiments, coasting on CRAN patches.

estimatr provides the design-based regression estimators the DeclareDesign ecosystem is built on — robust and cluster-robust standard errors, blocked and clustered randomization inference — implemented for speed rather than generality. The last three releases carry no substantive notes: each is a merge commit for a CRAN patch, one of them accompanied by a typo fix.

Read the full estimatr trajectory →

What is KRLS?

A 2014 kernel regression method getting the scalability and tooling it never had, in a three-release afternoon.

KRLS fits kernel regularized least squares, a method whose exact form requires an n-by-n kernel matrix and therefore stops being usable well before modern sample sizes. Three releases shipped within 33 minutes of each other addressed exactly that: a Nystrom approximation mode with conditional approximate inference, kmeans landmark selection with an accessor for reusing landmarks across fits, and GCV as an alternative to leave-one-out for choosing lambda. The default path remains the exact one, and existing calls are unchanged.

Read the full KRLS trajectory →

estimatr vs KRLS: editorial side-by-side

E
estimatr
INFRA · APIS
0.0

Fast design-based estimators for experiments, coasting on CRAN patches.

◆ Current state

estimatr provides the design-based regression estimators the DeclareDesign ecosystem is built on — robust and cluster-robust standard errors, blocked and clustered randomization inference — implemented for speed rather than generality. The last three releases carry no substantive notes: each is a merge commit for a CRAN patch, one of them accompanied by a typo fix.

◆ Where it's heading

Direction cannot be read from this feed. The release notes are unedited merge-commit messages, so the only signal is cadence — roughly annual, each release framed as a CRAN patch rather than as feature work. That pattern is consistent with a package whose estimators are considered finished and which now moves only when CRAN policy requires it.

◆ Prediction

On the evidence here the next release is another CRAN compliance patch, but the notes are too thin to support a confident read of what the maintainers are actually working on.

K
KRLS
INFRA · APIS
0.0

A 2014 kernel regression method getting the scalability and tooling it never had, in a three-release afternoon.

◆ Current state

KRLS fits kernel regularized least squares, a method whose exact form requires an n-by-n kernel matrix and therefore stops being usable well before modern sample sizes. Three releases shipped within 33 minutes of each other addressed exactly that: a Nystrom approximation mode with conditional approximate inference, kmeans landmark selection with an accessor for reusing landmarks across fits, and GCV as an alternative to leave-one-out for choosing lambda. The default path remains the exact one, and existing calls are unchanged.

◆ Where it's heading

The package is being modernized on two tracks that reinforce each other. The interface track — a formula method, broom extractors, autoplot, summary and glance diagnostics — makes the estimator fit contemporary R workflows without touching the algorithm, and the notes are explicit that existing matrix-interface calls remain bit-identical. The performance track removes the reasons it could not be run at all: the Nystrom mode for the kernel matrix, and an average-marginal-effects variance computation rewritten via a row-sum identity to quadratic per-predictor cost. Everything is added as opt-in, which suggests the goal is reaching new users without disturbing replication of published results.

◆ Prediction

With approximation, landmark reuse, and a second lambda criterion now in place, the remaining gap is guidance on when to trust them; the scaling vignette shipped alongside GCV points to more empirical validation rather than new estimation machinery.

Alternatives to estimatr and KRLS

Other Infra & APIs 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 estimatr or KRLS.

See all estimatr alternatives → · See all KRLS alternatives →

Recent activity from estimatr and KRLS

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

  1. 3mo agoKRLSGCV added as an alternative lambda selection criterion
  2. 3mo agoKRLSKmeans landmark selection and landmark reuse across fits
  3. 3mo agoKRLSNystrom approximation mode lifts the sample-size ceiling
  4. 3mo agoKRLSFormula interface plus broom and autoplot support
  5. 3mo agoKRLSv1.1-0: Update Chad Hazlett affiliation MIT -> UCLA in 9 .Rd files
  6. 1y agoestimatrCRAN version 1.0.4
  7. 2y agoestimatrCRAN version 1.0.2
  8. 3y agoestimatrCRAN version 1.0.0

Frequently asked questions

What is the difference between estimatr and KRLS?

Both compete on the same themes — causal-inference, r-package — within Infra & APIs. estimatr and KRLS 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 estimatr better than KRLS?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. estimatr and KRLS 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 Infra & APIs products to evaluate alongside.

What are the best alternatives to estimatr?

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

What are the best alternatives to KRLS?

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