2026 ASA South Florida Student Data Challenge

Deadline: 11:59pm EST, 02/20/2026

Join the ASA South Florida email list

The American Statistical Association (ASA) South Florida Chapter invites students worldwide to participate in the 2026 Student Data Challenge. Students compete within their academic level; high school (HS) students are eligible for two award categories (prediction and visualization).

At a glance
  • Dataset: 1,200 individuals, 97 variables (NHANES 2024-based)
  • Tracks: Prediction (HS/UG/Grad) and Visualization (HS)
  • Awards: $150 per winner, four winners total (HS–Prediction, HS–Visualization, UG–Prediction, Grad–Prediction)
  • Deadline: February 20, 2026 (11:59pm EST)

Dataset Description

The dataset includes 1,200 individuals and 97 variables sampled from the 2024 National Health and Nutrition Examination Survey (NHANES).

The outcome variable is:

Predictors include:

Training: 1,000 observations
Test: 200 observations

All variables retain NHANES labels and can be inspected using attr(x, "label").

Technical resources: Data files and official competition documents are hosted in the GitHub repository .

Downloading the Data in R

### Download Training Data

tmp <- tempfile()
download.file("https://luminwin.github.io/ASASF/train.rds", tmp, mode = "wb")
train <- readRDS(tmp)

### View Variable Labels

lapply(train, attr, "label")

### Download Test Data

download.file("https://luminwin.github.io/ASASF/test.rds", tmp, mode = "wb")
test <- readRDS(tmp)

You can also download the CSV files (train.csv, test.csv, variable_labels.csv) directly from the GitHub repository https://github.com/luminwin/ASASF by clicking CodeDownload ZIP.

Eligibility

Competition Tasks

1. Prediction Track (High School, Undergraduate, and Graduate)

Predict LBDHDD_outcome for the test dataset.

Submission Requirements

Allowed Software: Participants may use any software, programming language, or computational tools to generate their submissions.

Evaluation Process

2. Visualization Track (High School)

Submit a 1–4 page PDF containing:

No modeling is required for this track.

Submission

Submit the following files:

Submissions should be uploaded through the designated form. (File uploads require Google login; this is a Google Forms requirement.)

Award