home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / spssxl / 782 next >
Encoding:
Internet Message Format  |  1993-01-04  |  2.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!spool.mu.edu!olivea!pagesat!spssig.spss.com!nichols
  2. From: nichols@spss.com (David Nichols)
  3. Newsgroups: bit.listserv.spssx-l
  4. Subject: Re: Manova w/Repeated Measures & a Covariate
  5. Message-ID: <C0CuKx.B07@spss.com>
  6. Date: 5 Jan 93 00:26:57 GMT
  7. References: <SPSSX-L%92122216464310@UGA.CC.UGA.EDU>
  8. Sender: news@spss.com (Net News Admin)
  9. Organization: SPSS Inc.
  10. Lines: 37
  11.  
  12. In article <SPSSX-L%92122216464310@UGA.CC.UGA.EDU> GUZOREK@SNYCORVA.BITNET writes:
  13. >We are running SPSSx 2.1 on a UNISYS A10.  I have a user who is attempting to
  14. >run a Repeated Measures with a Varying Covariate analysis.  His analysis aborts
  15. >with the message  WARNING  SPSS-X has terminated abnormally and has not been
  16. >able to produce a complete output.  Unless you deliberately terminated (DSED)
  17. >this job, please inform your SPSS-X Coordinator immediately.
  18. >
  19. >The code is:
  20. >
  21. >MANOVA ZINFO ZNORM ZDIFF BY STATUS(1,4) WITH COMM/
  22. >WSFACTOR=ZSCORE(4)/
  23. >WSDESIGN/
  24. >MEASURES=ZSCORE/
  25. >PRINT=PMEANS
  26. >ANALYSIS(REPEATED) = ZINFO ZNORM ZDIFF WITH COMM/
  27. >DESIGN/
  28. >
  29. >I have found that I can run the manova line alone, but trying to use the
  30. >repeated measure analysis the program either gives the above error message or
  31. >goes into what appears to be an endless processing loop.  I'm not sure whether
  32. >it's a problem with our release, with the design, or with the UNISYS can anyone
  33. >help me out on what I should look at?
  34.  
  35. The problem here would appear to be that there are only three levels of the
  36. WSFACTOR here, not four. Also, MANOVA requires a covariate for each dependent
  37. variable and makes you create a set of dummy covariates to run the analysis.
  38. This error message is kind of foreign to me; I have a feeling it's pretty
  39. old and may no longer be around, or at least you wouldn't get it on a more
  40. current system with that same syntax. You need to compute two dummy covariates
  41. to list after COMM, change the number of levels of the WSFACTOR to 3, and
  42. stop ANALYSIS(REPEATED) before the = sign.
  43.  
  44. --
  45.  David Nichols        Senior Statistical Support Specialist         SPSS, Inc.
  46.  Phone: (312) 329-3684     Internet:  nichols@spss.com     Fax: (312) 329-3657
  47. *******************************************************************************
  48.  Any correlation between my views and those of SPSS is strictly due to chance.
  49.