<?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: Proc Expand: with beginning missing values in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Expand-with-beginning-missing-values/m-p/450509#M3058</link>
    <description>&lt;P&gt;Yes, as long as the method makes sense. PROC TIMESERIES does a good job at this. What is the algorithm you want to use to fill in the earlier values?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the SAS PROC TIMESERIES documentation for the options, under the ID statement and SETMISSING.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They include:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;MISSING&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to missing. This is the default option.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;AVERAGE | AVG&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the accumulated average value.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;MINIMUM | MIN&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the accumulated minimum value.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;MEDIAN | MED&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the accumulated median value.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;MAXIMUM | MAX&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the accumulated maximum value.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;FIRST&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the accumulated first nonmissing value.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;LAST&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the accumulated last nonmissing value.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;PREVIOUS | PREV&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the previous period’s accumulated nonmissing value. Missing values at the beginning of the accumulated series remain missing.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;NEXT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the next period’s accumulated nonmissing value. Missing values at the end of the accumulated series remain missing.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/66840/HTML/default/viewer.htm#etsug_timeseries_syntax07.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/66840/HTML/default/viewer.htm#etsug_timeseries_syntax07.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Apr 2018 02:24:48 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-04-03T02:24:48Z</dc:date>
    <item>
      <title>Proc Expand: with beginning missing values</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Expand-with-beginning-missing-values/m-p/450442#M3057</link>
      <description>&lt;P&gt;&amp;nbsp;Is it possible to use &lt;STRONG&gt;proc expand&lt;/STRONG&gt; to extrapolate missing values at the beginning of the period?&amp;nbsp;I have an annual variable with data from 1993 to 2016 and will like to complete the missing values from 1990 to 1992&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be appreciated&lt;/P&gt;&lt;P&gt;Maria&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 19:37:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Expand-with-beginning-missing-values/m-p/450442#M3057</guid>
      <dc:creator>pilicasalv</dc:creator>
      <dc:date>2018-04-02T19:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand: with beginning missing values</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Expand-with-beginning-missing-values/m-p/450509#M3058</link>
      <description>&lt;P&gt;Yes, as long as the method makes sense. PROC TIMESERIES does a good job at this. What is the algorithm you want to use to fill in the earlier values?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the SAS PROC TIMESERIES documentation for the options, under the ID statement and SETMISSING.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They include:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;MISSING&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to missing. This is the default option.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;AVERAGE | AVG&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the accumulated average value.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;MINIMUM | MIN&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the accumulated minimum value.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;MEDIAN | MED&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the accumulated median value.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;MAXIMUM | MAX&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the accumulated maximum value.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;FIRST&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the accumulated first nonmissing value.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;LAST&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the accumulated last nonmissing value.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;PREVIOUS | PREV&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the previous period’s accumulated nonmissing value. Missing values at the beginning of the accumulated series remain missing.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" AAterm "&gt;NEXT&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Missing values are set to the next period’s accumulated nonmissing value. Missing values at the end of the accumulated series remain missing.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/66840/HTML/default/viewer.htm#etsug_timeseries_syntax07.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/66840/HTML/default/viewer.htm#etsug_timeseries_syntax07.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 02:24:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Expand-with-beginning-missing-values/m-p/450509#M3058</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-03T02:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Expand: with beginning missing values</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Expand-with-beginning-missing-values/m-p/451307#M3073</link>
      <description>&lt;P&gt;If you want a more model based extrapolation of earlier values, you could use PROC SSM (also in ETS).&amp;nbsp; See an example in the doc:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Example 34.3 Backcasting, Forecasting, and Interpolation&lt;/SPAN&gt; in&amp;nbsp;&lt;A href="http://support.sas.com/documentation/onlinedoc/ets/indexproc.html#ets143" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/ets/indexproc.html#ets143&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(go to the SSM chapter).&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 20:14:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Expand-with-beginning-missing-values/m-p/451307#M3073</guid>
      <dc:creator>rselukar</dc:creator>
      <dc:date>2018-04-04T20:14:44Z</dc:date>
    </item>
  </channel>
</rss>

