Date: Sat, 5 Feb 2011 09:56:22 +0800
Reply-To: Murphy Choy <goladin@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Murphy Choy <goladin@GMAIL.COM>
Subject: Re: PROC LOGISTIC makes Word stop working???
In-Reply-To: <001e01cbc4d6$9a956ac0$cfc04040$@mindspring.com>
Content-Type: text/plain; charset=ISO-8859-1
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
|