<?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: Conditional Logistic Regression, Approximation Method in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Logistic-Regression-Approximation-Method/m-p/323579#M17109</link>
    <description>&lt;P&gt;It is true that proc logistic can not make the Breslow or Efron approximation. But, construction af variable "dummytime" with values 1 for cases and 0 for controls, and analyze this as survival analysis is equivalent to conditional logistic regression when using the option ties=discrete in PROC PHREG. If, instead, the option ties=breslow (default) or ties=efron is used, then you have the approximation.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jan 2017 11:34:22 GMT</pubDate>
    <dc:creator>JacobSimonsen</dc:creator>
    <dc:date>2017-01-10T11:34:22Z</dc:date>
    <item>
      <title>Conditional Logistic Regression, Approximation Method</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Logistic-Regression-Approximation-Method/m-p/323509#M17106</link>
      <description>&lt;P&gt;&amp;nbsp;Dear Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if SAS has similar approximation procedure when fits the conditional logistic regression as R does?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I.e. In R, there is an option to specify likelihood approximation method as "efron" or "breslow".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think PROC LOGISTIC has this option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 02:29:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Logistic-Regression-Approximation-Method/m-p/323509#M17106</guid>
      <dc:creator>longitudinal</dc:creator>
      <dc:date>2017-01-10T02:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Logistic Regression, Approximation Method</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Logistic-Regression-Approximation-Method/m-p/323527#M17108</link>
      <description>&lt;P&gt;There are several proc that perform logistic regression, PROC GLM and PHREG are others.&lt;/P&gt;
&lt;P&gt;This may be what you're looking for:&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_phreg_examples05.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_phreg_examples05.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 04:58:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Logistic-Regression-Approximation-Method/m-p/323527#M17108</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-01-10T04:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Logistic Regression, Approximation Method</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Logistic-Regression-Approximation-Method/m-p/323579#M17109</link>
      <description>&lt;P&gt;It is true that proc logistic can not make the Breslow or Efron approximation. But, construction af variable "dummytime" with values 1 for cases and 0 for controls, and analyze this as survival analysis is equivalent to conditional logistic regression when using the option ties=discrete in PROC PHREG. If, instead, the option ties=breslow (default) or ties=efron is used, then you have the approximation.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 11:34:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Logistic-Regression-Approximation-Method/m-p/323579#M17109</guid>
      <dc:creator>JacobSimonsen</dc:creator>
      <dc:date>2017-01-10T11:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Logistic Regression, Approximation Method</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Logistic-Regression-Approximation-Method/m-p/325247#M17183</link>
      <description>Sorry, I made a typing error. dummytime should be 1 for cases and 2 for controls (not 0). And the dummytime should be censored, so no riskset after 1: &lt;BR /&gt;model dummytime*dummytime(2)/ties=discrete</description>
      <pubDate>Tue, 17 Jan 2017 11:45:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Logistic-Regression-Approximation-Method/m-p/325247#M17183</guid>
      <dc:creator>JacobSimonsen</dc:creator>
      <dc:date>2017-01-17T11:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Logistic Regression, Approximation Method</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Logistic-Regression-Approximation-Method/m-p/325527#M17190</link>
      <description>&lt;P&gt;I assume it should be the same as&amp;nbsp;&lt;/P&gt;&lt;P&gt;model dummytime*Y(0)/ties=discrete&lt;/P&gt;&lt;P&gt;given that Y is binary with value 1 and 0?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 00:47:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Logistic-Regression-Approximation-Method/m-p/325527#M17190</guid>
      <dc:creator>longitudinal</dc:creator>
      <dc:date>2017-01-18T00:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Logistic Regression, Approximation Method</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Logistic-Regression-Approximation-Method/m-p/325572#M17192</link>
      <description>&lt;P&gt;Yes, that wil work also. If those with dummytime=2 is the same as those with Y=0, then&lt;/P&gt;
&lt;P&gt;model dummytime*Y(0)/ties=discrete&lt;/P&gt;
&lt;P&gt;is equivalent to&lt;/P&gt;
&lt;P&gt;model dummytime*dummytime(2)/ties=discrete&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;given of course that the rest has dummytime=1.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 07:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Conditional-Logistic-Regression-Approximation-Method/m-p/325572#M17192</guid>
      <dc:creator>JacobSimonsen</dc:creator>
      <dc:date>2017-01-18T07:40:15Z</dc:date>
    </item>
  </channel>
</rss>

