lshtm-gigs / gigs

Convert between measurements and z-scores/percentiles for INTERGROWTH-21st and WHO Child Growth Standards, and classify growth patterns.
https://lshtm-gigs.github.io/gigs/
GNU General Public License v3.0
2 stars 1 forks source link

Investigate using `pBCCG()`/`qPCCG()` from `gamlss.dist` package #15

Closed simpar1471 closed 10 months ago

simpar1471 commented 10 months ago

These functions implement the LMS method in R, but use mu/sigma/nu terminology. They may run quicker than the current GIGS implementations, so should be tested.

simpar1471 commented 10 months ago

Easier to use own functions, as the gamlss.dist functions fail when NA used.