<?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 ARIMA with binary response in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-ARIMA-with-binary-response/m-p/133915#M295478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to combine a binary response variable (e.g. whether or not a patient is readmitted) with a time series model using PROC ARIMA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 May 2013 23:35:41 GMT</pubDate>
    <dc:creator>jp134711</dc:creator>
    <dc:date>2013-05-12T23:35:41Z</dc:date>
    <item>
      <title>PROC ARIMA with binary response</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-ARIMA-with-binary-response/m-p/133915#M295478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to combine a binary response variable (e.g. whether or not a patient is readmitted) with a time series model using PROC ARIMA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 May 2013 23:35:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-ARIMA-with-binary-response/m-p/133915#M295478</guid>
      <dc:creator>jp134711</dc:creator>
      <dc:date>2013-05-12T23:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC ARIMA with binary response</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-ARIMA-with-binary-response/m-p/133916#M295479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No idea, but it sounds more like survival analysis. &lt;/P&gt;&lt;P&gt;What doesn't survival analysis cover that you would want in ARIMA, some sort of seasonality?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 May 2013 23:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-ARIMA-with-binary-response/m-p/133916#M295479</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-05-12T23:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: PROC ARIMA with binary response</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-ARIMA-with-binary-response/m-p/133917#M295480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm interested in investigating the effect of an intervention on readmission rate, after controlling for patient-level covariates. I have about 3 years of historical/pre-intervention data and 1.5 years of post-intervention data. I want to incorporate time trend to account for changes in medical practice over time and its relation with readmission.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 May 2013 23:47:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-ARIMA-with-binary-response/m-p/133917#M295480</guid>
      <dc:creator>jp134711</dc:creator>
      <dc:date>2013-05-12T23:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: PROC ARIMA with binary response</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-ARIMA-with-binary-response/m-p/133918#M295481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That sounds, at least to me, more like a survival analysis with a time-dependent covariate, as proposed by @Reeza.&amp;nbsp; Think about what the ARIMA model would be fitting--a long string of zeroes, a single 1, perhaps some more 1's (if you model as still admitted), then another long string of zeroes.&amp;nbsp; That is not a good dataset for fitting an ARIMA model.&amp;nbsp; Instead, time to re-admission, with a covariate that describes the intervention status, strikes me as something that would work.&amp;nbsp; Check out PROC PHREG.&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 13:45:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-ARIMA-with-binary-response/m-p/133918#M295481</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-05-13T13:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: PROC ARIMA with binary response</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-ARIMA-with-binary-response/m-p/133919#M295482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would add some indicator variables, possible time dependent to account for the changes in practice.&lt;/P&gt;&lt;P&gt;You'll have to be careful with the pre-intervention/post-intervention data to make sure they're handled appropriately, but survival analysis is what you're looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 15:04:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-ARIMA-with-binary-response/m-p/133919#M295482</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-05-13T15:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: PROC ARIMA with binary response</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-ARIMA-with-binary-response/m-p/133920#M295483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="255172" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; , that's what I was trying to say.&amp;nbsp; I think a record would look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subjid&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; admission_status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; intervention_status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; covariate1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; covariate2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (other covariates of interest).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should set it up for a survival analysis, as per Example 67.7 Time-Dependent Repeated Measurements of a Covariate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 15:23:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-ARIMA-with-binary-response/m-p/133920#M295483</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-05-13T15:23:42Z</dc:date>
    </item>
  </channel>
</rss>

