Using STATA 13.1 for Mac.
I am trying to figure out what I am doing wrong in trying to analyze this dataset. 60 subjects (each of whom is receiving one of two treatments), each subject completes a questionnaire on three occasions. Dataset is set up in longform:
Treatment Subject Visit Score
1 1 1 23
1 1 2 15
1 1 3 18
2 2 1 17
2 2 2 21
2 2 3 15 etc.
Interested in looking at differences between visits, differences due to treatment, and potential interaction
code: anova score treatment / subject|treatment visit treatment#visit, repeated(visit)
I get the "could not determine between-subject basic unit; use bseunit() option" error. Making me crazy.
What am I doing wrong?
David
I am trying to figure out what I am doing wrong in trying to analyze this dataset. 60 subjects (each of whom is receiving one of two treatments), each subject completes a questionnaire on three occasions. Dataset is set up in longform:
Treatment Subject Visit Score
1 1 1 23
1 1 2 15
1 1 3 18
2 2 1 17
2 2 2 21
2 2 3 15 etc.
Interested in looking at differences between visits, differences due to treatment, and potential interaction
code: anova score treatment / subject|treatment visit treatment#visit, repeated(visit)
I get the "could not determine between-subject basic unit; use bseunit() option" error. Making me crazy.
What am I doing wrong?
David
Comment