Baselight

NHANES Age Prediction

National Health and Nutrition Health Survey 2013-2014 (NHANES) Age Prediction

@kaggle.joebeachcapital_nhanes_age_prediction

Loading...
Loading...

About this Dataset

NHANES Age Prediction

The National Health and Nutrition Examination Survey (NHANES), administered by the Centers for Disease Control and Prevention (CDC), collects extensive health and nutritional information from a diverse U.S. population. Though expansive, the dataset is often too broad for specific analytical purposes. In this sub-dataset, we narrow our focus to predicting respondents' age by extracting a subset of features from the larger NHANES dataset. These selected features include physiological measurements, lifestyle choices, and biochemical markers, which were hypothesized to have strong correlations with age.

For what purpose was the dataset created?

The NHANES dataset was created to assess the health and nutritional status of adults and children in the United States.

Who funded the creation of the dataset?

Centers for Disease Control and Prevention (CDC), specifically through its National Center for Health Statistics (NCHS)

What do the instances in this dataset represent?

Survey respondents throughout the United States

Data was gathered through interviews, physical examinations, and laboratory tests.

Was there any data preprocessing performed?

For this subset respondents 65 years old and older were labeled as “senior” and all individuals under 65 years old as “non-senior.”

Additional Information

The original full dataset can be found at:

https://wwwn.cdc.gov/nchs/nhanes/search/DataPage.aspx?Component=Questionnaire&CycleBeginYear=2013

Has Missing Values?

No

Tables

Nhanes Age Prediction

@kaggle.joebeachcapital_nhanes_age_prediction.nhanes_age_prediction
  • 42.17 KB
  • 2278 rows
  • 10 columns
Loading...

CREATE TABLE nhanes_age_prediction (
  "seqn" DOUBLE,
  "age_group" VARCHAR,
  "ridageyr" DOUBLE,
  "riagendr" DOUBLE,
  "paq605" DOUBLE,
  "bmxbmi" DOUBLE,
  "lbxglu" DOUBLE,
  "diq010" DOUBLE,
  "lbxglt" DOUBLE,
  "lbxin" DOUBLE
);

Share link

Anyone who has the link will be able to view this.