<?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: How to graph logits using categorical variable for logistic regression in SAS university edition in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-graph-logits-using-categorical-variable-for-logistic/m-p/475446#M71162</link>
    <description>&lt;P&gt;Use PROC SGPLOT instead. The syntax is pretty simple.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a great introduction to PROC SGPLOT check out the &lt;A href="https://blogs.sas.com/content/tag/getting-started-with-sgplot/" target="_self"&gt;Getting Started with SGPLOT&lt;/A&gt; series at the Graphically Speaking blog&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jul 2018 13:56:11 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2018-07-04T13:56:11Z</dc:date>
    <item>
      <title>How to graph logits using categorical variable for logistic regression in SAS university edition?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-graph-logits-using-categorical-variable-for-logistic/m-p/475429#M71160</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was given code for SAS 9.4 to graph the logits for categorical variable using the gplot procedure (below) but because I'm using SAS university edition that procedure will not work. Any ideas how I can modify this so I can get that output? Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc means data=zero noprint nway;&amp;nbsp;&lt;BR /&gt;class Q15;&amp;nbsp;&lt;BR /&gt;var access;&lt;BR /&gt;output out=bins sum(access)=acess;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data bins;&lt;BR /&gt;set bins;&lt;BR /&gt;logit=log((access+1)/(_freq_-access+1));&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;goptions reset=all;&amp;nbsp;&lt;BR /&gt;proc gplot data=bins;&lt;BR /&gt;plot logit*Q15;&amp;nbsp;&lt;BR /&gt;symbol h=1.5 v=dot i=none;&lt;BR /&gt;title 'estimated logit plot of gender';&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 12:51:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-graph-logits-using-categorical-variable-for-logistic/m-p/475429#M71160</guid>
      <dc:creator>Proto</dc:creator>
      <dc:date>2018-07-04T12:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to graph logits using categorical variable for logistic regression in SAS university edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-graph-logits-using-categorical-variable-for-logistic/m-p/475446#M71162</link>
      <description>&lt;P&gt;Use PROC SGPLOT instead. The syntax is pretty simple.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a great introduction to PROC SGPLOT check out the &lt;A href="https://blogs.sas.com/content/tag/getting-started-with-sgplot/" target="_self"&gt;Getting Started with SGPLOT&lt;/A&gt; series at the Graphically Speaking blog&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 13:56:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-graph-logits-using-categorical-variable-for-logistic/m-p/475446#M71162</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-07-04T13:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to graph logits using categorical variable for logistic regression in SAS university edition</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-graph-logits-using-categorical-variable-for-logistic/m-p/475458#M71163</link>
      <description>&lt;P&gt;And SAS does effect plots from logistic regression that are quite helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS/GRAPH and GPLOT/GCHART do not work in SAS UE. SG procedures is available and produces better quality graphics + easier to use.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A lot of SAS references&amp;nbsp;to GPLOT/GCHART will be older as SG procedures were introduced later and SAS is pretty old.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 14:45:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-graph-logits-using-categorical-variable-for-logistic/m-p/475458#M71163</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-07-04T14:45:46Z</dc:date>
    </item>
  </channel>
</rss>

