<?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: How to conduct a time-to-event survival analysis in a 1:2 matched case-control study? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-a-time-to-event-survival-analysis-in-a-1-2/m-p/804694#M39607</link>
    <description>See Example 89.5 Conditional Logistic  Regression for m:n Matching&amp;lt;&amp;gt; in the PHREG documentation.&lt;BR /&gt;</description>
    <pubDate>Tue, 29 Mar 2022 08:37:54 GMT</pubDate>
    <dc:creator>OsoGris</dc:creator>
    <dc:date>2022-03-29T08:37:54Z</dc:date>
    <item>
      <title>How to conduct a time-to-event survival analysis in a 1:2 matched case-control study?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-a-time-to-event-survival-analysis-in-a-1-2/m-p/804598#M39605</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working on a 1:2 matched case-control study with 20 cases and 40 controls. They were matched based on age +/- 5 years, gender, race and cancer type. We would like to compare the survival rate from the date of receiving new treatment (time 0) until the time of death or last follow up date and evaluate whether infection and smoking status would be assoicated with survival. Could anyone please verify whether my code below is correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;phreg&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=test&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;strata&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;SPAN&gt;&amp;nbsp;Matching_ID&lt;/SPAN&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;SPAN&gt;&amp;nbsp;group infection smoking&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;model&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;time*event(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;) = group infection smoking /&lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;risklimits&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Matching_ID" stands for the matching group ID number. In our study, there are 3 subjects coded per matching_ID (1 case + 2 matched controls)&lt;/P&gt;
&lt;P&gt;"time" stands for the "duration from the date of receiving new treatment to endpoint death or alive on the last follow-up date"&lt;/P&gt;
&lt;P&gt;"event" stands for "death or alive", coded as (1,0)&lt;/P&gt;
&lt;P&gt;"group" stands for "cases or controls", coded as (1, 0)&lt;/P&gt;
&lt;P&gt;"infection" stands for whether they had infection or not, coded as (1,0)&lt;/P&gt;
&lt;P&gt;"smoking" stands for whether they had smoking or not, coded as (1,0)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 18:39:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-a-time-to-event-survival-analysis-in-a-1-2/m-p/804598#M39605</guid>
      <dc:creator>Denali</dc:creator>
      <dc:date>2022-03-28T18:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to conduct a time-to-event survival analysis in a 1:2 matched case-control study?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-a-time-to-event-survival-analysis-in-a-1-2/m-p/804694#M39607</link>
      <description>See Example 89.5 Conditional Logistic  Regression for m:n Matching&amp;lt;&amp;gt; in the PHREG documentation.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2022 08:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-conduct-a-time-to-event-survival-analysis-in-a-1-2/m-p/804694#M39607</guid>
      <dc:creator>OsoGris</dc:creator>
      <dc:date>2022-03-29T08:37:54Z</dc:date>
    </item>
  </channel>
</rss>

