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 2012, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 5 Mar 2012 09:03:51 -0500
Reply-To:     Rick Wicklin <rick.wicklin@SAS.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Rick Wicklin <rick.wicklin@SAS.COM>
Subject:      Re: output from regression?

On Sun, 4 Mar 2012 10:11:09 -0800, Fareeza Khurshed <fkhurshed@GMAIL.COM> wrote:

>Try the simple option in the proc logistic statement for simple descriptive statistics. You can save these using an ods statement. > >Fareeza >

Yes. And just to be clear, the SIMPLE option is also supported in PROC REG. It produces descriptive statistics for those observations that are actually used in the analysis. The variables shown are those in the MODEL statement (or VAR statement).

Many SAS/STAT procedures support the SIMPLE option, although the statistics vary from PROC to PROC.

Rick Wicklin Statistical programming and SAS/IML blog: http://blogs.sas.com/content/iml


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