<?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: syntax help in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/PROC-CORR-where-to-place-NWITH-option/m-p/449449#M5032</link>
    <description>&lt;P&gt;The default maximum number of plots is 5. You want to add the nvar option. i.e.:&lt;/P&gt;
&lt;PRE&gt;proc corr nomiss spearman data=WORK.smuck_6MWT PLOTS=MATRIX (NVAR=all);
var   PF VT	MH	SF	BP	GH;
with KOOS_Pain; run; quit;
&lt;/PRE&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Mar 2018 18:39:42 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2018-03-28T18:39:42Z</dc:date>
    <item>
      <title>PROC CORR - where to place NWITH option</title>
      <link>https://communities.sas.com/t5/SAS-Studio/PROC-CORR-where-to-place-NWITH-option/m-p/449439#M5029</link>
      <description>&lt;PRE&gt;proc corr nomiss spearman data=WORK.smuck_6MWT PLOTS=MATRIX;
var   PF VT	MH	SF	BP	GH;
with KOOS_PainN; nwith=all;
 run; quit;&lt;/PRE&gt;
&lt;P&gt;I got this error message&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ERROR 180-322: Statement is not valid or it is used out of proper order&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;where is the correct place to put nwith=all&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 19:32:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/PROC-CORR-where-to-place-NWITH-option/m-p/449439#M5029</guid>
      <dc:creator>kcodo</dc:creator>
      <dc:date>2018-03-28T19:32:22Z</dc:date>
    </item>
    <item>
      <title>syntax help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/PROC-CORR-where-to-place-NWITH-option/m-p/449441#M5031</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc corr nomiss spearman data=WORK.smuck_6MWT PLOTS=MATRIX;
var   PF VT	MH	SF	BP	GH;
with KOOS_Pain; run; quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;how do i modify this code to display the matrix plot for more than 5 variables. there is no matrix plot with the above code for var (GH)&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 18:01:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/PROC-CORR-where-to-place-NWITH-option/m-p/449441#M5031</guid>
      <dc:creator>kcodo</dc:creator>
      <dc:date>2018-03-28T18:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/PROC-CORR-where-to-place-NWITH-option/m-p/449444#M5030</link>
      <description>&lt;P&gt;nwith= is part of the plotting options:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc corr ..... plots=matrix(nwith=all);&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 18:23:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/PROC-CORR-where-to-place-NWITH-option/m-p/449444#M5030</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-03-28T18:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: syntax help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/PROC-CORR-where-to-place-NWITH-option/m-p/449449#M5032</link>
      <description>&lt;P&gt;The default maximum number of plots is 5. You want to add the nvar option. i.e.:&lt;/P&gt;
&lt;PRE&gt;proc corr nomiss spearman data=WORK.smuck_6MWT PLOTS=MATRIX (NVAR=all);
var   PF VT	MH	SF	BP	GH;
with KOOS_Pain; run; quit;
&lt;/PRE&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 18:39:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/PROC-CORR-where-to-place-NWITH-option/m-p/449449#M5032</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2018-03-28T18:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: syntax help</title>
      <link>https://communities.sas.com/t5/SAS-Studio/PROC-CORR-where-to-place-NWITH-option/m-p/449452#M5033</link>
      <description>&lt;P&gt;You can use options &lt;STRONG&gt;NVAR=ALL&amp;nbsp;|&amp;nbsp;&lt;SPAN class=" aa-argument"&gt;n &lt;/SPAN&gt;&lt;/STRONG&gt;and &lt;STRONG&gt;NWITH=ALL&amp;nbsp;|&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN class=" aa-argument"&gt;&lt;STRONG&gt;n&lt;/STRONG&gt; in the &lt;STRONG&gt;plots=matrix(&amp;lt;options&amp;gt;)&lt;/STRONG&gt; request to override the maximum of 5 variables per panel.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 18:41:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/PROC-CORR-where-to-place-NWITH-option/m-p/449452#M5033</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-03-28T18:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CORR - where to place NWITH option</title>
      <link>https://communities.sas.com/t5/SAS-Studio/PROC-CORR-where-to-place-NWITH-option/m-p/449479#M5034</link>
      <description>&lt;P&gt;My apologies, I accidentally merged these two posts because the topic was the same and the code, from a quick scan, looked the same.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 19:42:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/PROC-CORR-where-to-place-NWITH-option/m-p/449479#M5034</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-28T19:42:12Z</dc:date>
    </item>
  </channel>
</rss>

