<?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: EffectPlot Error message in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/EffectPlot-Error-message/m-p/404757#M21105</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/123185"&gt;@GKati&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would say in your case YEAR&amp;nbsp;is a DISCRETE variable.&lt;/P&gt;
&lt;P&gt;And as pointed by the &lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_logistic_sect009.htm" target="_self"&gt;documentation&lt;/A&gt;, X &lt;STRONG&gt;MUST &lt;/STRONG&gt;be a continous variable.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Logistic.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15934iBE32212189068519/image-size/large?v=v2&amp;amp;px=999" role="button" title="Logistic.JPG" alt="Logistic.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Damo&lt;/P&gt;</description>
    <pubDate>Tue, 17 Oct 2017 12:06:55 GMT</pubDate>
    <dc:creator>Damo</dc:creator>
    <dc:date>2017-10-17T12:06:55Z</dc:date>
    <item>
      <title>EffectPlot Error message</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/EffectPlot-Error-message/m-p/404728#M21104</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still struggling with the EffectPlot procedure. I would like to graph the probability of getting treated (y-axis) per year (x-axis) with 95% confidence interval.&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;ODS GRAPHICS ON&lt;SPAN class="s1"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;&lt;STRONG&gt;logistic&lt;/STRONG&gt;&lt;/SPAN&gt; data&lt;SPAN class="s1"&gt;=data &lt;/SPAN&gt;descending&lt;SPAN class="s1"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s3"&gt;class&lt;/SPAN&gt; year;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s3"&gt;model&lt;/SPAN&gt; treated=year;&lt;/P&gt;&lt;P class="p2"&gt;effectplot slicefit&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;x&lt;SPAN class="s1"&gt;=year)/&lt;/SPAN&gt;noobs&lt;SPAN class="s1"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN class="s1"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;ODS GRAPHICS Off&lt;SPAN class="s1"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;I get the following error message:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;ERROR: The X= variable must be a continuous variable used in the model.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 10:13:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/EffectPlot-Error-message/m-p/404728#M21104</guid>
      <dc:creator>GKati</dc:creator>
      <dc:date>2017-10-17T10:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: EffectPlot Error message</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/EffectPlot-Error-message/m-p/404757#M21105</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/123185"&gt;@GKati&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would say in your case YEAR&amp;nbsp;is a DISCRETE variable.&lt;/P&gt;
&lt;P&gt;And as pointed by the &lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_logistic_sect009.htm" target="_self"&gt;documentation&lt;/A&gt;, X &lt;STRONG&gt;MUST &lt;/STRONG&gt;be a continous variable.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Logistic.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15934iBE32212189068519/image-size/large?v=v2&amp;amp;px=999" role="button" title="Logistic.JPG" alt="Logistic.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Damo&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 12:06:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/EffectPlot-Error-message/m-p/404757#M21105</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2017-10-17T12:06:55Z</dc:date>
    </item>
  </channel>
</rss>

