The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Medical::Growth::NHANES_2000::BMI_for_Age::Child::Female

SYNOPSIS

  use Medical::Growth::NHANES_2000;
  Medical::Growth::NHANES_2000->find_measure_class(
    ages => 'Child', sex => 'Female',
    measure => 'BMI for Age')->pct_for_value($bmi,$age);

DESCRIPTION

This class provides the NHANES 2000 parameters for BMI-for-age tables for girls ages 2-20 years.

BMI values are expressed in kg/m2, and ages in months.

For details of the methods provided to operate on observations, please see Medical::Growth::NHANES_2000::Base. For overall information on use of the NHANES 2000 system, please see Medical::Growth::NHANES_2000.

This class provides one additional convenience method:

bmi($wt_kg, $ht_cm)

Returns the BMI in kg/m2 computed from $wt_kg and $ht_cm. If either $wt_kg or $ht_cm is missing or zero, returns undef.

VERSION

version 1.00

AUTHOR

Charles Bailey <cbail@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2012-2014 Charles Bailey.

This software may be used under the terms of the Artistic License or the GNU General Public License, as the user prefers.

ACKNOWLEDGMENT

The code incorporated into this package was originally written with United States federal funding as part of research work done by the author at the Children's Hospital of Philadelphia.