@hhgtech/hhg-components
Version:
Hello Health Group common components
56 lines (53 loc) • 430 B
JavaScript
;
var BMI_GIRLS_zscore_yearly = {
"-3SD": [
13.4,
12.8,
12.8,
12.5,
12.3
],
"-2SD": [
13.9,
13.2,
13.2,
12.9,
12.8
],
"-1SD": [
14.2,
13.5,
13.5,
13.2,
13.1
],
"0Median": [
15,
14.1,
14.1,
13.9,
13.8
],
"1SD": [
15.4,
14.6,
14.5,
14.4,
14.3
],
"2SD": [
16.4,
15.4,
15.4,
15.3,
15.3
],
"3SD": [
17.4,
16.3,
16.3,
16.3,
16.3
]
};
exports["default"] = BMI_GIRLS_zscore_yearly;