<?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 Re: Graph logistic regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/658301#M31574</link>
    <description>&lt;P&gt;Oh, Did i move it to &lt;EM&gt;graphics&lt;/EM&gt; by accident? Sorry about that. Changed to &lt;EM&gt;procedures&lt;/EM&gt;.&lt;/P&gt;</description>
    <pubDate>Sat, 13 Jun 2020 23:55:07 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2020-06-13T23:55:07Z</dc:date>
    <item>
      <title>Proc logistic : change graph</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/657677#M31570</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;after running the code below for multivariable logistic regression analysis we get the attached graph (please see attached Word file) in the SAS output window. Is there a way to modify the code so I can change/edit the title of the graph and the X and Y labels? (for Y is the name of variables, I got rid of them for confidentiality purposes). Also, is there a way to export the graph from SAS to a HD common graph programs/format and change the color to black and white? and hopefully show the OR and 95% CI estimates (numbers) in the graph?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc logistic data=x;&lt;/P&gt;
&lt;P&gt;model color_red= var 1 var 2 etc..../selection=stepwise slentry&lt;BR /&gt;=0.2 clodds=wald ;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Lalo&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 06:44:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/657677#M31570</guid>
      <dc:creator>lalohg</dc:creator>
      <dc:date>2020-06-12T06:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Graph logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/657932#M31571</link>
      <description>&lt;P&gt;Re-titled and moved to the &lt;EM&gt;procedures&lt;/EM&gt; forum.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 06:43:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/657932#M31571</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-06-12T06:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic : change graph</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/657934#M31572</link>
      <description>&lt;P&gt;Also, do not attach MS office documents.&lt;/P&gt;
&lt;P&gt;Especially just for an image. Use the image icon.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 06:45:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/657934#M31572</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-06-12T06:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Graph logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/658283#M31573</link>
      <description>Thanks Chris,&lt;BR /&gt;how do I move my question to the procedures forum?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Lalohg</description>
      <pubDate>Sat, 13 Jun 2020 15:51:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/658283#M31573</guid>
      <dc:creator>lalohg</dc:creator>
      <dc:date>2020-06-13T15:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Graph logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/658301#M31574</link>
      <description>&lt;P&gt;Oh, Did i move it to &lt;EM&gt;graphics&lt;/EM&gt; by accident? Sorry about that. Changed to &lt;EM&gt;procedures&lt;/EM&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jun 2020 23:55:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/658301#M31574</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-06-13T23:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic : change graph</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/660048#M31576</link>
      <description>&lt;P&gt;The color scheme used to draw graphs is controlled by your choice of graph style. You can use one of the Journal styles to make the graph appear in black and white. For example, to use the Journal style, specify this statement before running PROC LOGISTIC. This assumes you have the output going to the default HTML destination which appears in the Results Viewer window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods html style=journal;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See &lt;A href="http://support.sas.com/kb/24529" target="_self"&gt;this note&lt;/A&gt; which describes ways that you can make changes (such as title changes) to graphs.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 14:24:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/660048#M31576</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2020-06-16T14:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic : change graph</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/660051#M31577</link>
      <description>&lt;P&gt;Also, I recommend that you look at the chapter titled "Statistical Graphics Using ODS" in the SAS/STAT User's Guide which provides a nice overview of how to use and control ODS graphcs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 14:26:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-change-graph/m-p/660051#M31577</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2020-06-16T14:26:47Z</dc:date>
    </item>
  </channel>
</rss>

