<?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: About proc arima:how can i get the picture like this in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/About-proc-arima-how-can-i-get-the-picture-like-this/m-p/771361#M37731</link>
    <description>&lt;P&gt;Try turning off ODS graphics before the PROC ARIMA call:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics off;
proc arima data=example2_1 plots(unpack);
identify var=freq NLAG=6;
run;
ods graphics on; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I believe (but am not 100% sure) that when ODS graphics is enabled the paneled plots are returned by default, but if ODS graphics is off, the tabular output you want is produced.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Sep 2021 13:52:05 GMT</pubDate>
    <dc:creator>MichaelL_SAS</dc:creator>
    <dc:date>2021-09-30T13:52:05Z</dc:date>
    <item>
      <title>About proc arima:how can i get the picture like this</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/About-proc-arima-how-can-i-get-the-picture-like-this/m-p/726608#M37728</link>
      <description>&lt;P&gt;code:&lt;/P&gt;&lt;PRE&gt;data example2_1;&lt;BR /&gt;input freq@@;&lt;BR /&gt;cards;&lt;BR /&gt;1  2  3  4  5  6  7  8  9  10&lt;BR /&gt;11 12 13 14 15 16 17 18 19 20&lt;BR /&gt;;&lt;BR /&gt;proc arima data=example2_1;&lt;BR /&gt;identify var=freq NLAG=6;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;the outcome in SAS studio:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="屏幕截图 2021-03-16 110240.jpg" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55982iA170D772844C6958/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕截图 2021-03-16 110240.jpg" alt="屏幕截图 2021-03-16 110240.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but i would like to have the picture like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.jpg" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55983i5F1BAF1274BE352E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.jpg" alt="2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;is there any method?help me,please&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 03:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/About-proc-arima-how-can-i-get-the-picture-like-this/m-p/726608#M37728</guid>
      <dc:creator>AmandaW</dc:creator>
      <dc:date>2021-03-16T03:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: About proc arima:how can i get the picture like this</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/About-proc-arima-how-can-i-get-the-picture-like-this/m-p/771361#M37731</link>
      <description>&lt;P&gt;Try turning off ODS graphics before the PROC ARIMA call:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics off;
proc arima data=example2_1 plots(unpack);
identify var=freq NLAG=6;
run;
ods graphics on; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I believe (but am not 100% sure) that when ODS graphics is enabled the paneled plots are returned by default, but if ODS graphics is off, the tabular output you want is produced.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 13:52:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/About-proc-arima-how-can-i-get-the-picture-like-this/m-p/771361#M37731</guid>
      <dc:creator>MichaelL_SAS</dc:creator>
      <dc:date>2021-09-30T13:52:05Z</dc:date>
    </item>
  </channel>
</rss>

