This project was developed voluntarily during the summer semester 2023 and aims to prove the power of PCA in medical diagnose. The original code is not public yet under college policies, however the main algorithm can be found in the .pdf file on the repository.
- R >= 4.2
- RStudio
git clone https://github.com/anacarsi/23ss-PCAOsteoarthritis.git
cd 23ss-PCAOsteoarthritis
conda create -n pcaoa
conda activate pcaoa
pip install -e .
@software{
author = {Ana Carsi},
title = {Principal Component Analysis: A Useful Method for Osteoarthritis Diagnose},
month = mar,
year = 2023,
publisher = {GitHub},
version = {0.1.0},
url = {https://github.com/anacarsi/23ss-PCAOsteoarthritis}
}