<?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 results with missing intercept in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876524#M43326</link>
    <description>&lt;P&gt;I'm trying to run a logistic model but the below code generated output without intercept. The output is essentially the same as specifying " /noint" in the model line. Can someone please shed some light?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data = out.analysis descending;&lt;BR /&gt;model answer =&amp;nbsp; duration treat;&lt;BR /&gt;strata respid;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 17:54:29 GMT</pubDate>
    <dc:creator>YennyS</dc:creator>
    <dc:date>2023-05-18T17:54:29Z</dc:date>
    <item>
      <title>Proc logistic results with missing intercept</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876524#M43326</link>
      <description>&lt;P&gt;I'm trying to run a logistic model but the below code generated output without intercept. The output is essentially the same as specifying " /noint" in the model line. Can someone please shed some light?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data = out.analysis descending;&lt;BR /&gt;model answer =&amp;nbsp; duration treat;&lt;BR /&gt;strata respid;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 17:54:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876524#M43326</guid>
      <dc:creator>YennyS</dc:creator>
      <dc:date>2023-05-18T17:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic results with missing intercept</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876525#M43327</link>
      <description>&lt;P&gt;Please show us the output from your PROC LOGISTIC. Screen capture is fine, please click on the "Insert Photos" icon to include your screen capture in your reply. Please do NOT attach files.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 17:56:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876525#M43327</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-05-18T17:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic results with missing intercept</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876528#M43328</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YennyS_0-1684432744784.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84103i93785D7988B41CBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="YennyS_0-1684432744784.png" alt="YennyS_0-1684432744784.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YennyS_1-1684432772547.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84104i07BC2684546072DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="YennyS_1-1684432772547.png" alt="YennyS_1-1684432772547.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 17:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876528#M43328</guid>
      <dc:creator>YennyS</dc:creator>
      <dc:date>2023-05-18T17:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic results with missing intercept</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876529#M43329</link>
      <description>The conditional model resulting from using the STRATA statement does not have an intercept. See "Details: Conditional Logistic Regression" in the LOGISTIC documentation and the conditional logistic example in the Examples section.</description>
      <pubDate>Thu, 18 May 2023 18:01:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876529#M43329</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-05-18T18:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic results with missing intercept</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876531#M43330</link>
      <description>&lt;P&gt;Thanks! Have seen the example and details.&lt;/P&gt;&lt;P&gt;May I ask why there is no intercept?&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 18:21:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876531#M43330</guid>
      <dc:creator>YennyS</dc:creator>
      <dc:date>2023-05-18T18:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic results with missing intercept</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876551#M43331</link>
      <description>As explained in the Details section of the LOGISTIC documentation that I referred to, the intercept and the separate intercepts that would otherwise be for the individual strata, are conditioned out by the method. The point of the conditional model, much like with GEE models, is to better assess the effects of the predictors in the model by taking into account the correlations within the strata. The intercepts that would otherwise appear are considered nuisance parameters. You can find a lot more about this method including discussion about its usage and limitations in Allison's Logistic Regression book cited in the References section of the LOGISTIC documentation and his book on Fixed Effects Regression. You can find these at RedShelf.com or Amazon.com</description>
      <pubDate>Thu, 18 May 2023 19:46:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876551#M43331</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-05-18T19:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic results with missing intercept</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876696#M43339</link>
      <description>&lt;P&gt;Thank you very much for the explanation.&lt;/P&gt;&lt;P&gt;With the estimation results, if I were to reconstruct the utility derived from a certain combination of predictors, can this still be achieved without intercepts reported?&lt;/P&gt;&lt;P&gt;I was conceptualizing this with a logistic regression without stratification, where the utility is derived as beta_0+beta_k*X_k, where beta_0 is the intercept and X_k represents the predictors.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 16:04:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876696#M43339</guid>
      <dc:creator>YennyS</dc:creator>
      <dc:date>2023-05-19T16:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic results with missing intercept</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876705#M43340</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/442908"&gt;@YennyS&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you very much for the explanation.&lt;/P&gt;
&lt;P&gt;With the estimation results, if I were to reconstruct the utility derived from a certain combination of predictors, can this still be achieved without intercepts reported?&lt;/P&gt;
&lt;P&gt;I was conceptualizing this with a logistic regression without stratification, where the utility is derived as beta_0+beta_k*X_k, where beta_0 is the intercept and X_k represents the predictors.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;First I will say I am not sure what you are looking for.&lt;/P&gt;
&lt;P&gt;If you think an intercept might help you might try Surveylogistic with Strata. There the Strata is treated as part of the sample design and can provide intercepts for each level of the response variable.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 16:43:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876705#M43340</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-05-19T16:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic results with missing intercept</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876711#M43341</link>
      <description>That computation is the linear predictor as computed in an unconditional model (model not using the STRATA statement), and would be available using the XBETA= option in the OUTPUT statement of PROC LOGISTIC when fitting the unconditional model. Since the conditional model removes the intercept, the linear predictor is not available. The linear predictor estimates the log odds in a logistic model, but it is usually of more interest to then transform the linear predictor to obtain an estimate of the probability of the event level of the response. For a conditional model, you can estimate the conditional, stratum-specific probabilities of the event using the PRED= option in the OUTPUT statement. This again is described in the Conditional Logistic Regression section of the LOGISTIC documentation. Regarding SURVEYLOGISTIC, it does not fit the conditional model.</description>
      <pubDate>Fri, 19 May 2023 17:14:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876711#M43341</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-05-19T17:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic results with missing intercept</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876935#M43369</link>
      <description>&lt;P&gt;Thanks! This is very helpful!&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 18:11:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-logistic-results-with-missing-intercept/m-p/876935#M43369</guid>
      <dc:creator>YennyS</dc:creator>
      <dc:date>2023-05-22T18:11:46Z</dc:date>
    </item>
  </channel>
</rss>

