Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Displaying multiple simple linear regression models at once

    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?
    Click image for larger version

Name:	Screenshot 2023-11-16 115102.png
Views:	1
Size:	33.6 KB
ID:	1734073

  • #2
    help esttab

    Comment

    Working...
    X