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 (February 2003, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 5 Feb 2003 20:53:42 -0500
Reply-To:   Paul <ped015000@UTDALLAS.EDU>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Paul <ped015000@UTDALLAS.EDU>
Subject:   Re: Decimal places in output of Proc Reg
Comments:   To: sjun@HANYANG.AC.KR

Shane:

I don't know where the decimal place for t is stored, But t is just (parameter estimate)/(standard error) both of which are given in the output, so if you calculate it yourself you can use as much decimal places as you like.

You could also use ODS to output the results to a dataset then use PUT with the format you desire.

Hope this helps

Paul


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