Pediatric Blood Pressure quantile and probability (distribution function) values
cppBP(
qp_sbp,
qp_dbp,
age,
male,
height,
height_percentile,
default_height_percentile,
source,
type
)
A list:
[[1]] systolic blood pressure quantiles or probability (defined by the input value of type
).
[[2]] diastolic blood pressure quantiles or probability (defined by the input value of type
).
attr(, "bp_params")
is a data.frame
with the values for the
look up table(s) needed to inform the sbp and dbp values.
the quantile(s) or probability(s) for systolic blood pressure
the quantile(s) or probability(s) for diastolic blood pressure
numeric vector, in months
integer vector; 0 = female, 1 = male
numeric vector of stature
numeric vector for height percentiles, expected values between 0 and 1.
default height percentile to use if height
is missing
the method, or data set, to use as the reference.
quantile or distribution to return
height
is used preferentially over height_percentile
over
default_height_percentile
.
source
can be one of "gemelli1990"
, "lo2013"
,
"nhlbi"
, "flynn2017"
, or "martin2022"
.