<?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: Proc Logistic: EffectPlot in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-EffectPlot/m-p/139028#M7278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help. Now it's clear for me what you meant. And I will follow your book recommendation.&lt;/P&gt;&lt;P&gt;(Sorry I don't know why but the option to tag your answers as corrects is not available)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2014 08:53:58 GMT</pubDate>
    <dc:creator>Csands</dc:creator>
    <dc:date>2014-08-04T08:53:58Z</dc:date>
    <item>
      <title>Proc Logistic: EffectPlot</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-EffectPlot/m-p/139023#M7273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt concerns the plot generated by the EffectPlot statement in the Proc Logistic procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;/P&gt;&lt;P&gt;proc logistic data=test plots(only maxpoints=none)=(roc) ;&lt;/P&gt;&lt;P&gt;model VDEP (event='1')= VINDEP1 VINDEP2&amp;nbsp; / RSQ lackfit ctable pprob=0.5 ;&lt;/P&gt;&lt;P&gt;score out=test_est;&lt;/P&gt;&lt;P&gt;effectplot fit(x=VINDEP2) / AT(VINDEP1=0.35);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The effectplot statement generates the plot below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ProcLogistic_Effectplot.png" class="jive-image" src="https://communities.sas.com/legacyfs/online/6900_ProcLogistic_Effectplot.png" /&gt;&lt;/P&gt;&lt;P&gt;My question is: What are the values that are plotted at '0' and '1' of the predicted probability?&lt;/P&gt;&lt;P&gt;Because when I look at the predicted probabilities in the table produced by the Score statement, values remain between 0.04 and 0.3 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact when I run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;create table sgploteste as &lt;BR /&gt;select distinct test_est.*&lt;BR /&gt;from test_est&lt;BR /&gt;WHERE round(VINDEP1,0.01)=0.35;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;proc sgplot data=sgploteste;&lt;BR /&gt;scatter x=VINDEP2 y=P_1;&lt;BR /&gt;xaxis values=(0 to 720 by 30);&lt;BR /&gt;yaxis values=(0 to 1 by 0.2);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the plot below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SGPLOT.png" class="jive-image" src="https://communities.sas.com/legacyfs/online/6901_SGPLOT.png" /&gt;&lt;/P&gt;&lt;P&gt;I just don't get what am I missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-EffectPlot/m-p/139023#M7273</guid>
      <dc:creator>Csands</dc:creator>
      <dc:date>2014-07-28T11:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic: EffectPlot</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-EffectPlot/m-p/139024#M7274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you apparently are restricting both graphs to values of VINDEP1 to 0.35 I would suspect that the values you ask about occur 1) when VINDEP1 is some other value or 2) not with your data in the range of values given for VINDEP2 for the model. You might try providing additional value to extend the range for VINDEP2 and VINDEP1=0.35 without values for VDEP to see if the predicted values show up for them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 15:43:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-EffectPlot/m-p/139024#M7274</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-07-28T15:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic: EffectPlot</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-EffectPlot/m-p/139025#M7275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The values at 0 and 1 are your OBSERVED values (with 1 for event and 0 for nonevent) at the different values of your predictor. The graph looks like you do not have much separation based on VINEP2. See the LOGISTIC User's Guide for examples of this plot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 18:21:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-EffectPlot/m-p/139025#M7275</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-07-28T18:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic: EffectPlot</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-EffectPlot/m-p/139026#M7276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: SimSun; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: SimSun; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;&lt;BR /&gt;In fact I did read some information in support.sas.com (&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-ansi-language: EN-US; mso-fareast-font-family: SimSun; mso-fareast-theme-font: minor-fareast; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_logistic_sect009.htm"&gt;&lt;SPAN style="color: windowtext;"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_logistic_sect009.htm&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: SimSun; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt; , &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA;"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_introcom_a0000003349.htm"&gt;&lt;SPAN style="color: windowtext;"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_introcom_a0000003349.htm&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: SimSun; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;), but didn't saw that the observed values where also displayed in the plot, I thought that only the predicted probabilities and the independent variable value where displayed. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: SimSun; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: SimSun; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;The closest example I found was output 51.7.4&amp;nbsp; in&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA;"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_logistic_sect065.htm#statug.logistic.logx8d"&gt;&lt;SPAN style="color: windowtext;"&gt;http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_logistic_sect065.htm#statug.logistic.logx8d&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;,&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA;"&gt;where I see some dots but didn't kn&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: SimSun; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;o&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA;"&gt;w what &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: SimSun; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;they were&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA;"&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA;"&gt;Concerning your helpful observation 'The graph looks like you do not have much separation based on VINEP2'. Can you please elaborate? (I'm having some problems in what statistics to use to choose my independent variables, I know that I shouldn't use an automatic stepwise, and your observation &lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA;"&gt;has led me to think that I can take more information of this plot that I was thinking&lt;/SPAN&gt; )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA;"&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA;"&gt;&lt;SPAN lang="EN-US" style="line-height: 107%; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA;"&gt;Thanks again.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: black; line-height: 107%; font-family: 'Arial','sans-serif'; font-size: 11.5pt; mso-ansi-language: EN; mso-fareast-font-family: SimSun; mso-fareast-theme-font: minor-fareast; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: black; line-height: 107%; font-family: 'Arial','sans-serif'; font-size: 11.5pt; mso-ansi-language: EN; mso-fareast-font-family: SimSun; mso-fareast-theme-font: minor-fareast; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: black; line-height: 107%; font-family: 'Arial','sans-serif'; font-size: 11.5pt; mso-ansi-language: EN; mso-fareast-font-family: SimSun; mso-fareast-theme-font: minor-fareast; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 10:45:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-EffectPlot/m-p/139026#M7276</guid>
      <dc:creator>Csands</dc:creator>
      <dc:date>2014-07-29T10:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic: EffectPlot</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-EffectPlot/m-p/139027#M7277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The one example you showed was for binomial data with data in the form of events/trials, or y/n. y events out of n in each experimental or observational unit. You have binary data (a special case of binomial), so your values are just y (n=1). You can have either a 0 or 1 for each observation. Hence the graph has a bunch of points at 0 and 1. Ideally, you want most of the 1s on the right and the 0s n the left. But you have lots of points across the X values. Further help is more than I can give in this forum. You should read the book Logistic Analysis Using SAS book by Allison. It is excellent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 17:17:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-EffectPlot/m-p/139027#M7277</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-08-01T17:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic: EffectPlot</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-EffectPlot/m-p/139028#M7278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help. Now it's clear for me what you meant. And I will follow your book recommendation.&lt;/P&gt;&lt;P&gt;(Sorry I don't know why but the option to tag your answers as corrects is not available)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 08:53:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic-EffectPlot/m-p/139028#M7278</guid>
      <dc:creator>Csands</dc:creator>
      <dc:date>2014-08-04T08:53:58Z</dc:date>
    </item>
  </channel>
</rss>

