Announcement

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

  • How to run OLS with a constant dependent

    i need to run this linear regression on stata but don't know how to do it because it have a constant dependent variable.
    P/s: no intercept
    Click image for larger version

Name:	hình ảnh_2024-04-12_235221167.png
Views:	2
Size:	5.6 KB
ID:	1749782

    Last edited by Trung Tin Hoang; 12 Apr 2024, 11:55.

  • #2
    Code:
    gen one = 1
    regress one MI ERS KAOPEN, nocons

    Comment


    • #3
      Originally posted by Clyde Schechter View Post
      Code:
      gen one = 1
      regress one MI ERS KAOPEN, nocons
      thank you so much, i was try it and success

      Comment

      Working...
      X