NEWS


weightflow 0.1.0 (2026-06-30)

First release.

A dependency-free, pipeable API to compute survey weights from design base weights through a chain of hierarchical adjustment stages. Build a recipe lazily, estimate it with prep(), and extract the weights with collect_weights(). Separating define from apply makes the whole process reproducible and auditable, and lets the bootstrap re-run the entire cascade on each replicate.

Adjustment steps

Inspection and reporting

Variance estimation

Data

Development version

The following are available in the development version on GitHub and are planned for a future CRAN release:

Install with remotes::install_github("jpferreira33/weightflow") to use them today.