Welcome~~
This repository contains the code and data for analyzing Alzheimer's disease data.
** I also upload the output file and plots as well. (Just in case you encounter any problems when you run my code locally on your end.) :)
- Since it is a rather big dataset file, Github doesn't allow me to upload it straight in CVS format.
I upload the first 1000 rows dataset file, it might alter the result but I uploaded the orgihnal output report.
OR
- You can download it straight from the Kaggle website:
https://www.kaggle.com/datasets/amitvkulkarni/aging-and-memory-alzheimers-statistics?resource=download
data/: Contains the dataset fileAlzheimers_Disease_Healthy_Aging_data.csv.code/: Contains the R scripts for analysis, generating tables, and figures.analysis.R: Main analysis script.table.R: Script for generating the required table.figure.R: Script for generating the required figure.
report/: Contains the R Markdown file for the final report.Makefile: Contains rules for building the final report.
To generate the final report, follow these steps:
- Clone the repository.
- Open a terminal and navigate to the project directory.
- Run the command
make allto execute the analysis and generate the report. - The generated report will be saved as
report/report.html.
- The code for creating the required table is located in
code/table.R. - The code for creating the required figure is located in
code/figure.R.