arthritis: Arthritis survey data

arthritisR Documentation

Arthritis survey data

Description

A classification dataset on arthritis status and related demographic and behavioral covariates.

Usage

arthritis

Format

A data frame with 4,856 rows and 12 variables:

id

Participant identifier.

status

Arthritis status ("Yes" or "No").

heart_attack_relative

Whether a relative had a heart attack.

gender

Participant gender.

age

Participant age in years.

bmi

Body mass index.

diabetes

Whether the participant has diabetes.

alcohol

Whether the participant reports alcohol use.

smoke

Whether the participant smokes.

prehypertension

Whether the participant has prehypertension.

vegetarian

Whether the participant follows a vegetarian diet.

covered_health

Whether the participant has health coverage.

Details

Column names were standardized to snake_case when packaging the data.

Source

Original arthritis survey dataset distributed with the project materials.

Examples

str(funcml::arthritis)
table(funcml::arthritis$status)

funcml documentation built on Aug. 22, 2026, 5:08 p.m.