Announcement

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

  • Need help on comparing variables accross t-tests

    I need help conducting t-tests with variables that have 2 things inside of them. For example, If I try to do ttest three_conditions by(south) there are multiple variables coded in one.




    Click image for larger version

Name:	Screen Shot 2022-03-01 at 10.55.50 PM.png
Views:	1
Size:	163.7 KB
ID:	1652611

  • #2
    maybe -regress- and -testparm- is what you want, e.g.,
    Code:
    sysuse auto, clear
    regress foreign i.rep78
    testparm i.rep78, equal

    Comment


    • #3
      That did not work

      Comment

      Working...
      X