<?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 Proc means output to include t value? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-means-output-to-include-t-value/m-p/639970#M190465</link>
    <description>&lt;P&gt;After running a proc means like so:&lt;/P&gt;&lt;PRE class="language-sas"&gt;&lt;CODE&gt;PROC MEANS DATA  = HAVE mean t;
    VAR var1 ; class classes;
     output out = want;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My output/results window shows me a table with the mean and t-value, but when I open my&lt;/P&gt;&lt;P&gt;"want" data-set, the _STAT_ column only has Min, max, mean and std for each value in my "Classes".&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want the t-value there too, but I'm not sure how to get it?&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2020 05:40:44 GMT</pubDate>
    <dc:creator>UniversitySas</dc:creator>
    <dc:date>2020-04-15T05:40:44Z</dc:date>
    <item>
      <title>Proc means output to include t value?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-means-output-to-include-t-value/m-p/639970#M190465</link>
      <description>&lt;P&gt;After running a proc means like so:&lt;/P&gt;&lt;PRE class="language-sas"&gt;&lt;CODE&gt;PROC MEANS DATA  = HAVE mean t;
    VAR var1 ; class classes;
     output out = want;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My output/results window shows me a table with the mean and t-value, but when I open my&lt;/P&gt;&lt;P&gt;"want" data-set, the _STAT_ column only has Min, max, mean and std for each value in my "Classes".&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want the t-value there too, but I'm not sure how to get it?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 05:40:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-means-output-to-include-t-value/m-p/639970#M190465</guid>
      <dc:creator>UniversitySas</dc:creator>
      <dc:date>2020-04-15T05:40:44Z</dc:date>
    </item>
    <item>
      <title>How do I get the t value output in a proc means?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-means-output-to-include-t-value/m-p/639968#M190472</link>
      <description>&lt;P&gt;After running a proc means like so:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC MEANS DATA  = HAVE mean t;
    VAR var1 ; class classes;
     output out = want;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My output/results window shows me a table with the mean and t-value, but when I open my&lt;/P&gt;&lt;P&gt;"want" data-set, the _STAT_ column only has Min, max, mean and std for each value in my "Classes".&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want the t-value there too, but I'm not sure how to get it?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 05:29:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-means-output-to-include-t-value/m-p/639968#M190472</guid>
      <dc:creator>UniversitySas</dc:creator>
      <dc:date>2020-04-15T05:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proc means output to include t value?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-means-output-to-include-t-value/m-p/639972#M190467</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;output out=WANT mean= t= / autoname;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 05:50:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-means-output-to-include-t-value/m-p/639972#M190467</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-04-15T05:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc means output to include t value?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-means-output-to-include-t-value/m-p/639975#M190470</link>
      <description>Thank you sir</description>
      <pubDate>Wed, 15 Apr 2020 06:00:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-means-output-to-include-t-value/m-p/639975#M190470</guid>
      <dc:creator>UniversitySas</dc:creator>
      <dc:date>2020-04-15T06:00:31Z</dc:date>
    </item>
  </channel>
</rss>

