<?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: interepting the proc Ttest in SAS for inequality of 2 means (not VAR) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/interepting-the-proc-Ttest-in-SAS-for-inequality-of-2-means-not/m-p/185083#M9603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you Steve.&lt;/P&gt;&lt;P&gt;as i understand. the PROC Ttest is a two-tailed test with default alpha=0.05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which means the correct hypothesis for the Ttest are:&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background-color: #ffffff; color: #000000;"&gt;H0: mu_inc95(senior) == mu_inc95(new)&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background-color: #ffffff; color: #000000;"&gt;H1: mu_inc95(senior) =/ mu_inc95(new)&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background-color: #ffffff; color: #000000;"&gt;and i got p.v.=0.6622 so i approve the null hypothesis BUT:&lt;/P&gt;&lt;P&gt;if i need a one-tailed test with alpha=0.05&lt;/P&gt;&lt;P&gt;with the hypothesis &lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background-color: #ffffff; color: #000000;"&gt;H0: mu_inc95(senior)&amp;lt;=mu_inc95(new)&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background-color: #ffffff; color: #000000;"&gt;H1: mu_inc95(senior)&amp;gt;mu_inc95(new)&lt;/P&gt;&lt;P&gt;can i just cut in half the p.v. of the Ttest or do i need to add "SIDES=U | L" to the PROC TTEST?&lt;/P&gt;&lt;P&gt;and if i need to add SIDES, i need to add U or L?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Dec 2013 17:07:24 GMT</pubDate>
    <dc:creator>tsafrirma</dc:creator>
    <dc:date>2013-12-31T17:07:24Z</dc:date>
    <item>
      <title>interepting the proc Ttest in SAS for inequality of 2 means (not VAR)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/interepting-the-proc-Ttest-in-SAS-for-inequality-of-2-means-not/m-p/185079#M9599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;i'm doing a Ttest on a dataset with the following hypothesis.&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;H0: mu_inc95(senior)&amp;lt;=mu_inc95(new)&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;H1: mu_inc95(senior)&amp;gt;mu_inc95(new)&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;was the senior mean income in 1995 higher then the new's?&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;my code is this:&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;`proc ttest data=c2 ;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;var inc95;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;class seniority;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;run;`&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;0=new&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;1=senior&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;and i get the following results: &lt;A href="http://srv1.jpg.co.il/2/52c2c92d39500.png" rel="nofollow" style="color: #4a6b82;"&gt;http://srv1.jpg.co.il/2/52c2c92d39500.png&lt;/A&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;i can see that for the F test for VAR, the p.v. is 0.5320 so they are equal.&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;but the p.v. for the Ttest is 0.66 which means i approve the null hypothesis. but it is obviously wrong.&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;am i looking on the p.v. wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 14:12:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/interepting-the-proc-Ttest-in-SAS-for-inequality-of-2-means-not/m-p/185079#M9599</guid>
      <dc:creator>tsafrirma</dc:creator>
      <dc:date>2013-12-31T14:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: interepting the proc Ttest in SAS for inequality of 2 means (not VAR)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/interepting-the-proc-Ttest-in-SAS-for-inequality-of-2-means-not/m-p/185080#M9600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per the image , i confer that there are two groups senior and new and the ttest is a two sample.The population of new is 26 subjects and senior is 24 with &lt;/P&gt;&lt;P&gt;respective means.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we check the&amp;nbsp; equality of variance (F value) is 0.5320 which is greater than 0.05 so the variance is equal, &lt;/P&gt;&lt;P&gt;we have to consider Method "Pooled" with P value 0.6622 which also suggests that there is no difference in variance between &lt;/P&gt;&lt;P&gt;new and senior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the F value was less than 0.05 then we need to consider that the variance are unequal, so the method to look would be "Satterthwaite" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 15:04:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/interepting-the-proc-Ttest-in-SAS-for-inequality-of-2-means-not/m-p/185080#M9600</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2013-12-31T15:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: interepting the proc Ttest in SAS for inequality of 2 means (not VAR)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/interepting-the-proc-Ttest-in-SAS-for-inequality-of-2-means-not/m-p/185081#M9601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What makes you feel that the p value is wrong?&amp;nbsp; The difference between groups is less than half the standard error and there is tremendous overlap in the confidence interval on each mean.&amp;nbsp; Just because you reject a null hypothesis, it does not mean that the alternative is true.&amp;nbsp; It may be that your sample size is such that you do not have enough power to call the observed difference significant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the p value reported is a two tailed value, and you are interested in a one tailed test.&amp;nbsp; Thus given that the difference is negative, it should be reported that the probability associated with the one tailed test is half that reported, or 0.3311, which still "nonsignificant".&amp;nbsp; The effect size of -0.44 should be an indicator that nothing of importance can be concluded from these data.&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>Tue, 31 Dec 2013 16:00:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/interepting-the-proc-Ttest-in-SAS-for-inequality-of-2-means-not/m-p/185081#M9601</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-12-31T16:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: interepting the proc Ttest in SAS for inequality of 2 means (not VAR)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/interepting-the-proc-Ttest-in-SAS-for-inequality-of-2-means-not/m-p/185082#M9602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you Jag, but as i stated. i understand the F test. my problem is with Ttest for the hypothesis for mean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 16:59:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/interepting-the-proc-Ttest-in-SAS-for-inequality-of-2-means-not/m-p/185082#M9602</guid>
      <dc:creator>tsafrirma</dc:creator>
      <dc:date>2013-12-31T16:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: interepting the proc Ttest in SAS for inequality of 2 means (not VAR)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/interepting-the-proc-Ttest-in-SAS-for-inequality-of-2-means-not/m-p/185083#M9603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you Steve.&lt;/P&gt;&lt;P&gt;as i understand. the PROC Ttest is a two-tailed test with default alpha=0.05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which means the correct hypothesis for the Ttest are:&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background-color: #ffffff; color: #000000;"&gt;H0: mu_inc95(senior) == mu_inc95(new)&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background-color: #ffffff; color: #000000;"&gt;H1: mu_inc95(senior) =/ mu_inc95(new)&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background-color: #ffffff; color: #000000;"&gt;and i got p.v.=0.6622 so i approve the null hypothesis BUT:&lt;/P&gt;&lt;P&gt;if i need a one-tailed test with alpha=0.05&lt;/P&gt;&lt;P&gt;with the hypothesis &lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background-color: #ffffff; color: #000000;"&gt;H0: mu_inc95(senior)&amp;lt;=mu_inc95(new)&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; background-color: #ffffff; color: #000000;"&gt;H1: mu_inc95(senior)&amp;gt;mu_inc95(new)&lt;/P&gt;&lt;P&gt;can i just cut in half the p.v. of the Ttest or do i need to add "SIDES=U | L" to the PROC TTEST?&lt;/P&gt;&lt;P&gt;and if i need to add SIDES, i need to add U or L?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2013 17:07:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/interepting-the-proc-Ttest-in-SAS-for-inequality-of-2-means-not/m-p/185083#M9603</guid>
      <dc:creator>tsafrirma</dc:creator>
      <dc:date>2013-12-31T17:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: interepting the proc Ttest in SAS for inequality of 2 means (not VAR)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/interepting-the-proc-Ttest-in-SAS-for-inequality-of-2-means-not/m-p/185084#M9604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SIDES=U will give what you are looking for.&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>Tue, 31 Dec 2013 17:17:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/interepting-the-proc-Ttest-in-SAS-for-inequality-of-2-means-not/m-p/185084#M9604</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-12-31T17:17:38Z</dc:date>
    </item>
  </channel>
</rss>

