Data sets

For some of the practical sessions we will make use of pre-prepared data. You will find all data required for the second phase of the practicals in the data folder here and you can download here.

You can download files individually from the website, or using bash commands by either going to the terminal tab on RStudio or by opening a dedicated terminal. You can either copy all data Navigate to the folder you want to download your data into, and use the following commands:

Data: Linear regression

# Stork download
wget https://github.com/anasrana/ems-practicals/raw/main/data/stork.txt

# lr_data1
wget https://github.com/anasrana/ems-practicals/raw/main/data/lr_data1.Rdata

# lr_data2
wget https://github.com/anasrana/ems-practicals/raw/main/data/lr_data2.Rdata

Data: PCA

# Pollen2014 data
wget https://github.com/anasrana/ems-practicals/raw/main/data/Pollen2014.txt

# Supplementary Labels
wget https://github.com/anasrana/ems-practicals/raw/main/data/SupplementaryLabels.txt

Data: Generalised linear models

# gwas-cc-ex1.Rdata
wget https://github.com/anasrana/ems-practicals/raw/main/data/gwas-cc-ex1.Rdata

# gwas-cc-ex2.Rdata
wget https://github.com/anasrana/ems-practicals/raw/main/data/gwas-cc-ex2.Rdata

# nb_data.Rdata
wget https://github.com/anasrana/ems-practicals/raw/main/data/nb_data.Rdata