In this tutorial, we see how to run multiple regression models (at once) using the R project. The process consists of two simple steps:
1- Create a list of the models you want, and save it as .csv file.
2- Import the data & csv list into R, and use a For Loop to run the models.
We use Excel for making the list, and R Studio to run the process.
To download the data, please follow this link:
⇩ http://www.nassereddine.com/tutorials/n/rt_data.htm
⇩ Backup link: https://goo.gl/b6Tori
To download the scripts, please follow this link:
⇩ http://www.nassereddine.com/tutorials/n/rt_scripts.htm
⇩ Backup link: https://goo.gl/zcy5Vd
Please let me know if you have questions.