| arthritis | R Documentation |
A classification dataset on arthritis status and related demographic and behavioral covariates.
arthritis
A data frame with 4,856 rows and 12 variables:
Participant identifier.
Arthritis status ("Yes" or "No").
Whether a relative had a heart attack.
Participant gender.
Participant age in years.
Body mass index.
Whether the participant has diabetes.
Whether the participant reports alcohol use.
Whether the participant smokes.
Whether the participant has prehypertension.
Whether the participant follows a vegetarian diet.
Whether the participant has health coverage.
Column names were standardized to snake_case when packaging the data.
Original arthritis survey dataset distributed with the project materials.
str(funcml::arthritis)
table(funcml::arthritis$status)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.