<?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: I want just one table from UNIVARIATE normaltest in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/I-want-just-one-table-from-UNIVARIATE-normaltest/m-p/356941#M83753</link>
    <description>&lt;P&gt;proc univariate data=my.data normaltest;&lt;BR /&gt;where time=0;&lt;BR /&gt;var weight;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;ODS SELECT 'Tests for Normality';&lt;/STRONG&gt;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This line did what I needed. &amp;nbsp;Thanks for the lead.&lt;/P&gt;</description>
    <pubDate>Mon, 08 May 2017 17:04:20 GMT</pubDate>
    <dc:creator>Jbhammon</dc:creator>
    <dc:date>2017-05-08T17:04:20Z</dc:date>
    <item>
      <title>I want just one table from UNIVARIATE normaltest</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-want-just-one-table-from-UNIVARIATE-normaltest/m-p/356888#M83742</link>
      <description>&lt;P&gt;I am trying to get the table with the Shapiro-Wilk in it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "normaltest" command gives 7 tables, but I just want the one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if I had to several thousand variables, how could I restrict the output to just table per variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc univariate data=my.data normaltest;&lt;BR /&gt;where time=0;&lt;BR /&gt;var weight;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 14:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-want-just-one-table-from-UNIVARIATE-normaltest/m-p/356888#M83742</guid>
      <dc:creator>Jbhammon</dc:creator>
      <dc:date>2017-05-08T14:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: I want just one table from UNIVARIATE normaltest</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-want-just-one-table-from-UNIVARIATE-normaltest/m-p/356892#M83744</link>
      <description>&lt;P&gt;See the methods here to capture the results.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's also usually an OUTPUT or OUT option in many procs that allow you to capture output. You can review the documentation for the procedure of interest to find the relevant syntax. Univariate has the OUTTABLE option on the PROC UNIVARIATE statement as well as the OUT statement.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/procstat/70116/HTML/default/viewer.htm#procstat_univariate_syntax21.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/procstat/70116/HTML/default/viewer.htm#procstat_univariate_syntax21.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=" aa-term "&gt;OUTTABLE=&lt;SPAN class=" aa-argument"&gt;SAS-data-set&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;creates an output data set that contains univariate statistics arranged in tabular form, with one observation per analysis variable. See the section &lt;A href="https://support.sas.com/documentation/cdl/en/procstat/70116/HTML/default/procstat_univariate_details83.htm" target="_blank"&gt;OUTTABLE= Output Data Set&lt;/A&gt; for details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may want to look at OUTTABLE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 15:06:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-want-just-one-table-from-UNIVARIATE-normaltest/m-p/356892#M83744</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-08T15:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: I want just one table from UNIVARIATE normaltest</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-want-just-one-table-from-UNIVARIATE-normaltest/m-p/356941#M83753</link>
      <description>&lt;P&gt;proc univariate data=my.data normaltest;&lt;BR /&gt;where time=0;&lt;BR /&gt;var weight;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;ODS SELECT 'Tests for Normality';&lt;/STRONG&gt;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This line did what I needed. &amp;nbsp;Thanks for the lead.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 17:04:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-want-just-one-table-from-UNIVARIATE-normaltest/m-p/356941#M83753</guid>
      <dc:creator>Jbhammon</dc:creator>
      <dc:date>2017-05-08T17:04:20Z</dc:date>
    </item>
  </channel>
</rss>

