Hey,
For my university project my professor wants me to simply linearly regress 1 variable called 'velo' with 14 other variables, to be clear I don't need to just multiple linearly regress them by using reg velo var1 var2 var3. What I need to do is regress them all individually reg velo var1. reg velo var2,.... BUT the catch is that I need to be able to display all of them in 1 graph the closest I got was this (picture below). It shows the correct coefficient if I would regress them all individually so that is good but I want to be able to group them all under 1 variable called 'Coefficient' and I also want it to show t P and the IC (the basic values that are showed) could anyone help me with this?
For my university project my professor wants me to simply linearly regress 1 variable called 'velo' with 14 other variables, to be clear I don't need to just multiple linearly regress them by using reg velo var1 var2 var3. What I need to do is regress them all individually reg velo var1. reg velo var2,.... BUT the catch is that I need to be able to display all of them in 1 graph the closest I got was this (picture below). It shows the correct coefficient if I would regress them all individually so that is good but I want to be able to group them all under 1 variable called 'Coefficient' and I also want it to show t P and the IC (the basic values that are showed) could anyone help me with this?
Comment