CLiREN-LMS
Final Project Preparation, Presentation, and Course Integration

Preparing Final Deliverables

12.4 Preparing Final Deliverables

30-45 minutes Applied Step 3 of 7
Reading 1

12.4 Preparing Final Deliverables

3 / 7
Final deliverables should be organized in a project folder. A suggested structure is: ```text final_project/ README.md documentation/ study_scenario.md data_dictionary.csv codebook.csv governance_notes.md data_raw/ mock_redcap_export.csv data_clean/ prepared_dataset.csv scripts/ 01_import_and_clean.R 02_quality_checks.R 03_descriptive_report.R outputs/ query_listing.csv summary_tables.xlsx monitoring_plot.png final_report.html ``` The README should tell the assessor how to navigate the project. The scripts should run in order. Outputs should be generated from scripts. Documentation should explain the study scenario, variables, derivations, missing data assumptions, and governance considerations.