MIXED custom hypothesis testing

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

MIXED custom hypothesis testing

charla3@aol.com
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