#' Data Sets Informing Blood Pressure Percentile Estimates
#'
#' A collection of data sets from multiple sources used to inform blood pressure
#' percentiles for pediatrics patients by sex, age, and height (if known).
#'
#' Data sets are named to reflect the source.
#'
#' For all the data sets provided units are uniform:
#'
#' \describe{
#' \item{age:}{Patient age; months}
#' \item{height:}{length/height/stature; cm}
#' \item{weight:}{kilograms}
#' \item{male:}{integer value; 1 = male, 0 = female}
#' \item{sbp:}{systolic blood pressure; mmHg}
#' \item{dbp:}{diastolic blood pressure; mmHg}
#' }
#'
#' Columns with a name such as \code{sbp} is a point observations. Summary
#' statistics are appended to the variable as needed, e.g., \code{sbp_mean} and
#' \code{sbp_sd} for the reported mean and standard deviation of systolic blood
#' pressure.
#'
#' CDC ages represent whole month but reported at the half month. That is, age
#' = 12.5 is short-hand for 12 <= age < 13. The exception is birth; age = 0 is
#' birth and not a range.
#'
#' \code{bp_parameters} has the estimated mean and
#' standard deviations for estimating percentiles using a Gaussian distribution
#' for a given sex, age (in months), and height (if known/applicable).
#'
#' @seealso \code{vignette("bp-distributions", package = "pedbp")}
#'
#' @references
#'
#' Expert Panel on Integrated Guidelines for Cardiovascular Health and Risk
#' Reduction in Children and Adolescents. "Expert panel on integrated guidelines
#' for cardiovascular health and risk reduction in children and adolescents:
#' summary report." Pediatrics 128.Supplement_5 (2011): S213-S256.
#'
#' Gemelli, M., Manganaro, R., Mami, C., & De Luca, F. (1990). Longitudinal
#' study of blood pressure during the 1st year of life. European journal of
#' pediatrics, 149(5), 318-320.
#'
#' Lo, Joan C., et.al. "Prehypertension and hypertension in community-based
#' pediatric practice." Pediatrics 131.2 (2013): e415-e424.
#'
#' The Fourth Report on the Diagnosis, Evaluation, and Treatment of High Blood
#' Pressure in Children and Adolescents National High Blood Pressure Education
#' Program Working Group on High Blood Pressure in Children and Adolescents
#' Pediatrics 2004;114;555-576 <doi:10.1542/peds.114.2.S2.555>
#'
#' 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).
#'
#' @name bpdata
#' @keywords datasets
NULL
#' @rdname bpdata
"lo2013"
#' @rdname bpdata
"gemelli1990"
#' @rdname bpdata
"nhlbi_bp_norms"
#' @rdname bpdata
"flynn2017"
#' @rdname bpdata
"bp_parameters"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.