<?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: T-values for averages? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91775#M4493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand what t-value you mean .&lt;/P&gt;&lt;P&gt;Do you get it from proc ttest ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2012 06:50:31 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2012-04-23T06:50:31Z</dc:date>
    <item>
      <title>T-values for averages?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91774#M4492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="content"&gt;I have t-values for mean returns and actual values of mean returns fo r20 countries, and have calculated averages of the country returns. Is it possible based on the&amp;nbsp; t-values I have to calculate t-values also for the average returns, or do I have to code it earlier?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2012 07:40:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91774#M4492</guid>
      <dc:creator>carbs</dc:creator>
      <dc:date>2012-04-22T07:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: T-values for averages?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91775#M4493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand what t-value you mean .&lt;/P&gt;&lt;P&gt;Do you get it from proc ttest ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 06:50:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91775#M4493</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-04-23T06:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: T-values for averages?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91776#M4494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just the t-statistic I get from testing whether the returns are statistically different from zero. Using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc means mean t - approach. So I'm just wondering if I can take an average of the t-statistics as well, or is it statistically impossible? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 07:30:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91776#M4494</guid>
      <dc:creator>carbs</dc:creator>
      <dc:date>2012-04-23T07:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: T-values for averages?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91777#M4495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should firstly test your data (return) to see whether it conform NORMAL distribution, because t is based on NORMAL distribution, and also should use non-parameter method to test it again to make the result is reliable .&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>Mon, 23 Apr 2012 07:48:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91777#M4495</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-04-23T07:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: T-values for averages?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91778#M4496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've done normality testing using proc univariate normal, and the Shapiro-Wilk values are on 99% of the cases over 0.90. Most are somewhere close to 0.98. I think this is enough to know that it's close to normal, right? Am I able to get the t-statistic averages now somehow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 13:22:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91778#M4496</guid>
      <dc:creator>carbs</dc:creator>
      <dc:date>2012-04-23T13:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: T-values for averages?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91779#M4497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, These return is time serial data ?&lt;/P&gt;&lt;P&gt;Normal Test required these data (i.e. observations) is independent for each other .&lt;/P&gt;&lt;P&gt;So I am not quite sure if it is right to do so. Maybe you need some statistician ,especially for the time serial analysis .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 05:53:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91779#M4497</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-04-25T05:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: T-values for averages?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91780#M4498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ksharp is trying to get you on the right track here.&amp;nbsp; If this is time series data, getting a whole bunch of t values, say one for each time point, and then averaging them falls into the category of a very bad idea.&amp;nbsp; First, the values are not independent and have some sort of serial correlation. Second, how could you possibly calculate the correct degrees of freedom to come up with a p value or standardized effect size?&amp;nbsp; I think you need to look at the ETS suite, especially PROC PANEL, if this describes your dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this for a start--look at PROC MIXED for a repeated measures analysis, with country and time as CLASS variables.&amp;nbsp; Your model should include the interaction between these to get separate estimates by country and time.&amp;nbsp; I don't know what the repeated nature of the time variable is like, but an AR(1) structure probably fits if your data are equally spaced in time.&amp;nbsp; It may be heterogeneous by country, so that is something else you will have to investigate.&amp;nbsp; In any case, the Type III tests are "averaged t-tests" in this context.&amp;nbsp; Specific t values can be obtained with an LSMEANS statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&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>Wed, 25 Apr 2012 13:07:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/T-values-for-averages/m-p/91780#M4498</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-04-25T13:07:34Z</dc:date>
    </item>
  </channel>
</rss>

