<?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 Time to multiple medication discontinuations in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Time-to-multiple-medication-discontinuations/m-p/929479#M46304</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the following recurrent event model (counting process style input) to plot cumulative mean frequency of multiple medication initiations. Just like patients in the study can initiate multiple medications during an observation period of 2 years, they can discontinue multiple medications as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the following questions -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. If one wants to summarize the discontinuations&amp;nbsp; during the 2 year period, what is it that you are trying to answer - Is it similar to initiations? If so, how would the code below change?&lt;/P&gt;
&lt;P&gt;2. If not, what are some of the relevant questions&amp;nbsp; wrt. this type of data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not very familiar with the medication data, so any pointers be it papers/code/links would be helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc phreg data=meds covs(aggregate) covm;
class trt(ref='B');
model (TSTART, TSTOP)*STATUS(0) = trt / rl;
hazardratio "A vs. B" trt / diff=ref;
baseline covariates=covd out=outd cmf=_all_/nomean;
id subjid;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2024 20:01:34 GMT</pubDate>
    <dc:creator>kc</dc:creator>
    <dc:date>2024-05-23T20:01:34Z</dc:date>
    <item>
      <title>Time to multiple medication discontinuations</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Time-to-multiple-medication-discontinuations/m-p/929479#M46304</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the following recurrent event model (counting process style input) to plot cumulative mean frequency of multiple medication initiations. Just like patients in the study can initiate multiple medications during an observation period of 2 years, they can discontinue multiple medications as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the following questions -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. If one wants to summarize the discontinuations&amp;nbsp; during the 2 year period, what is it that you are trying to answer - Is it similar to initiations? If so, how would the code below change?&lt;/P&gt;
&lt;P&gt;2. If not, what are some of the relevant questions&amp;nbsp; wrt. this type of data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not very familiar with the medication data, so any pointers be it papers/code/links would be helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc phreg data=meds covs(aggregate) covm;
class trt(ref='B');
model (TSTART, TSTOP)*STATUS(0) = trt / rl;
hazardratio "A vs. B" trt / diff=ref;
baseline covariates=covd out=outd cmf=_all_/nomean;
id subjid;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 20:01:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Time-to-multiple-medication-discontinuations/m-p/929479#M46304</guid>
      <dc:creator>kc</dc:creator>
      <dc:date>2024-05-23T20:01:34Z</dc:date>
    </item>
  </channel>
</rss>

