<?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 Multiple regression time series modelling in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Multiple-regression-time-series-modelling/m-p/924357#M41477</link>
    <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to run multiple regression time series modelling on seasonal infection data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These data are: hospitalizations of patients with&amp;nbsp; infections from 3 pathogens across 5 epidemic seasons. I have to model linear trend, secular trend and polynomial trend.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specifically, what I have to model is the following (pathogens: virus1, virus2, virus3. Totally 3 pathogens):&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tier 2 variables (time trends):&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Linear trend or “βs1t ”&lt;/LI&gt;
&lt;LI&gt;Seasonal trend or “βs2sin(2πt/52) + βs3cos(2πt/52)”&lt;/LI&gt;
&lt;LI&gt;Secular polynomial trend or “βs1t + βs2t2+βs3t3”&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Tier 3 variables (time lags):&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Time lag (+/- 1 weeks)&lt;/LI&gt;
&lt;LI&gt;Time lag (+/- 2 weeks)&lt;/LI&gt;
&lt;LI&gt;Time lag (+/- 3 weeks)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Tier 4 variables (COVID-19 indicator + interactions):&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;COVID-19 indicator x Weekly number of virus1&amp;nbsp;admissions&lt;/LI&gt;
&lt;LI&gt;COVID-19 indicator x&amp;nbsp;Weekly number of virus2 admissions&lt;/LI&gt;
&lt;LI&gt;COVID-19 indicator x Weekly number of COVID-19 admissions&lt;/LI&gt;
&lt;LI&gt;COVID-19 indicator x Weekly number of all other causes admissions&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Is there a similar study I can inspire to and available documentation on sas coding/data preparation to deal with this predictions?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2024 13:06:39 GMT</pubDate>
    <dc:creator>NewUsrStat</dc:creator>
    <dc:date>2024-04-15T13:06:39Z</dc:date>
    <item>
      <title>Multiple regression time series modelling</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Multiple-regression-time-series-modelling/m-p/924357#M41477</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to run multiple regression time series modelling on seasonal infection data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These data are: hospitalizations of patients with&amp;nbsp; infections from 3 pathogens across 5 epidemic seasons. I have to model linear trend, secular trend and polynomial trend.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specifically, what I have to model is the following (pathogens: virus1, virus2, virus3. Totally 3 pathogens):&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tier 2 variables (time trends):&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Linear trend or “βs1t ”&lt;/LI&gt;
&lt;LI&gt;Seasonal trend or “βs2sin(2πt/52) + βs3cos(2πt/52)”&lt;/LI&gt;
&lt;LI&gt;Secular polynomial trend or “βs1t + βs2t2+βs3t3”&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Tier 3 variables (time lags):&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Time lag (+/- 1 weeks)&lt;/LI&gt;
&lt;LI&gt;Time lag (+/- 2 weeks)&lt;/LI&gt;
&lt;LI&gt;Time lag (+/- 3 weeks)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Tier 4 variables (COVID-19 indicator + interactions):&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;COVID-19 indicator x Weekly number of virus1&amp;nbsp;admissions&lt;/LI&gt;
&lt;LI&gt;COVID-19 indicator x&amp;nbsp;Weekly number of virus2 admissions&lt;/LI&gt;
&lt;LI&gt;COVID-19 indicator x Weekly number of COVID-19 admissions&lt;/LI&gt;
&lt;LI&gt;COVID-19 indicator x Weekly number of all other causes admissions&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Is there a similar study I can inspire to and available documentation on sas coding/data preparation to deal with this predictions?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 13:06:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Multiple-regression-time-series-modelling/m-p/924357#M41477</guid>
      <dc:creator>NewUsrStat</dc:creator>
      <dc:date>2024-04-15T13:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple regression time series modelling</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Multiple-regression-time-series-modelling/m-p/924371#M41478</link>
      <description>&lt;P&gt;Do you have access to SAS/ETS? That module contains the main time series tools.&lt;/P&gt;
&lt;P&gt;If you aren't sure you can run and the log will show installed modules.&lt;/P&gt;
&lt;PRE&gt;proc product_status;
run;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Apr 2024 13:49:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Multiple-regression-time-series-modelling/m-p/924371#M41478</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-04-15T13:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple regression time series modelling</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Multiple-regression-time-series-modelling/m-p/924388#M41481</link>
      <description>Thank you for your reply!! This is an important suggestion! I will check!</description>
      <pubDate>Mon, 15 Apr 2024 14:32:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Multiple-regression-time-series-modelling/m-p/924388#M41481</guid>
      <dc:creator>NewUsrStat</dc:creator>
      <dc:date>2024-04-15T14:32:57Z</dc:date>
    </item>
  </channel>
</rss>

