This dataset, muscatine_coronary_risk_df, is a data frame containing longitudinal observations from the Muscatine Coronary Risk Factor (MCRF) study, which examined the development of coronary disease risk factors in children. It includes 14,568 observations of 4,856 children tracked from 1977 to 1981.
data(muscatine_coronary_risk_df)A data frame with 14,568 observations and 7 variables:
Child identification number (integer)
Gender of child (factor with 2 levels)
Age at first observation in years (integer)
Current age in years (integer)
Measurement occasion (integer)
Obesity status (factor with 2 levels)
Numeric obesity indicator (numeric)
The dataset name has been kept as 'muscatine_coronary_risk_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.