<?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 Procedure for spectral in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Procedure-for-spectral/m-p/447178#M69511</link>
    <description>&lt;P&gt;Hello, I'm sorry but I find it difficult to use SAS University Edition because it has different syntax. I'm trying to analyze spectral. I've done the plot and I don't know what to do for the rest. All I got is these syntax and I know it will not success if I run it in SAS UE. How am I supposed to do? Thankyou so much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;spectral&lt;/STRONG&gt; data=spectral out=hasil coef S P&amp;nbsp; whitetest;&lt;/P&gt;
&lt;P&gt;var milk;&lt;/P&gt;
&lt;P&gt;weight Bart;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;print&lt;/STRONG&gt; data=hasil;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc gplot data=hasil;&lt;BR /&gt;plot p_01 * freq;&lt;BR /&gt;plot p_01 * period;&lt;BR /&gt;plot s_01 * freq;&lt;BR /&gt;plot s_01 * period;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc gplot data=hasil;&lt;BR /&gt;where period;&lt;BR /&gt;plot s_01 * period / HREF=(12,168);&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc gplot data=hasil;&lt;BR /&gt;where period &amp;lt;50;&lt;BR /&gt;plot s_01 * period / HREF=(12);&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Mar 2018 15:59:31 GMT</pubDate>
    <dc:creator>sasgiaz</dc:creator>
    <dc:date>2018-03-20T15:59:31Z</dc:date>
    <item>
      <title>Procedure for spectral</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Procedure-for-spectral/m-p/447178#M69511</link>
      <description>&lt;P&gt;Hello, I'm sorry but I find it difficult to use SAS University Edition because it has different syntax. I'm trying to analyze spectral. I've done the plot and I don't know what to do for the rest. All I got is these syntax and I know it will not success if I run it in SAS UE. How am I supposed to do? Thankyou so much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;spectral&lt;/STRONG&gt; data=spectral out=hasil coef S P&amp;nbsp; whitetest;&lt;/P&gt;
&lt;P&gt;var milk;&lt;/P&gt;
&lt;P&gt;weight Bart;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;print&lt;/STRONG&gt; data=hasil;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc gplot data=hasil;&lt;BR /&gt;plot p_01 * freq;&lt;BR /&gt;plot p_01 * period;&lt;BR /&gt;plot s_01 * freq;&lt;BR /&gt;plot s_01 * period;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc gplot data=hasil;&lt;BR /&gt;where period;&lt;BR /&gt;plot s_01 * period / HREF=(12,168);&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc gplot data=hasil;&lt;BR /&gt;where period &amp;lt;50;&lt;BR /&gt;plot s_01 * period / HREF=(12);&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:59:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Procedure-for-spectral/m-p/447178#M69511</guid>
      <dc:creator>sasgiaz</dc:creator>
      <dc:date>2018-03-20T15:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Procedure for spectra</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Procedure-for-spectral/m-p/447183#M69512</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/200140"&gt;@sasgiaz&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hello, I'm sorry but I find it difficult to use SAS University Edition because it has different syntax.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Different syntax than what? The code is the same as in SAS Base or EG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC SPECTRAL is not available in SAS UE as noted in the limtations:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;BLOCKQUOTE&gt;Six procedures from SAS/ETS are included in SAS University Edition to support the forecasting tasks in SAS Studio. The procedures are TIMEDATA, TIMESERIES, ARIMA, ESM, UCM, and TIMEID. You might notice that SAS/ETS appears in the list of products that are included with SAS University Edition. However, only those six procedures are included.&lt;/BLOCKQUOTE&gt;
&lt;P class="1521561331406"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="1521561331406"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="1521561331406"&gt;&lt;A href="https://support.sas.com/software/products/university-edition/faq/limitations.htm" target="_blank"&gt;https://support.sas.com/software/products/university-edition/faq/limitations.htm&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="1521561331406"&gt;If you need to do this analysis, I would suggest getting a full version of SAS or using SAS for Academics on Demand. If you're at an academic institution they usually offer a license at low price or for free.&lt;/P&gt;
&lt;P class="1521561331406"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:58:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Procedure-for-spectral/m-p/447183#M69512</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-20T15:58:31Z</dc:date>
    </item>
  </channel>
</rss>

