radial_ivus_df | R Documentation |
This dataset, radial_ivus_df, is a data frame containing demographic and clinical data from 115 patients who underwent intravascular ultrasound (IVUS) examination of the radial artery following transradial coronary angiography. It includes 15 variables covering patient characteristics, laboratory results, and IVUS measurements.
data(radial_ivus_df)
A data frame with 115 observations and 15 variables:
Male sex indicator (integer: 0/1)
Age in years (integer)
Height in cm (numeric)
Weight in kg (numeric)
High blood pressure status (integer: 0/1)
Diabetes mellitus status (integer: 0/1)
Smoking status (factor with 3 levels)
Total cholesterol in mg/dL (integer)
Triglycerides in mg/dL (integer)
HDL cholesterol in mg/dL (integer)
LDL cholesterol in mg/dL (integer)
High-sensitivity C-reactive protein in mg/L (numeric)
Normalized total atheroma volume (numeric)
Percent atheroma volume (numeric)
Sex (factor with 2 levels)
The dataset name has been kept as 'radial_ivus_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 'df' indicates that the dataset is a standard data frame. The original content has not been modified in any way.
Data taken from the moonBook package version 0.3.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.