In this video, we will go over how to perform Linear Regression in R, and some basic data manipulation
Code used in the video: https://github.com/Aurelius2500/Linear-Regression-in-R
Stock Exchange Data Kaggle Link: https://www.kaggle.com/datasets/mattiuzc/stock-exchange-data?resource=download
Install R on your computer: https://cran.rstudio.com/
Install RStudio: https://posit.co/download/rstudio-desktop/
A quick introduction to R: https://www.w3schools.com/r/r_intro.asp
Chapters:
0:00 Introduction
1:36 RStudio
2:30 Introduction to the data
8:10 Linear Regression in R