<?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 ttest in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-ttest/m-p/454433#M114855</link>
    <description>&lt;P&gt;I don't use proc ttest often nor do I do basic ttests often so I just wanted to check if this code looks right. It runs the way I would expect. I am just comparing the ratio of means between 2 populations. Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 16 Apr 2018 13:49:23 GMT</pubDate>
    <dc:creator>waxenbaum</dc:creator>
    <dc:date>2018-04-16T13:49:23Z</dc:date>
    <item>
      <title>Proc ttest</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-ttest/m-p/454433#M114855</link>
      <description>&lt;P&gt;I don't use proc ttest often nor do I do basic ttests often so I just wanted to check if this code looks right. It runs the way I would expect. I am just comparing the ratio of means between 2 populations. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 13:49:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-ttest/m-p/454433#M114855</guid>
      <dc:creator>waxenbaum</dc:creator>
      <dc:date>2018-04-16T13:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc ttest</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-ttest/m-p/454434#M114856</link>
      <description>&lt;P&gt;Next time, include the code directly in your message (not as an attachment) by clicking on the running man icon and pasting your code into the box that opens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TTEST does not compare ratios of means. It tests to see if the two means are equal (actually performing a subtraction of the two means, among other things)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think your code is correct, it needs to have a CLASS statement to tell the PROC what data is in group 1 and what data is in group 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I am understanding your code and data properly, you cannot perform t-tests on this data at all, as you have only one data point in each gropu for Nuchal and one data point in each group for Mastoid and so on. This is not a limitation of SAS; there is no way to perform any t-test (pencil and paper, or otherwise) when you have one data point in each group.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 14:06:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-ttest/m-p/454434#M114856</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-16T14:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Proc ttest</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-ttest/m-p/454458#M114861</link>
      <description>&lt;P&gt;You can't do that without the N's at minimum. A mean of 200 with an N=2 is very different from a mean of 200 with a N=2000.&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/189137"&gt;@waxenbaum&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I don't use proc ttest often nor do I do basic ttests often so I just wanted to check if this code looks right. It runs the way I would expect. I am just comparing the ratio of means between 2 populations. Thanks!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 15:15:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-ttest/m-p/454458#M114861</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-16T15:15:28Z</dc:date>
    </item>
  </channel>
</rss>

