<?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 Multiple T-Tests in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-T-Tests/m-p/17163#M467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doh!&amp;nbsp; I knew it was that easy!&amp;nbsp; How did I not pick up on this on all the whitepapers I read... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Feb 2012 20:33:51 GMT</pubDate>
    <dc:creator>RussellNonBrand</dc:creator>
    <dc:date>2012-02-28T20:33:51Z</dc:date>
    <item>
      <title>Multiple T-Tests</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-T-Tests/m-p/17161#M465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a data set with 14 different groupings of test/control records, and I need to run t-tests on all.&amp;nbsp; So I have one variable titled, "Test_ID" and the values run A1, A2, A3... A14 (test) and Z1, Z2 .... Z14 (control).&amp;nbsp; I want to test for the difference in the variable, "Revenue."&amp;nbsp; Is there a simple statement I am overlooking on the white papers which will let me do this, or do I just need to write a macro do loop and let that run through?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;--Russell&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 19:35:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-T-Tests/m-p/17161#M465</guid>
      <dc:creator>RussellNonBrand</dc:creator>
      <dc:date>2012-02-28T19:35:36Z</dc:date>
    </item>
    <item>
      <title>Multiple T-Tests</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-T-Tests/m-p/17162#M466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that the following describes what you are trying to do.&amp;nbsp; I'm presuming that these are all independent tests, except that all of the data exists in one file.&amp;nbsp; Also realize, I am not a statistician, thus check the results to see if it is actually doing what you want to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input testid $ revenue;&lt;/P&gt;&lt;P&gt;&amp;nbsp; cards;&lt;/P&gt;&lt;P&gt;A1 10&lt;/P&gt;&lt;P&gt;A1 12&lt;/P&gt;&lt;P&gt;Z1 3&lt;/P&gt;&lt;P&gt;Z1 14&lt;/P&gt;&lt;P&gt;A2 9&lt;/P&gt;&lt;P&gt;A2 6&lt;/P&gt;&lt;P&gt;A2 5&lt;/P&gt;&lt;P&gt;Z2 14&lt;/P&gt;&lt;P&gt;Z2 15&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data need;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set have;&lt;/P&gt;&lt;P&gt;&amp;nbsp; testgroup=substr(testid,2);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc ttest data=need;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class testid;&lt;/P&gt;&lt;P&gt;&amp;nbsp; by testgroup;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 20:22:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-T-Tests/m-p/17162#M466</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-28T20:22:05Z</dc:date>
    </item>
    <item>
      <title>Multiple T-Tests</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-T-Tests/m-p/17163#M467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doh!&amp;nbsp; I knew it was that easy!&amp;nbsp; How did I not pick up on this on all the whitepapers I read... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 20:33:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-T-Tests/m-p/17163#M467</guid>
      <dc:creator>RussellNonBrand</dc:creator>
      <dc:date>2012-02-28T20:33:51Z</dc:date>
    </item>
  </channel>
</rss>

