mriCardioVars_tbl_df | R Documentation |
This dataset, mriCardioVars_tbl_df, is a tibble containing MRI and clinical data from 735 elderly participants in a U.S. observational study of cardiovascular and cerebrovascular disease incidence. It includes 30 variables covering demographic, clinical, and imaging measures.
data(mriCardioVars_tbl_df)
A tibble with 735 observations and 30 variables:
Patient identification number (numeric)
MRI date (Date)
Age in years (numeric)
Sex (character)
Race (character)
Weight in kg (numeric)
Height in cm (numeric)
Smoking pack-years (numeric)
Years since quitting smoking (numeric)
Alcohol consumption (numeric)
Physical activity level (numeric)
Congestive heart failure status (numeric)
Coronary heart disease status (numeric)
Stroke history (numeric)
Diabetes status (numeric)
General health status (numeric)
LDL cholesterol in mg/dL (numeric)
Albumin level (numeric)
Creatinine level (numeric)
Platelet count (numeric)
Systolic blood pressure in mmHg (numeric)
Ankle-arm index (numeric)
Forced expiratory volume (numeric)
Digit Symbol Substitution Test score (numeric)
Brain atrophy measure (numeric)
White matter hyperintensity grade (numeric)
Number of brain infarcts (numeric)
Volume of brain infarcts (numeric)
Observation time (numeric)
Mortality status (numeric)
The dataset name has been kept as 'mriCardioVars_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the CardioDataSets package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble. The original content has not been modified in any way.
Data taken from the rigr package version 1.0.7
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.