This repository contains my notes for the R Programming for Researchers course, organized by the 57357 Children's Cancer Hospital Foundation Egypt and BioNetMasr. The focus of these notes is on practical applications of R in handling, analyzing, and visualizing data.
X | Title | Code | Lecture Links |
---|---|---|---|
1 | Read Files | Code | |
2 | Data Types | Code | |
3 | Data Manipulation | Code | |
4 | Graphics | Code | |
5 | Biostatistics | Code | Lecture |
6 | Life Models for Data Analysis | Code | |
7 | Correlation | Code | Lecture |
8 | Regression | Code | Lecture |
9 | PCA and PLS | Code | Lecture |
10 | ROC Curve | Code | Lecture |
11 | Machine Learning (ML) | Code | Lecture |
12 | Sample Size Calculation | Code | Lecture |
13 | Survival Analysis | Code | Lecture |
- Clone the repository:
git clone https://github.com/your-username/R-Programming-for-Researchers.git
- Set your working directory in R:
setwd("path_to_cloned_repo")
- Open
Codes/Day1
and execute the R script.