LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 16 Mar 2010 11:22:04 -0500
Reply-To:   "Data _null_;" <iebupdte@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Data _null_;" <iebupdte@GMAIL.COM>
Subject:   Re: Is there an easy way to control the decimal precision dynamically?
Comments:   To: Judy <statpan@gmail.com>
In-Reply-To:   <ce27e07a1003160858mb39e61bv6b4bfbaac7f8504e@mail.gmail.com>
Content-Type:   text/plain; charset=windows-1252

I think the answer depends on the "display tool". PROC TABULATE/REPORT/MEANS/PRINT/ something else. and how the data are displayed, stats in rows vs stats in columns that sort of thing.

In certain situations Formats are inherited by summary statistics.

Supply more specific information.

On 3/16/10, Judy <statpan@gmail.com> wrote: > I want to display the mean/min/max of the data for ten variables. Each > variable has different precision in the original data. Is there an > easy way in SAS to define the decimal point of the summary statistics > according to the data, like what “precision.digit” does in Splus? > Thanks, >


Back to: Top of message | Previous page | Main SAS-L page