|
The follwing is the commmand syntax for a repeated maesures MANOVA. I find no
sig groups effect but a sig repeated measure is
found. I am interested in looking at the trend of the analysis but i amnot
sure whether I write the syntax correctly.
Please let me know if the follwong is written correctly.
Thanks,
david Kurzman
MANOVA
b1l2perf b2l2perf b3l2perf b4l2perf b5l2perf BY train(1 2) type2 (1 2)
/WSFACTORS blocks(5)
/contrast(blocks) = polynomial
/rename mean, linear, quadratic, cubic, quintile
/MEASURE perf
/wsdesign blocks
/analysis (repeated)
/METHOD UNIQUE
/ERROR WITHIN+RESIDUAL
/POWER T(.05) F(.05)
/OMEANS TABLES(train type2)
/PRINT homogeneity (boxm, bartlett, cochran) SIGNIF (MULT AVERF hf EFSIZE
univ) Transform PARAM(ESTIM)
/DESIGN train type2
*******************************************************************************
*
* David Kurzman
*
* Centre for Research in Human Development, Concordia University, Montreal, QC
*
* Department of Psychology, Ottawa General Hospital, Ottawa, ON
*
* 915 Elmsmere Rd. #504, Gloucester, Ontario K1J 8H8 *
* http://vax2.concordia.ca/~davek <- Comments Appreciated
*
*******************************************************************************
*
|