|
|
Hi-
I am trying to analyze a repeated measures design with 4 timepoints, but I
want to compare each timepoint to the baseline (or intercept) timepoint,
rather than evaluate the linear (default) rate of change. So far, the
syntax looks like this:
MIXED
OUTCOME BY ASSESSPT
/METHOD = ML
/PRINT = G SOL testcov
/FIXED = ASSESSPT
/RANDOM INTERCEPT | SUBJECT(CLINid) .
Can someone guide me to the proper syntax?
Thanks in advance!
Charla Three
|