University of Westminster
Submission Date: 20 November 2024Student Name: Donald Philp
👋 Welcome to my repository for Assessment 1 of the Health Data Science module, part of the MSc Artificial Intelligence program at the University of Westminster! This project focused on learning the basics of R programming and applying data analysis techniques to solve healthcare challenges. Below, you'll find the details and file structure of the repository. Enjoy exploring! 🚀
- File Structure
- Data
- Notebooks
- Reports
- Usage
- Assignment Overview
- Learning Outcomes
- Notes
This repository is organized as follows:
├── data
│ └── raw
│ ├── abalone.data # Dataset for Question 4
│ ├── abalone.names # Header names for Question 4
│ ├── index # Index for Question 4
│ ├── Q6-File1.csv # Dataset for Question 6
│ └── Q6-File2.csv # Dataset for Question 6
├── .gitignore # Ignore unnecessary files
├── notebooks
│ └── Assignment1.R # R script for the assignment 💻
├── README.md # This file 📖
├── reports
│ ├── Assessment 1 Health Data Science - Donald Philp.pdf # Final report (PDF) 📄
│ ├── Assessment 1 Health Data Science - Donald Philp.docx # Word version for submission 📝
│ └── HDS-Coursework-Assessment1.pdf # Assignment questions and guidelines 📑
├── indesign # Files used for compiling the final report 📊
│ └── [InDesign project files]
└── Assessment 1 Health Data Science - Donald Philp.pdf # Another copy of the final report in the root folder 🔄
The data/raw directory contains the datasets used for the assignment:
- abalone.data: Dataset for Question 4.
- abalone.names: Header names for Question 4.
- index: Index file for Question 4.
- Q6-File1.csv: Dataset for Question 6.
- Q6-File2.csv: Dataset for Question 6.
The notebooks directory contains the R script used for this assignment:
- Assignment1.R: The R script containing all the code used to solve the assignment tasks. This script is well-documented and modularized to follow good programming practices. 🖋️
The reports directory contains the documents related to this assessment:
- Assessment 1 Health Data Science - Donald Philp.pdf: The final compiled report submitted for assessment. 📁
- Assessment 1 Health Data Science - Donald Philp.docx: Word document version for submission requirements.
- HDS-Coursework-Assessment1.pdf: The assignment questions and guidelines provided by the module leader.
To run the R code:
-
Clone the repository to your local machine:
git clone [repository URL]
-
Navigate to the
notebooksdirectory:cd notebooks -
Open Assignment1.R in RStudio or any R-compatible IDE. Make sure the working directory is set correctly:
setwd("path/to/repository") -
Install the required packages as specified at the top of the
Assignment1.Rscript. -
Run the script to reproduce the analyses and results! 🎉
The assignment required us to:
- Investigate healthcare challenges using R programming. 💉
- Apply data science concepts to analyze provided datasets.
- Document the approach, methods, results, and key findings.
- Develop solutions in R, following good programming practices.
Through this assignment, I was able to:
- Understand R Programming Basics: Learn how to write R scripts for data analysis tasks.
- Data Manipulation and Analysis: Utilize R functions to manipulate and analyze healthcare data.
- Problem-Solving Skills: Apply computational thinking to address healthcare challenges.
- Good Programming Practices: Write modular, clean, and well-documented code. ✨
- Communicate Results: Document the entire process effectively in a structured report.
- The
.gitignorefile ensures that unnecessary files are not added to the repository. - The
indesigndirectory contains InDesign files used to compile the final report (optional for running the code). - A duplicate of the final report PDF is provided in the root directory for easy access.
- All datasets are included in the
data/rawdirectory; no external data sources are required.
For any questions or further information, feel free to reach out:
Name: Donald PhilpEmail: [Your Email Address]
Disclaimer: This repository is for educational purposes to showcase the work completed for the Health Data Science assignment. Please do not plagiarize or directly copy any part of this work. 🤓✌️
Thank you for taking the time to explore my work! 🧠💡 I hope this helps you understand the data analysis involved in the healthcare space. 🚑✨