Rf_error() with Rcpp::stop() (#24)height_percentile inputs to use percentile points
on a 0 to 100 scale throughout the R interface. (#25)
bp_cdf and bp_chart handling of blood pressure height percentiles so
plotting helpers no longer rescale or default to decimal-style values.API change to the growth standard distribution functions
Use of the terms "percentile", "distribution", and "probability" are more robust. In v1 "percentile" could have referred to any of those terms. Now, percentile implies a value between 0 and 100, distribution (value) or probability, denoted with a p, are values between 0 and 1.
Added features to blood pressure distribution functions
source to specify the reference values used
to generate the percentiles. Default to martin2022 to keep the same
functionality as version 1.flynn2017 referencing
Flynn, Joseph T., David C. Kaelber, Carissa M. Baker-Smith, Douglas Blowey,
Aaron E. Carroll, Stephen R. Daniels, Sarah D. De Ferranti et al. "Clinical
practice guideline for screening and management of high blood pressure in
children and adolescents." Pediatrics 140, no. 3 (2017).Add z_bp to return z-scores for blood pressure; a complement to the
existing q_bp and p_bp methods.
Create S3 method for bp_cdf plotting #9
Extended the growth chart distribution data source to include the CDC (v1.0.0) and World Health Organization (WHO)
New "growth-standards" vignette
Add gs_chart for building growth standard charts
Add gs_cdf for building growth standard cumulative distribution functions
Add bp_chart for building blood pressure charts
Rebuild of the Shiny application to use the new features of v2.0.0
est_norm calls stats::optim with method = "L-BFGS-B", lower = c(-Inf, 0), and upper = c(Inf, Inf)) to make sure the standard deviation estimate is non-negative.est_norm checks for sorted inputs.Initial Version for Review of Collaborators
User Level Features: