Calf Circumference: NHANES Microdata Derivation

These percentiles are a FitnessNorms derivation from public CDC NHANES microdata. The cohort definition is informed by Gonzalez et al. (2021), but the final percentile table is presented separately because one published cleaning step cannot be exactly reconstructed.

Files, variables, and eligibility

Cohort reconstruction and outliers

The four DXX files contain 29,026 unique participants, matching the supplement's starting population. Restricting to adults with valid calf circumference and MEC weights, excluding pregnancy, excluding unknown pregnancy status, and requiring the primary anthropometric and DXA fields produces 17,856 eligible participants exactly, the count reported before outlier removal by Gonzalez et al.

The paper then reports removing 67 calf-circumference outliers using an "IQR method with a threshold of 3." That sentence does not define whether the fence was global or grouped. A conventional global Tukey fence is Q1 - 3 × IQR to Q3 + 3 × IQR. In the reproduced cohort, Q1 is 35.3 cm, Q3 is 40.8 cm, and the resulting 18.8-57.3 cm fence removes 17 records, leaving 17,839. Applying the same rule within documented sex, age, race/ethnicity, and BMI combinations did not reproduce both the paper's 67 removals and final sex counts. The site therefore uses the conventional global result and labels it as a FitnessNorms derivation; it does not claim to reproduce the paper's final n=17,789.

Weights and percentiles

Interpretation and population context

Calf circumference combines muscle and adipose tissue, and that mixture changes with age. These neutral distribution percentiles describe position within the 1999-2006 US population; they are not the BMI-adjusted screening cutoffs proposed by Gonzalez et al. and cannot diagnose sarcopenia.

Population and protocol matter. A multinational study pooling community cohorts in Japan, Malaysia, and Taiwan reported lower calf-circumference values in many adult age groups and a decline after about age 60 (Chen et al. 2025). That comparison is context, not a conversion: the cohorts, body size distributions, and measurement protocols differ.

The complete derivation, fixed gates, and generated percentile artifact are retained in scripts/nhanes_calf_circumference_percentiles.py and scripts/nhanes_calf_circumference_percentiles.json. See the reference page for a compact source summary.