LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (February 2007, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 3 Feb 2007 22:41:37 -0800
Reply-To:     David L Cassell <davidlcassell@MSN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         David L Cassell <davidlcassell@MSN.COM>
Subject:      Re: robustreg output pb
In-Reply-To:  <1170177796.029362.163390@p10g2000cwp.googlegroups.com>
Content-Type: text/plain; format=flowed

willartsy@HOTMAIL.COM wrote: > >hello, > > I am trying to get an output table from proc robustreg containing >confidence interval limits. I have checked documentation and some >websites, but it seems the only possible values for _TYPE_ in the >outest table of robustreg are PARMS and COV. > Does anybody have some ideas on how to get confidence limits back >into output table . I would like to use them to do a plot with >confidence interval. > >syl

OUTEST is not the way to go here.

Use the ODS tables to get the information you're after. I'm not sure which confidence intervals you are after, so I can't give you more information. But you can either use ODS TRACE to get the list of all the tables so you can see which one has your info in it, or else you can read through the SAS OnlineDoc(R) for PROC ROBUSTREG (see the next to last piece of the Details section) to get a list of the ODS tables.

HTH, David -- David L. Cassell mathematical statistician Design Pathways 3115 NW Norwood Pl. Corvallis OR 97330

_________________________________________________________________ Get in the mood for Valentine's Day. View photos, recipes and more on your Live.com page. http://www.live.com/?addTemplate=ValentinesDay&ocid=T001MSN30A0701


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