- Exploratory Data Analysis (Assignment 1)
- Probability (Assignment 2)
- Inference for categorical data (Assignment 3)
- Inference for numerical data (Assignment 4)
- Regression (Assignment 5)
R related assignments and solutions with the marks I got!
Alternatively you can install an R and R Debugger on your VS Code:
https://www.youtube.com/embed/ORrELERGIHs?si=b2z2PDhZexGaXuWw
Before running/importing your csv file your need to run the following commands for you R to detect the working folder:
Get the current working directory:
-
getwd()
Set the working directory to the folder
WorkingDirectory on the C drive.
This folder must be created in Windows
before running the code.
- setwd("B:/SCHOOL/STC/Assignment")