cardiac_troponin_data | R Documentation |
A simulated dataset containing patient demographics, risk factors, and serial high-sensitivity cardiac troponin measurements at 0, 3, and 6 hours. Includes myocardial infarction (MI) status for diagnostic research.
data(cardiac_troponin_data)
A data frame with 500 rows and 11 variables:
Integer. Unique patient identifier.
Integer. Patient's age in years.
Character. Sex of the patient (e.g., "Male", "Female").
Numeric. High-sensitivity cardiac troponin level at baseline (0 hours).
Numeric. High-sensitivity cardiac troponin level at 3 hours.
Numeric. High-sensitivity cardiac troponin level at 6 hours.
Numeric. Change in troponin levels, possibly between 0h and 3h or 0h and 6h.
Character. Diabetes status (e.g., "Yes", "No").
Character. Hypertension status (e.g., "Yes", "No").
Character. Smoking status (e.g., "Yes", "No").
Character. Myocardial infarction status (e.g., "MI", "No MI").
data(cardiac_troponin_data)
str(cardiac_troponin_data)
head(cardiac_troponin_data)
summary(cardiac_troponin_data$hs_troponin_0h)
table(cardiac_troponin_data$mi_status)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.