BookmarkSubscribeRSS Feed
Norman21
Lapis Lazuli | Level 10
Hi,

I'm trying to produce a graphic from PROC LOGISTIC suitable for use in Powerpoint, that will eventually become a large poster. I can make a file suitable for a Word document, but when enlarged is looks very "fuzzy". I've tried increasing the DPI but then get warning messages about exceeding memory.

Here is part of the code:

ods graphics on / imagefmt = png width=1280px height=960px scale noborder;
ods listing image_dpi=300 style=journal;
proc logistic data=sln1 plots=roc(id=prob);
model pos(event='1') = MSKCC Camb Stan / nofit;
roc 'MSKCC' MSKCC;
roc 'Cambridge' Camb;
roc 'Stanford' Stan;
roccontrast reference('MSKCC') / estimate e;
run;
ods graphics off;

Can someone help, please?

Thanks,

Norman.

PS. I'm running SAS 9.2 in Windows XP
Norman.
SAS 9.4 (TS1M6) X64_10PRO WIN 10.0.17763 Workstation

2 REPLIES 2
Cynthia_sas
SAS Super FREQ
Hi:
This question would get more attention if it was posted in the SAS/GRAPH and ODS Graphics forum: http://support.sas.com/forums/forum.jspa?forumID=51

Another option would be for you to work with Tech Support on this issue.
To open a track with Tech Support, go to:
http://support.sas.com/ctx/supportform/createForm

cynthia
Norman21
Lapis Lazuli | Level 10
Thanks for the advice, I've just addressed the first option.
Norman.
SAS 9.4 (TS1M6) X64_10PRO WIN 10.0.17763 Workstation

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

Discussion stats
  • 2 replies
  • 792 views
  • 0 likes
  • 2 in conversation