<?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: Trying to determine correct statistical test to use - need assistance in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47509#M2080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The link I provided shows that PROC TTEST has a PAIRED statement for paired comparisons. See also this example: &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_ttest_a0000000137.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_ttest_a0000000137.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2011 11:54:22 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2011-11-16T11:54:22Z</dc:date>
    <item>
      <title>Trying to determine correct statistical test to use - need assistance</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47505#M2076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to compare two measures of blood pressure taken on a group of 50 people. Both blood pressure measurements are continious and took place at different points in time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to determine if the blood pressure stayed the same, increased or decreased between the two points in time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An individual I worked with suggested a McNemar test, but to my knowledge this is for 2x2 data. Since my measurement of interested in continuous, this will not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate any help or insight you can provide. Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 15:23:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47505#M2076</guid>
      <dc:creator>HyunJee</dc:creator>
      <dc:date>2011-11-15T15:23:15Z</dc:date>
    </item>
    <item>
      <title>Trying to determine correct statistical test to use - need assistance</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47506#M2077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there some reason that you don't want to use a paired t-test? &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_ttest_a0000000113.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_ttest_a0000000113.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 15:36:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47506#M2077</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2011-11-15T15:36:47Z</dc:date>
    </item>
    <item>
      <title>Trying to determine correct statistical test to use - need assistance</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47507#M2078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the difference scores do not look normal, then the Wilcoxon signed rank test (on the difference scores) is another possiblity.&amp;nbsp; You get to that via PROC UNIVARIATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to control for other variables (age, sex, etc), then you can use a regression procedure, though with N=50, your options are more limited.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 16:05:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47507#M2078</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-11-15T16:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to determine correct statistical test to use - need assistance</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47508#M2079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right. McNemar is used for frequent(category) data not continuous . (For Cross tabulate)&lt;/P&gt;&lt;P&gt;Since your data is from the same subject(patient). Then you should minus these two variable because they might be correlated(from the same people). then test whether&amp;nbsp; the mean&amp;nbsp; of differ equal 0.&lt;/P&gt;&lt;P&gt;You can't directly use proc ttest to do paired-test because these two variables are not independent and might not have Normal Distribution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 01:59:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47508#M2079</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-11-16T01:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to determine correct statistical test to use - need assistance</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47509#M2080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The link I provided shows that PROC TTEST has a PAIRED statement for paired comparisons. See also this example: &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_ttest_a0000000137.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_ttest_a0000000137.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 11:54:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47509#M2080</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2011-11-16T11:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to determine correct statistical test to use - need assistance</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47510#M2081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is new for me .thanks.&lt;/P&gt;&lt;P&gt;But proc ttest is only suited for Normal Data.&lt;/P&gt;&lt;P&gt;If they were not Normal? &lt;/P&gt;&lt;P&gt;As Doc said ,Might should be use non-parameter method (proc npar1way 's Wilconx.)&lt;/P&gt;&lt;P&gt;Or log it to transform it as Normal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 06:20:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47510#M2081</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-11-17T06:20:42Z</dc:date>
    </item>
    <item>
      <title>Trying to determine correct statistical test to use - need assistance</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47511#M2082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The assumption of normality is greatly over-rated/misunderstood for most linear models, including the paired t-test.&amp;nbsp; So long as the residuals, not the data themselves, are unimodal and relatively symmetric, the asymptotic p values should be a good guidepost.&amp;nbsp; For most blood pressure data, this will be the case.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But suppose you are testing the effect of a drug on lowering BP, and further suppose that the population is a mix of normotensive and hypertensives (which could be further divided by the degree of responsiveness to the drug).&amp;nbsp; Now, you are probably in the realm of non-normality, and other approaches may be needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for this, it is a classic textbook case for application of a paired t-test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 15:06:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47511#M2082</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2011-11-17T15:06:07Z</dc:date>
    </item>
    <item>
      <title>Trying to determine correct statistical test to use - need assistance</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47512#M2083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Steve.&lt;/P&gt;&lt;P&gt;I know it is pretty robust. especially for large data.&lt;/P&gt;&lt;P&gt;But I still highly recommend to use proc npar1way + Willcox again, To contrast these two result.&lt;/P&gt;&lt;P&gt;Since t statistic estimator is from Normal Distribution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 03:56:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trying-to-determine-correct-statistical-test-to-use-need/m-p/47512#M2083</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-11-18T03:56:27Z</dc:date>
    </item>
  </channel>
</rss>

