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: