home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / sasl / 5456 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.1 KB  |  25 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!auvm!ZODIAC.BITNET!HAMER
  3. X-Envelope-to: sas-l@VTVM1.BITNET
  4. X-VMS-To: BITNET%"sas-l@vtvm1"
  5. Message-ID: <01GSL2PRLECO8WYQ2U@zodiac.rutgers.edu>
  6. Newsgroups: bit.listserv.sas-l
  7. Date:         Mon, 21 Dec 1992 17:07:00 EDT
  8. Reply-To:     "Robert M. Hamer 908-932-2696" <HAMER@ZODIAC.BITNET>
  9. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  10. From:         "Robert M. Hamer 908-932-2696" <HAMER@ZODIAC.BITNET>
  11. Subject:      Re: proc means: changing output order ?
  12. Lines: 11
  13.  
  14. heinz otten <UMM200@RHRZ.UNI-BONN.DE> writes:
  15.  
  16. >Is there any possibility to change the order of the requested statistics of pro
  17. >c means? I need them in the order std.dev, mean, min, max but even if I request
  18. > the statistics in this order, proc means output goes min max mean std.dev.
  19. >Any help would be appreciated,
  20. >bernd
  21.  
  22. Output the descriptive statistics to a SAS dataset and then print them
  23. in any order you want with PROC PRINT, PROC REPORT, or DATA step
  24. statements.
  25.