🔒 This topic is solved and locked.
Need further help from the community? Please
sign in and ask a new question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 09-23-2016 03:37 PM
(2877 views)
What's the most efficient way to generate interaction plots for logistic regression using SAS Enterprise Guide? I know how to do this in linear regression, but I couldn't find an easy way to do this for logistic. Any tips will be appreciated. Thanks!
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Check EFFECTPLOT statement: http://blogs.sas.com/content/iml/2016/06/22/sas-effectplot-statement.html And My response to that blog .
5 REPLIES 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Easiest way is to select the PLOTS under plots navigation. Is there a specific plot you're interested in?
Effects Plot may be what you're looking for?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I know how to get the effect plots. I was thinking of a simpler interaction plot - similar to this (see image above).
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
EFFECTPLOT has interaction plot. Check my response under that blog .
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Check EFFECTPLOT statement: http://blogs.sas.com/content/iml/2016/06/22/sas-effectplot-statement.html And My response to that blog .
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, Ksharp! Your tip worked.