<?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 use differencing in PANEL or HPPANEL procedure in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-differencing-in-PANEL-or-HPPANEL-procedure/m-p/679017#M32644</link>
    <description>&lt;P&gt;Moved to &lt;EM&gt;stats&lt;/EM&gt; community.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2020 00:27:43 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2020-08-25T00:27:43Z</dc:date>
    <item>
      <title>how to use differencing in PANEL or HPPANEL procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-differencing-in-PANEL-or-HPPANEL-procedure/m-p/677380#M32643</link>
      <description>&lt;P&gt;The Y variable is accumulated data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use differencing method using PROC PANEL or PROC HPPANEL procedure to analyse annually panel data by one-way random effect model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found out that differencing method can be used by PROC ARIMA. However, i would like to use PANEL or HPPANEL procedure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 02:58:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-differencing-in-PANEL-or-HPPANEL-procedure/m-p/677380#M32643</guid>
      <dc:creator>SJK_KOR</dc:creator>
      <dc:date>2020-08-18T02:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to use differencing in PANEL or HPPANEL procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-differencing-in-PANEL-or-HPPANEL-procedure/m-p/679017#M32644</link>
      <description>&lt;P&gt;Moved to &lt;EM&gt;stats&lt;/EM&gt; community.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 00:27:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-differencing-in-PANEL-or-HPPANEL-procedure/m-p/679017#M32644</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-08-25T00:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to use differencing in PANEL or HPPANEL procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-differencing-in-PANEL-or-HPPANEL-procedure/m-p/679130#M32652</link>
      <description>&lt;P&gt;I don't know what your MODEL statement looks like, but the FDONE option for the model statement does a one-way fixed effects fit to the differences and FDONETIME does a one-way fixed effects fit to the differences in time.&amp;nbsp; These are available in PANEL but not HPPANEL, so far as I can tell.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 12:08:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-differencing-in-PANEL-or-HPPANEL-procedure/m-p/679130#M32652</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-08-25T12:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to use differencing in PANEL or HPPANEL procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-differencing-in-PANEL-or-HPPANEL-procedure/m-p/679136#M32653</link>
      <description>&lt;P&gt;Thanks for reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was using RANONE and WK option to use One-way random effect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are FDONE or FDONETIME for one-way random effect? My model is cross sectional time series with one-way random effect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 12:23:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-differencing-in-PANEL-or-HPPANEL-procedure/m-p/679136#M32653</guid>
      <dc:creator>SJK_KOR</dc:creator>
      <dc:date>2020-08-25T12:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to use differencing in PANEL or HPPANEL procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-differencing-in-PANEL-or-HPPANEL-procedure/m-p/679139#M32656</link>
      <description>&lt;P&gt;It doesn't appear that this applies to a one-way random effects model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I think you can get what you want in a 3 step process.&amp;nbsp; PANEL supports a variety of LAG functions.&amp;nbsp; What about:&lt;/P&gt;
&lt;P&gt;Run PROC PANEL with the appropriate LAG and output the dataset.&amp;nbsp; No MODEL statement in this run.&lt;/P&gt;
&lt;P&gt;In a DATA step, calculate the differenced values using the original value and the lagged value in this output dataset.&lt;/P&gt;
&lt;P&gt;Run PROC PANEL with a RANONE option for the MODEL statement on the differenced values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, I have never done this, so take it with a great big shovel of salt.&amp;nbsp; However, the LAG statement in PROC PANEL says that it is capable of handling panel data correctly.&amp;nbsp; It would then be a matter of selecting the right version of the LAG statement to handle missing values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 12:33:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-use-differencing-in-PANEL-or-HPPANEL-procedure/m-p/679139#M32656</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-08-25T12:33:03Z</dc:date>
    </item>
  </channel>
</rss>

