<?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: a question regarding statistics in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93302#M694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe all you need is some descriptive statistics for a population of 500 regression parameters. Maybe, you could do something simple as in the folowing example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;proc sort data=sashelp.cars out=cars; by origin; run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;proc reg data=cars outest=carsEst noprint;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;by origin;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;model horsepower = engineSize Weight;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;proc summary data=carsEst noprint;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;var engineSize Weight;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;output out=carsMeanEst mean= std= probt= / autoname autolabel;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;proc print data=carsMeanEst; run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. Just don't associate my name to that idea!&amp;nbsp; - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 Mar 2013 02:20:24 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2013-03-31T02:20:24Z</dc:date>
    <item>
      <title>a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93292#M684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i have estimated regression using 'Proc REg' with' by' variable.&lt;/P&gt;&lt;P&gt;now i regression result for all the 'by variable'&lt;/P&gt;&lt;P&gt;i want to average the slope coefficient. well that is easy . but what about to the t statistic? can i simply average it too? and how to interpret it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 01:17:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93292#M684</guid>
      <dc:creator>Ahmad</dc:creator>
      <dc:date>2013-03-30T01:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93293#M685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you can't just average the t-stat or p-value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you actually trying to calculate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 01:53:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93293#M685</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-03-30T01:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93294#M686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ok thanks &lt;A __default_attr="255172" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; for the reply , here is what i am trying to calculate.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;i have weekly liquidity data for 500 stock over 7 years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;i am estimating an equation, which is something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Liq= a+ b1x + b2z+ b3d........+bnZ +e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;now i have estimated this equation using proc reg .&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;with stockname as my by variable. so i have estimated this equation 500 times (number of stocks)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;for reporting purpose i need to calculate the cross sectional average of coefficients (e.g average 500 b1). How do i report the t statistics for these averaged coefficients??? .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 03:21:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93294#M686</guid>
      <dc:creator>Ahmad</dc:creator>
      <dc:date>2013-03-30T03:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93295#M687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="2746" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; help please &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; once again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 17:23:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93295#M687</guid>
      <dc:creator>Ahmad</dc:creator>
      <dc:date>2013-03-30T17:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93296#M688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Reeza that averaging your coefficients is NOT the way to go. Instead, you should estimate single slope coefficients from all your stocks taken together. Drop the BY clause, switch from REG to GLM and use something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;proc glm data=myData;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;class stockName;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;model liq = stockName x z d / solution;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will estimate a separate intercept for each stock and single slopes (with T statistics) for all your parameters (x, z, d, etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 19:35:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93296#M688</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-03-30T19:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93297#M689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have time series data, data over 7 years, then its likely you should be doing some sort of time series analysis rather than proc reg or GLM in my opinion. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 20:10:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93297#M689</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-03-30T20:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93298#M690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but this procedure has been used in alot of recent papers in top journals, and they just average out the slope coefficients, however how they go about tstatistics, i am not sure and i cant understand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 21:20:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93298#M690</guid>
      <dc:creator>Ahmad</dc:creator>
      <dc:date>2013-03-30T21:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93299#M691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That explains why the market crashed &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 22:34:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93299#M691</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-03-30T22:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93300#M692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;haha nice one :smileysilly: but you know the problem is not with estimtaion, because this estimation becuase this is just an intermediate estimation before the real model, however we cannot report the result of 500 regression, so just for reporting purpose this has to be done, and i just cant figure out how they have done or how to report, if you want i can send you a link of the orignal paper, sorry to bother but any help wpold be really appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 01:26:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93300#M692</guid>
      <dc:creator>Ahmad</dc:creator>
      <dc:date>2013-03-31T01:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93301#M693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahmad,&lt;/P&gt;&lt;P&gt;It could help to see the paper you are referring to.&lt;/P&gt;&lt;P&gt;Maybe there is some misunderstanding on the methodology used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 02:05:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93301#M693</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2013-03-31T02:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93302#M694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe all you need is some descriptive statistics for a population of 500 regression parameters. Maybe, you could do something simple as in the folowing example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;proc sort data=sashelp.cars out=cars; by origin; run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;proc reg data=cars outest=carsEst noprint;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;by origin;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;model horsepower = engineSize Weight;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;proc summary data=carsEst noprint;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;var engineSize Weight;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;output out=carsMeanEst mean= std= probt= / autoname autolabel;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;proc print data=carsMeanEst; run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. Just don't associate my name to that idea!&amp;nbsp; - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 02:20:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93302#M694</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-03-31T02:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93303#M695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here let me attach the paper , see table2 on page 266, the author has just calculated equally weighted average of the coefficients&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 02:48:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93303#M695</guid>
      <dc:creator>Ahmad</dc:creator>
      <dc:date>2013-03-31T02:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93304#M696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and here is the other paper, to which the author of the previous paper is referring to&lt;A __default_attr="809401" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 02:50:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93304#M696</guid>
      <dc:creator>Ahmad</dc:creator>
      <dc:date>2013-03-31T02:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93305#M697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On pg 266, that is time series analysis, not just regression analysis. Because there is seasonal adjustment and time adjustments.&amp;nbsp; &lt;/P&gt;&lt;P&gt;You can implement a similar model in proc reg, but have to make sure your have the appropriate terms in the model as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 17:36:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93305#M697</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-03-31T17:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93306#M698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes reeza i have all the appropriate terms, i.e lags and everything, but do you know how the author has summarized the results in table2, specially regarding the tstatistic, as he has averaged the coefficients cross sectionally, but how do i report t statistics??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Mar 2013 17:43:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93306#M698</guid>
      <dc:creator>Ahmad</dc:creator>
      <dc:date>2013-03-31T17:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93307#M699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure, mostly because I don't want to read the paper thoroughly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest contacting the authors directly. The version you attached doesn't have the author contacts, but usually when I've had articles published the author contacts are included, as well as the institutions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 14:55:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93307#M699</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-04-01T14:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93308#M700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure how the author came up with the average t-statistic. I agree that it is a bad practice averaging t-statistics. If you have the opportunity to recommend a different solution, I would probably go for something like "% of regressions with a significan p-value". It's a way to say, for each independent variable, of the n "by groups", x% had a significan p-value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 16:52:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93308#M700</guid>
      <dc:creator>adjgiulio</dc:creator>
      <dc:date>2013-04-01T16:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93309#M701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="2746" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;A __default_attr="255172" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt; i have found this explanation so far can you please guide me if you understand what the author has done??&lt;/P&gt;&lt;P align="left" style="margin: 0px 6.9pt 5pt -0.25pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;"The t-statistics associated with the mean coefficients in Table 2 have been adjusted for cross-equation correlations. We extend the correction in standard errors proposed in Chordia et al. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;(2000) by allowing the variance and pairwise covariances between coefficient estimates to vary across securities. &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;The variance of each estimated coefficient&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Segoe UI Symbol','sans-serif';"&gt;β&lt;/SPAN&gt;&lt;EM&gt;&lt;SUB&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;i &lt;/SPAN&gt;&lt;/SUB&gt;&lt;/EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;is obtained from stock &lt;EM&gt;i&lt;/EM&gt;’s liquidity-return regression in (2). The empirical correlation between the regression residuals for stocks &lt;EM&gt;i&lt;/EM&gt; and &lt;EM&gt;j&lt;/EM&gt; is used to estimate the pairwise correlation between the coefficients&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Segoe UI Symbol','sans-serif';"&gt;β&lt;/SPAN&gt;&lt;EM&gt;&lt;SUB&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;i &lt;/SPAN&gt;&lt;/SUB&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt;"&gt;and&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Segoe UI Symbol','sans-serif';"&gt;β&lt;/SPAN&gt;&lt;EM&gt;&lt;SUB&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;j &lt;/SPAN&gt;&lt;/SUB&gt;&lt;/EM&gt;&lt;SPAN lang="EN-US" style="font-size: 11.5pt;"&gt;}&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;. Hence, the standard error of the mean estimated coefficient is ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="margin: 0px 6.9pt 5pt -0.25pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="margin: 0px 6.9pt 5pt -0.25pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;please find the attached JPEG file it is just snapshot of the equation used, dont know how to enter an equation here. thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left" style="margin: 0px 6.9pt 5pt -0.25pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11934iD1B3FA6F2812F59B/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="explanation.jpg" title="explanation.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 01:16:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93309#M701</guid>
      <dc:creator>Ahmad</dc:creator>
      <dc:date>2013-04-03T01:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93310#M702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The equation given is a pretty standard summation version of the standard error of a difference between two correlated variables.&amp;nbsp; Plug in the necessary variables, get the std error, and calculate the t value as the difference between the estimates divided by the standard error.&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, 03 Apr 2013 14:38:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93310#M702</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-04-03T14:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: a question regarding statistics</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93311#M703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="455729" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; thanks , but the problem is i have hundreds of b's which are the necessary variables. they sat that they have calculated the pairwise correlation from the rsu=iduals of the orignal regressions, so how to calculate the pairwise correlation of&amp;nbsp; residuals of these 100 equations??? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 02:44:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/a-question-regarding-statistics/m-p/93311#M703</guid>
      <dc:creator>Ahmad</dc:creator>
      <dc:date>2013-04-04T02:44:43Z</dc:date>
    </item>
  </channel>
</rss>

