Hi, I just updated from stata 15 to 16. I tried to run a do-file that had worked well on stata 15 but I keep getting error messages when it gets to the "test" command. My program uses survey methodology. Here's a sample line, in which mvpa_min is a continuous variable and college is a binary variable (yes, no):
svy, subpop(if include==1): mean mvpa_min, over(college)
test [mvpa_min]yes = [mvpa_min]no
The error message I get is:
equation [mvpa_min] not found
which I did not get when I used Stata 15.
I read the help file for the test command but still don't understand why it isn't working for me anymore. Any thoughts?
Thanks!
svy, subpop(if include==1): mean mvpa_min, over(college)
test [mvpa_min]yes = [mvpa_min]no
The error message I get is:
equation [mvpa_min] not found
which I did not get when I used Stata 15.
I read the help file for the test command but still don't understand why it isn't working for me anymore. Any thoughts?
Thanks!
Comment