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 2011, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 4 Feb 2011 20:47:10 -0500
Reply-To:     Peter Flom <peterflomconsulting@MINDSPRING.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Peter Flom <peterflomconsulting@MINDSPRING.COM>
Subject:      Re: PROC LOGISTIC makes Word stop working???
Comments: To: Murphy Choy <goladin@GMAIL.COM>
In-Reply-To:  <AANLkTim3BJg072jEeKpUwKw2fAt-J+nGS46z5fHiTxA0@mail.gmail.com>
Content-Type: text/plain; charset="us-ascii"

Hi Murphy

No, that's not it ... it's less than a megabyte

Peter

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Murphy Choy Sent: Friday, February 04, 2011 7:58 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: PROC LOGISTIC makes Word stop working???

Hi Peter,

Could it be the graphics file is too big to view in words?

On Sat, Feb 5, 2011 at 6:28 AM, Peter Flom < peterflomconsulting@mindspring.com> wrote:

> This is weird > > > > When I run > > > > > > ods graphics on; > > ods rtf file = "C:\personal\Consults\Jayne Cubbage\results1.rtf" ; > > ods select ParameterEstimates OddsRatios ORPlot; > > title "RQ 1 and hypothesis 1"; > > proc logistic data = jayne2 plots(only) = oddsratio (group); > > class age city education2 income sex/order = formatted param = ref; > > model news_source2 = age city education2 income sex; > > where city ne "Los Angeles"; > > oddsratio age; > > oddsratio city; > > oddsratio education2; > > oddsratio income; > > oddsratio sex; > > run; > > ods rtf close; > > ods graphics off; > > > > and then open the rtf file, Word crashes! > > > > Bizarre! > > > > Any hints? > > > > Peter Flom > > Peter Flom Consulting > > http://www.statisticalanalysisconsulting.com/ > > http://www.IAmLearningDisabled.com >

-- Regards, Murphy Choy

Certified Advanced Programmer for SAS V9 Certified Basic Programmer for SAS V9 DataShaping Certified SAS Professional


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