The dataset was loaded from the processed-data folder using the here package. Linear regression models were fit using the lm() function. The first one is a linear model with height as the outcome and weight as the predictor. The secone one is a multiple linear model with height as the outcome and weight and gender as predictors. The third one is a few linear models with height as the outcome and study time and exercise time as predictors. Model results were cleaned up using the broom package and saved as RDS files in the results/tables folder. Figures generated during analysis were saved to the results/figures folder.