Skip to content

ff98li/BDC_2020_cov_factor

Repository files navigation

Investigating factors contributing to COVID-19 control via PCA

Link to the analysis report

All the datasets and R scripts are here

Download

Make sure you have git on your PC.

git clone https://github.com/ff98li/BDC_2020_cov_factor.git

Usage

This project requires the following packages:

  • tidyverse
  • R0
  • devtools
  • ggbiplot To install them all, run the following in your R console
install.packages(c("tidyverse",
                   "R0",
                   "devtool",
                   "ggbiplot"),
                   dependencies = TRUE)

could take a pretty long while to get the dependencies done. Work on the report while you are waiting.

Plots

I'm posting the plots here for those who have trouble using R to read.

PCA on 6 variables, 144 countries

alt text

Loading Plot

alt text

Decision Tree

alt text

ROC curve for the decision tree model

alt text

PCA on 2 variables, 144 countries

alt text

Linear Regression for Populations

alt text

Linear Regression for Obesity

alt text

Contributing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages