Dataset Description
|
R scripts for the data organization, filtering, and analysis of my Doctoral dissertation work focused on the association of Social Determinants of Health and return to sport and long-term outcomes in individuals after anterior cruciate ligament reconstruction (ACLR). There are a total of 9 R scripts across 3 manuscripts. The 'filter' scripts are for data management and filtering to create sub-datasets from the master dataset while the analyses scripts (BLR and LGM) are for the statistical analyses related to each sub-dataset. (2025-02-07)
|
Notes
| 1) MWDiss_man1_filter_FINAL.R: Data organization, management, and filtering to create sub-datasets for manuscript 1 for each ACLR return to sport outcome variable of interest. 2) MWDiss_man1_lmer_FINAL.R: Analysis of each sub-dataset from MWDiss_man1_filter_FINAL.R using latent growth model with the lmer() function. 3) MWDiss_man2_filter_FINAL.R: Data organization, management, and filtering to create sub-datasets for manuscript 2 for each ACLR long-term outcome variable of interest. 4) MWDiss_man2_BLR_FINAL.R: Analysis of each sub-dataset from MWDiss_man2_filter_FINAL.R using binomial logistic regression using glm() function. 5) MWDiss_man3_part 1_filter_FINAL.R: Part 1 of 3 for data organization, management, and filtering to create sub-datasets for manuscript 3 for each ACLR return to sport outcome variable of interest. 6) MWDiss_man3_part 2_climate_FINAL.R: Part 2 of 3 for data organization, management, and filtering for data for the climate analyses for manuscript 3. 7) MWDiss_man3_part 3_site characteristics_FINAL.R: Part 3 of 3 for data organization, management, and filtering for data for the site characteristics analyses for manuscript 3. 8) MWDiss_man3_LGM_Climate_FINAL.R: Analysis of each sub-dataset from MWDiss_man3_part 2_climate_FINAL.R using latent growth model with the lmer() function. 9) MWDiss_man3_LGM_SiteChar_FINAL.R: Analysis of each sub-dataset from MWDiss_man3_part 2_site characteristics_FINAL.R using latent growth model with the lmer() function. |