Announcement

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

  • t test using asdoc

    Hi everyone,

    I am trying to generate a summary table of means, t-test of group means using the asdoc code. I have gone through the previous posts. However I am unable to figure out what is wrong with my code. I get an error message: option ( not allowed.

    Below is my code:

    global VAR " var1 var2 var3 var4

    foreach i in $VAR{
    asdoc ttest `i', by (mcdexpand2020) rowappend label stat(mean dif)

    }

    Thanks.
Working...
X