Back to Browse

Multiple Regression Models at Once

3.8K views
Mar 5, 2018
7:22

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.

Download

0 formats

No download links available.

Multiple Regression Models at Once | NatokHD