|
Another SAS-Ler volunteered to look at my .rtf file. It opened fine in Word
97. I have Word2010.
So, it's not corrupt.
Peter
From: Murphy Choy [mailto:goladin@gmail.com]
Sent: Friday, February 04, 2011 8:56 PM
To: Peter Flom
Cc: SAS-L@listserv.uga.edu
Subject: Re: PROC LOGISTIC makes Word stop working???
Hi Peter,
Sounds like a corrupted file in Words itself.
On Sat, Feb 5, 2011 at 9:47 AM, Peter Flom
<peterflomconsulting@mindspring.com> wrote:
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
--
Regards,
Murphy Choy
Certified Advanced Programmer for SAS V9
Certified Basic Programmer for SAS V9
DataShaping Certified SAS Professional
|