Changelog
Source:NEWS.md
mwana 0.2.1
General updates
Updated documentation in README, data documentation function documentation, and vignettes to improve grammar, coherence, and consistency;
Enforced use of
::
to state external package dependencies;Ensured that a code sequence started with a function statement rather than a data.frame piped into a function;
simplified specific code syntax
mwana v0.2.0
New features
- Added new function
mw_estimate_prevalence_screening()
to estimate prevalence of wasting by MUAC from non survey data: screenings, sentinel sites, etc.
Bug fixes
Resolved issues with
mw_neat_output_mfaz()
,mw_neat_output_wfhz()
andmw_neat_output_muac()
not returning neat and tidy output for groupeddata.frame
from their respective plausibility checkers.Resolved issue with
edema
argument in prevalence functions that was not working as expected when set toNULL
.