| 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 |
|
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
|