<?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 Using proc ttest in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Using-proc-ttest/m-p/213765#M11539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose we have variables ID X Y and our data looks like this:&lt;/P&gt;&lt;P&gt;003 42 34&lt;/P&gt;&lt;P&gt;004 54 65&lt;/P&gt;&lt;P&gt;005 33 46&lt;/P&gt;&lt;P&gt;. . . &lt;/P&gt;&lt;P&gt;I want to perform a paired and unpaired t-test on the X and Y variables without a data step (this is part of the question).. I understand &lt;/P&gt;&lt;P&gt;how to do a paired, but how can you do an unpaired t-test, as in X and Y are just different sets of sample data? es&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 22:03:59 GMT</pubDate>
    <dc:creator>Student_B</dc:creator>
    <dc:date>2015-07-29T22:03:59Z</dc:date>
    <item>
      <title>Using proc ttest</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Using-proc-ttest/m-p/213765#M11539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose we have variables ID X Y and our data looks like this:&lt;/P&gt;&lt;P&gt;003 42 34&lt;/P&gt;&lt;P&gt;004 54 65&lt;/P&gt;&lt;P&gt;005 33 46&lt;/P&gt;&lt;P&gt;. . . &lt;/P&gt;&lt;P&gt;I want to perform a paired and unpaired t-test on the X and Y variables without a data step (this is part of the question).. I understand &lt;/P&gt;&lt;P&gt;how to do a paired, but how can you do an unpaired t-test, as in X and Y are just different sets of sample data? es&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 22:03:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Using-proc-ttest/m-p/213765#M11539</guid>
      <dc:creator>Student_B</dc:creator>
      <dc:date>2015-07-29T22:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc ttest</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Using-proc-ttest/m-p/213766#M11540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Proc Transpose...; by id; var x y; run; ? Then proc ttest...; class _NAME_; var col1; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 02:23:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Using-proc-ttest/m-p/213766#M11540</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-07-30T02:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc ttest</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Using-proc-ttest/m-p/213767#M11541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to transform your data so that you have your variables stacked and a new variable that identifies the groups:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID Var Value&lt;/P&gt;&lt;P&gt;1 X 1&lt;/P&gt;&lt;P&gt;1 Y 2&lt;/P&gt;&lt;P&gt;1 X 3&lt;/P&gt;&lt;P&gt;1 Y 4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 02:43:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Using-proc-ttest/m-p/213767#M11541</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-07-30T02:43:26Z</dc:date>
    </item>
  </channel>
</rss>

