<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to modify Predicted Cumulative Probabilities plots? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-Predicted-Cumulative-Probabilities-plots/m-p/199083#M15058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi Experts,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;A minor and again a possibly trivial question, how can I modify the Predicted Cumulative Probabilities plots which are part of the generated regression code? &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I actually just want to display the data-points values and change the chart format and legend&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I ran a LOGISTIC regression with link CLOGLOG on Categorical Output and categorical inputs on EG.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;The resulting code is as follows:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P&gt;PROC LOGISTIC DATA=WORK.TMPMod&lt;/P&gt;&lt;P&gt;&amp;nbsp; PLOTS(ONLY)=EFFECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLASS Old_Product (PARAM=EFFECT) Old_Price (PARAM=EFFECT) Old_Color (PARAM=EFFECT);&lt;/P&gt;&lt;P&gt;&amp;nbsp; BY Region;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MODEL __RESPONSE=&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Old_Product&lt;/SPAN&gt; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Old_Price&lt;/SPAN&gt; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Old_Color&lt;/SPAN&gt; /&lt;/P&gt;&lt;P&gt;&amp;nbsp; SELECTION=NONE&lt;/P&gt;&lt;P&gt;&amp;nbsp; LINK=CLOGLOG &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;QUIT;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2015 22:08:59 GMT</pubDate>
    <dc:creator>haf27</dc:creator>
    <dc:date>2015-07-08T22:08:59Z</dc:date>
    <item>
      <title>How to modify Predicted Cumulative Probabilities plots?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-Predicted-Cumulative-Probabilities-plots/m-p/199083#M15058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi Experts,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;A minor and again a possibly trivial question, how can I modify the Predicted Cumulative Probabilities plots which are part of the generated regression code? &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I actually just want to display the data-points values and change the chart format and legend&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I ran a LOGISTIC regression with link CLOGLOG on Categorical Output and categorical inputs on EG.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;The resulting code is as follows:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P&gt;PROC LOGISTIC DATA=WORK.TMPMod&lt;/P&gt;&lt;P&gt;&amp;nbsp; PLOTS(ONLY)=EFFECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLASS Old_Product (PARAM=EFFECT) Old_Price (PARAM=EFFECT) Old_Color (PARAM=EFFECT);&lt;/P&gt;&lt;P&gt;&amp;nbsp; BY Region;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MODEL __RESPONSE=&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Old_Product&lt;/SPAN&gt; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Old_Price&lt;/SPAN&gt; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Old_Color&lt;/SPAN&gt; /&lt;/P&gt;&lt;P&gt;&amp;nbsp; SELECTION=NONE&lt;/P&gt;&lt;P&gt;&amp;nbsp; LINK=CLOGLOG &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;QUIT;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 22:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-Predicted-Cumulative-Probabilities-plots/m-p/199083#M15058</guid>
      <dc:creator>haf27</dc:creator>
      <dc:date>2015-07-08T22:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify Predicted Cumulative Probabilities plots?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-Predicted-Cumulative-Probabilities-plots/m-p/199084#M15059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Logistic Regression task, you can select to save the Predictions output data.&amp;nbsp; Those options are on the &lt;STRONG&gt;Predictions&lt;/STRONG&gt; tab within the task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the output data, you can then write some code for PROC SGPLOT to create the plot that you want.&amp;nbsp; Or, you can design a plot using the menus in Tasks-&amp;gt;Graph, or use the ODS Graphics Designer (also in Tasks-&amp;gt;Graph) to create a new plot design.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might need to manipulate the Predictions data a little bit to get it into the format that you need -- depending on the number of levels of your response variable and predictions.&amp;nbsp; That would require some DATA step, or perhaps a Transpose task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more guidance, I suggest:&lt;/P&gt;&lt;P&gt;- create the Predictions data as I described&lt;/P&gt;&lt;P&gt;- post an example of the predictions data in the &lt;A __default_attr="51" __jive_macro_name="community" class="jive_macro jive_macro_community" href="https://communities.sas.com/"&gt;&lt;/A&gt; forum, with an example/description of the plot that you're trying to create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 12:39:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-Predicted-Cumulative-Probabilities-plots/m-p/199084#M15059</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-07-09T12:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify Predicted Cumulative Probabilities plots?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-Predicted-Cumulative-Probabilities-plots/m-p/199085#M15060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Chris, so in other words, instead of relying on the report. I would just generate the raw probabilities data by saving the Predictions tab. Then this is just graphing the predictions, which should be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again and all the best,&lt;/P&gt;&lt;P&gt;Hussein&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 12:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-modify-Predicted-Cumulative-Probabilities-plots/m-p/199085#M15060</guid>
      <dc:creator>haf27</dc:creator>
      <dc:date>2015-07-09T12:53:45Z</dc:date>
    </item>
  </channel>
</rss>

