← Back to home
Comparison · Infra & APIs

missSBM vs sps

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

Shared themes:r-package

missSBM vs sps: at a glance

FeaturemissSBMsps
SectorInfra & APIsInfra & APIs
Velocity score2.52.5
Sparks · 30d00
Top themesr-package, network-analysis, stochastic-block-model, missing-datar-package, survey-sampling, sequential-poisson, performance
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is missSBM?

missSBM returns after four dormant years with a stricter API and a new refinement step.

The package fits stochastic block models to networks with missing data, covering both missing-at-random and informative sampling designs. After a run of releases from 2019 to 2022, the feed goes quiet until this year's 1.1.0, which breaks the control interface, exposes the block split and merge operations as testable instance methods, and adds a node-swap refinement pass that runs after variational convergence.

Read the full missSBM trajectory →

What is sps?

sps keeps sanding down sequential Poisson sampling rather than adding to it.

The package implements sequential Poisson sampling for survey design, covering inclusion probabilities, proportional allocation, replicate weights, and take-all strata. Recent releases are small and tightly scoped: a divisor method helper, an iterator that draws a sample one unit at a time, automatic selection of the replicate-weight parameter, and repeated performance work on inclusion probability calculation.

Read the full sps trajectory →

missSBM vs sps: editorial side-by-side

M
missSBM
INFRA · APIS
2.5

missSBM returns after four dormant years with a stricter API and a new refinement step.

◆ Current state

The package fits stochastic block models to networks with missing data, covering both missing-at-random and informative sampling designs. After a run of releases from 2019 to 2022, the feed goes quiet until this year's 1.1.0, which breaks the control interface, exposes the block split and merge operations as testable instance methods, and adds a node-swap refinement pass that runs after variational convergence.

◆ Where it's heading

The new release is maintenance-driven in the best sense: it targets the parts of the codebase that were hard to test or easy to misuse. Replacing free-form control lists with a function of named, defaulted arguments turns silent typos into errors, and pulling the exploration logic out of the collection class makes the search algorithm independently testable without changing it. The polish step addresses a known weakness, reaching individually misclassified nodes that split and merge moves cannot fix.

◆ Prediction

Given the gap before this release, the near-term question is whether the cadence resumes at all; the refactoring it contains would support further algorithmic work if it does.

S
sps
INFRA · APIS
2.5

sps keeps sanding down sequential Poisson sampling rather than adding to it.

◆ Current state

The package implements sequential Poisson sampling for survey design, covering inclusion probabilities, proportional allocation, replicate weights, and take-all strata. Recent releases are small and tightly scoped: a divisor method helper, an iterator that draws a sample one unit at a time, automatic selection of the replicate-weight parameter, and repeated performance work on inclusion probability calculation.

◆ Where it's heading

Development is consolidation rather than expansion. Most releases either speed up an existing routine or remove a decision the user previously had to make by hand, such as picking the smallest parameter that keeps replicate weights non-negative. Documentation and tooling get comparable attention to the algorithms, with a dedicated vignette on inclusion probabilities and a recent switch of test and documentation infrastructure. The API surface has been essentially stable across the window.

◆ Prediction

Expect continued small ergonomic and performance releases against the existing function set rather than new sampling designs, which is the pattern every release in this window follows.

Alternatives to missSBM and sps

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 missSBM or sps.

See all missSBM alternatives → · See all sps alternatives →

Recent activity from missSBM and sps

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

  1. 26d agomissSBMReplaces raw control lists with missSBM_param(), adds polish()
  2. 1mo agospsDocumentation polish; switches to tinytest and litedown
  3. 9mo agospsFixes extra argument handling in sps_iterator()
  4. 11mo agospsAdds divisor_method() and a one-unit-at-a-time sampling iterator
  5. 1y agospsAdds an inclusion-probability vignette and faster partial sorting
  6. 1y agospsAutomatic tau selection for replicate weights
  7. 2y agospsAdds becomes_ta() for take-all stratum sample sizes
  8. 3y agomissSBMAdapts to Matrix 1.4-2 and fixes HTML5 documentation
  9. 4y agomissSBMFixes linking against nloptR 2.0.0
  10. 5y agomissSBMRelaxes CRAN test tolerances to avoid random failures
  11. 5y agomissSBMRewrites optimisation in C++ armadillo with sparse matrices
  12. 5y agomissSBMRenames core functions and interfaces with the sbm package

Frequently asked questions

What is the difference between missSBM and sps?

Both compete on the same themes — r-package — within Infra & APIs. missSBM and sps are shipping at a similar cadence (velocity 2.5 vs 2.5, 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 missSBM better than sps?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. missSBM and sps are shipping at a similar cadence (velocity 2.5 vs 2.5, 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 missSBM?

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

What are the best alternatives to sps?

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