<?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 Calculate relapse rate from the end of a therapy in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Calculate-relapse-rate-from-the-end-of-a-therapy/m-p/842456#M36521</link>
    <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;suppose to have the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;data have1;
  input ID :$20. Start_Therapy :date9. End_Therapy :date9. Relapse :$20. End_follow_up :$20.;
  format Start_Therapy End_Therapy End_follow_up yymmdd10.;
cards;
0001 01JAN2015 30APR2018 yes  21JAN2021
0002 01MAY2007 31MAY2019 no   20DEC2021
0003 01JUN2011 31DEC2018 yes  12JAN2020
0004 06FEB2018 08FEB2021 yes  12APR2022
0005 09FEB2000 31AUG2018 no   01SEP2020
0006 01SEP2012 31DEC2019 yes  03MAR2021
0007 01JAN2011 30SEP2019 yes  06JUL2021
0008 01OCT2019 31DEC2020 no   21JAN2021
;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have &lt;/SPAN&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;SPAN&gt; calculate the relapse rate &lt;/SPAN&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; I have &lt;/SPAN&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;SPAN&gt; also use a statistical test &lt;/SPAN&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;SPAN&gt; get the significance but I have no idea on how &lt;/SPAN&gt;&lt;SPAN&gt;to&lt;/SPAN&gt; &lt;SPAN&gt;do&lt;/SPAN&gt;&lt;SPAN&gt; it&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can anyone help me please?&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I know that I have &lt;/SPAN&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;SPAN&gt; calculate the person&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;time from the End_Therapy &lt;/SPAN&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;SPAN&gt; the End_follow_up but I don&lt;/SPAN&gt;&lt;SPAN&gt;'t know how to do it since I'&lt;/SPAN&gt;&lt;SPAN&gt;m new &lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; the field&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Nov 2022 08:12:03 GMT</pubDate>
    <dc:creator>NewUsrStat</dc:creator>
    <dc:date>2022-11-04T08:12:03Z</dc:date>
    <item>
      <title>Calculate relapse rate from the end of a therapy</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Calculate-relapse-rate-from-the-end-of-a-therapy/m-p/842456#M36521</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;suppose to have the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;data have1;
  input ID :$20. Start_Therapy :date9. End_Therapy :date9. Relapse :$20. End_follow_up :$20.;
  format Start_Therapy End_Therapy End_follow_up yymmdd10.;
cards;
0001 01JAN2015 30APR2018 yes  21JAN2021
0002 01MAY2007 31MAY2019 no   20DEC2021
0003 01JUN2011 31DEC2018 yes  12JAN2020
0004 06FEB2018 08FEB2021 yes  12APR2022
0005 09FEB2000 31AUG2018 no   01SEP2020
0006 01SEP2012 31DEC2019 yes  03MAR2021
0007 01JAN2011 30SEP2019 yes  06JUL2021
0008 01OCT2019 31DEC2020 no   21JAN2021
;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have &lt;/SPAN&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;SPAN&gt; calculate the relapse rate &lt;/SPAN&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; I have &lt;/SPAN&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;SPAN&gt; also use a statistical test &lt;/SPAN&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;SPAN&gt; get the significance but I have no idea on how &lt;/SPAN&gt;&lt;SPAN&gt;to&lt;/SPAN&gt; &lt;SPAN&gt;do&lt;/SPAN&gt;&lt;SPAN&gt; it&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can anyone help me please?&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I know that I have &lt;/SPAN&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;SPAN&gt; calculate the person&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;time from the End_Therapy &lt;/SPAN&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;SPAN&gt; the End_follow_up but I don&lt;/SPAN&gt;&lt;SPAN&gt;'t know how to do it since I'&lt;/SPAN&gt;&lt;SPAN&gt;m new &lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; the field&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 08:12:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Calculate-relapse-rate-from-the-end-of-a-therapy/m-p/842456#M36521</guid>
      <dc:creator>NewUsrStat</dc:creator>
      <dc:date>2022-11-04T08:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate relapse rate from the end of a therapy</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Calculate-relapse-rate-from-the-end-of-a-therapy/m-p/842472#M36523</link>
      <description>&lt;P&gt;You can use PROC FREQ — example:&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_freq_examples04.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_freq_examples04.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 11:01:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Calculate-relapse-rate-from-the-end-of-a-therapy/m-p/842472#M36523</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-11-04T11:01:19Z</dc:date>
    </item>
  </channel>
</rss>

