- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 09-29-2014 02:43 PM
(1078 views)
I would like to create a graph from PROC LOGISTIC using PLOTS=EFFECT, which I can do. I also want to modify the default template for this graph, but I don't know how to find the default template. Is there a method to find the default template -- if so, what is that method?
--
Paige Miller
Paige Miller
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Before running PROC LOGISTIC, use this statement:
ods trace on;
You will find the output object information in the log, including the template used (PATH).