Skip to contents

sntmethods 0.8.0

First public release.

DHS survey analysis

  • calc_*_dhs() functions produce survey-weighted, design-correct estimates across 16 indicator domains (ITN, IRS, PfPR, ACT, antimalarials, fever care, ANC, IPTp, EPI, SMC, anemia, U5MR, case management, CSB, wealth). All return long-format list(adm0, adm1, ...) tables with confidence intervals, design effects and admin-level stratification.
  • Every indicator family ships a machine-readable data dictionary (act_dictionary(), itn_dictionary(), …) plus the unified dhs_dictionary().
  • dhs_read() reads single-survey parquet files directly to preserve value labels and survey-specific variables.
  • ACT handled as a drug class across multiple variables (combination therapy only; monotherapies excluded).
  • ITN use_if_access (use among those with access) calculated by default with standard age groups (u5, 5_14, ov15).

Spatial modeling (MBG)

Routine health facility data

Infrastructure

  • New hex sticker logo at man/figures/logo.png.
  • pkgdown site and deploy workflow.
  • Hard dependencies fail fast via rlang::check_installed() for optional (Suggests) packages.