<?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: Testing Paired t-test Normality Assumptions in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Testing-Paired-t-test-Normality-Assumptions/m-p/385820#M20051</link>
    <description>&lt;PRE&gt;
I think both are equality. If both one and two are normal distribution, then dif=one-two  must be normal distribution. 
because dif is linear combination of normal distribution.


&lt;/PRE&gt;</description>
    <pubDate>Sat, 05 Aug 2017 11:39:02 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-08-05T11:39:02Z</dc:date>
    <item>
      <title>Testing Paired t-test Normality Assumptions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Testing-Paired-t-test-Normality-Assumptions/m-p/385514#M20045</link>
      <description>&lt;P&gt;I have a quick question about testing the assumption for paired t-tests that " The &lt;STRONG&gt;distribution of the differences&lt;/STRONG&gt; in the &lt;STRONG&gt;dependent variable&lt;/STRONG&gt; between the two related groups should be &lt;STRONG&gt;approximately normally distributed&lt;/STRONG&gt;".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Say I have two groups one and two. The way I am supposed to do this is to create a new variable "diff=one-two"&lt;/P&gt;
&lt;P&gt;then do..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc Univariate data=x normal;&lt;/P&gt;
&lt;P&gt;qqplot&amp;nbsp; / Normal (mu=est sigma=est);&lt;/P&gt;
&lt;P&gt;var diff;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;Is this correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or do i use this instead to test normality?&lt;/P&gt;
&lt;P&gt;var one two;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I interpreted it as I am supposed to test the normality of the differences between groups not each group.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 22:33:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Testing-Paired-t-test-Normality-Assumptions/m-p/385514#M20045</guid>
      <dc:creator>Nebulus</dc:creator>
      <dc:date>2017-08-03T22:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Paired t-test Normality Assumptions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Testing-Paired-t-test-Normality-Assumptions/m-p/385520#M20046</link>
      <description>&lt;P&gt;Actually I'd probably use Proc Ttest. With ODS Graphics on the defaults will create some plots related to the distributions of differences. If I didn't see any problems then we're done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the VAR Diff version. If you use two variables you will get separate results for each variable in Univariate.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 23:08:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Testing-Paired-t-test-Normality-Assumptions/m-p/385520#M20046</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-08-03T23:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Paired t-test Normality Assumptions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Testing-Paired-t-test-Normality-Assumptions/m-p/385820#M20051</link>
      <description>&lt;PRE&gt;
I think both are equality. If both one and two are normal distribution, then dif=one-two  must be normal distribution. 
because dif is linear combination of normal distribution.


&lt;/PRE&gt;</description>
      <pubDate>Sat, 05 Aug 2017 11:39:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Testing-Paired-t-test-Normality-Assumptions/m-p/385820#M20051</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-08-05T11:39:02Z</dc:date>
    </item>
  </channel>
</rss>

