<?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 PROC LOGISTIC using CLOGLOG | How to interpreted the results? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-using-CLOGLOG-How-to-interpreted-the-results/m-p/533320#M26863</link>
    <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'m using, for the first time a logistic model with cloglog link. I'm doing something similar to this example:&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect065.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect065.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions is, how could I calculate the impact on the probability when the cons variable increase? And how could I understand the importance of each variable in probability calculation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My doubt is because we use the data expanded by day (or month in my case). &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Estimates.jpg" style="width: 350px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/26906iBA1315DF35DB1980/image-size/large?v=v2&amp;amp;px=999" role="button" title="Estimates.jpg" alt="Estimates.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 06 Feb 2019 16:12:52 GMT</pubDate>
    <dc:creator>MariaD</dc:creator>
    <dc:date>2019-02-06T16:12:52Z</dc:date>
    <item>
      <title>PROC LOGISTIC using CLOGLOG | How to interpreted the results?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-using-CLOGLOG-How-to-interpreted-the-results/m-p/533320#M26863</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'m using, for the first time a logistic model with cloglog link. I'm doing something similar to this example:&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect065.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect065.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions is, how could I calculate the impact on the probability when the cons variable increase? And how could I understand the importance of each variable in probability calculation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My doubt is because we use the data expanded by day (or month in my case). &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Estimates.jpg" style="width: 350px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/26906iBA1315DF35DB1980/image-size/large?v=v2&amp;amp;px=999" role="button" title="Estimates.jpg" alt="Estimates.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 16:12:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-using-CLOGLOG-How-to-interpreted-the-results/m-p/533320#M26863</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2019-02-06T16:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROC LOGISTIC using CLOGLOG | How to interpreted the results?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-using-CLOGLOG-How-to-interpreted-the-results/m-p/533639#M26872</link>
      <description>&lt;P&gt;For your frist question, check ODDS Ratio&amp;nbsp; by using&lt;/P&gt;
&lt;P&gt;model y=x /&amp;nbsp; exp ;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;odds STATEMENT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your second question, the abs(Estimate)&amp;nbsp; is bigger ,the variable is more important .&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 16:03:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-using-CLOGLOG-How-to-interpreted-the-results/m-p/533639#M26872</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-02-07T16:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: PROC LOGISTIC using CLOGLOG | How to interpreted the results?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-using-CLOGLOG-How-to-interpreted-the-results/m-p/533645#M26874</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp; for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So for the second question, I understand that for this kind of analysis I need to exclude (don't considerate) the estimated value for each day (or month in my case). in other words, for the example of the beetle analysis I only evaluate the ABS(estimate) of the variables sex and cons. Is it correct? And how about classification variables? Because in this case I have an estimated value for each dummy.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 16:20:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-using-CLOGLOG-How-to-interpreted-the-results/m-p/533645#M26874</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2019-02-07T16:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: PROC LOGISTIC using CLOGLOG | How to interpreted the results?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-using-CLOGLOG-How-to-interpreted-the-results/m-p/533649#M26876</link>
      <description>&lt;P&gt;I don't know. It obviously you take variable DAY as a class variable.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 16:28:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-using-CLOGLOG-How-to-interpreted-the-results/m-p/533649#M26876</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-02-07T16:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC LOGISTIC using CLOGLOG | How to interpreted the results?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-using-CLOGLOG-How-to-interpreted-the-results/m-p/534597#M26916</link>
      <description>&lt;P&gt;When you say you want the impact of a predictor on the response, that suggests you want the marginal effect as discussed in &lt;A href="http://support.sas.com/kb/22604" target="_self"&gt;this note&lt;/A&gt;. If so, you can fit the model and estimate the marginal effects using the Margins macro as discussed there. For the documentation example you refer to, this call of the macro estimates the marginal effect for the CONC predictor:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%Margins(data     = days,
         class    = day,
         freq     = freq,
         response = y,
         roptions = event='1',
         dist     = binomial,
         model    = day sex conc,
         link     = cll,
         modelopts= noint,
         effect   = conc, 
         options  = cl  )
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;By making SEX a CLASS variable in the model, this call provides the marginal effect of SEX as the difference in the predictive margins for each SEX level:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%Margins(data     = days,
         class    = day sex,
         freq     = freq,
         response = y,
         roptions = event='1',
         dist     = binomial,
         model    = day sex conc,
         link     = cll,
         modelopts= noint,
         margins  = sex, 
         options  = diff cl )
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Feb 2019 19:48:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-LOGISTIC-using-CLOGLOG-How-to-interpreted-the-results/m-p/534597#M26916</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2019-02-11T19:48:51Z</dc:date>
    </item>
  </channel>
</rss>

