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