| Date: | Tue, 15 Nov 2005 10:13:25 -0800 |
| Reply-To: | chris@OVIEW.CO.UK |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | chris@OVIEW.CO.UK |
| Organization: | http://groups.google.com |
| Subject: | Re: group and select |
|
| In-Reply-To: | <1132035727.578144.292670@f14g2000cwb.googlegroups.com> |
| Content-Type: | text/plain; charset="iso-8859-1" |
|---|
Hi,
We'll need more information than that if we're to give you a useful
reply. What do you mean by "group all the obs by A"? Do you want to
take an average of the values of A?
Something like:
if (b * 0.05) <= a <= (b * 0.95) then output;
will probably appear somewhere in your solution.
Chris.
--------------------------------------------------------
Elvis SAS Log Analyser - http://www.oview.co.uk/elvis
--------------------------------------------------------
|