<?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: Extracting R2 from multiple regressions and using them as a variable after logit transformation-interpretation in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Extracting-R2-from-multiple-regressions-and-using-them-as-a/m-p/103534#M870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;steve that i understand but how to intrpret coefficients , which make an economical sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Apr 2013 16:54:01 GMT</pubDate>
    <dc:creator>Ahmad</dc:creator>
    <dc:date>2013-04-11T16:54:01Z</dc:date>
    <item>
      <title>Extracting R2 from multiple regressions and using them as a variable after logit transformation-interpretation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Extracting-R2-from-multiple-regressions-and-using-them-as-a/m-p/103531#M867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have estimated a large number of equations, i have extracted the R2 from the regressions and am using it as a dependent variable in another regression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Literature tells that i should do a logistic transformation of R2 before using it as a dependent variable in a regression as it is bounded between 0 and 1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence i perform the following transformation: y= ln ( R2 / 1-R2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i conduct the regression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are following problems: number 1 ) my new variable Y is all in negative&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) i get unusually high beta coefficients which are like 100 or 115, which make no economical sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please suggest how to interpret the coefficients or what am i doing wrong??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanking you in anticipation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 22:50:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Extracting-R2-from-multiple-regressions-and-using-them-as-a/m-p/103531#M867</guid>
      <dc:creator>Ahmad</dc:creator>
      <dc:date>2013-04-09T22:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting R2 from multiple regressions and using them as a variable after logit transformation-interpretation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Extracting-R2-from-multiple-regressions-and-using-them-as-a/m-p/103532#M868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, for&lt;/P&gt;&lt;P&gt;1) it means that R2 is always less than 0.5 (easy enough to check)&lt;/P&gt;&lt;P&gt;2) No idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not very helpful, hopefully others have more idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 00:37:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Extracting-R2-from-multiple-regressions-and-using-them-as-a/m-p/103532#M868</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-04-10T00:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting R2 from multiple regressions and using them as a variable after logit transformation-interpretation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Extracting-R2-from-multiple-regressions-and-using-them-as-a/m-p/103533#M869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reeza answered the first point, and the second depends on the independent variables and how they are scaled.&amp;nbsp; When working with logits, recall that the beta coefficients relate to changes in the log odds ratio per unit change in the independent variable, and not to changes in R2.&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, 11 Apr 2013 11:25:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Extracting-R2-from-multiple-regressions-and-using-them-as-a/m-p/103533#M869</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-04-11T11:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting R2 from multiple regressions and using them as a variable after logit transformation-interpretation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Extracting-R2-from-multiple-regressions-and-using-them-as-a/m-p/103534#M870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;steve that i understand but how to intrpret coefficients , which make an economical sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 16:54:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Extracting-R2-from-multiple-regressions-and-using-them-as-a/m-p/103534#M870</guid>
      <dc:creator>Ahmad</dc:creator>
      <dc:date>2013-04-11T16:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting R2 from multiple regressions and using them as a variable after logit transformation-interpretation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Extracting-R2-from-multiple-regressions-and-using-them-as-a/m-p/103535#M871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think we can state that without knowing way more about your model. How are they doing it in the literature that's telling you to use this method in the first place?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 17:04:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Extracting-R2-from-multiple-regressions-and-using-them-as-a/m-p/103535#M871</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-04-11T17:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting R2 from multiple regressions and using them as a variable after logit transformation-interpretation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Extracting-R2-from-multiple-regressions-and-using-them-as-a/m-p/103536#M872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&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; &lt;/P&gt;&lt;P&gt;my model is simple,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i regress individual stock liquidity on market liquidity for 500 stocks using following equation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IL = a + b1 ML +e&lt;/P&gt;&lt;P&gt;i regress it for every stock for every month over a period of 7 years,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i extract the R2 from the above equations for every stock in every month, calculate the cross sectional average every month. hence i have a time series monthly R2 for a period of 7 years, which represent the liquidity commonality of the market.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as R2 is bouded between 0 and 1, i perform a logit transformation. i understand that the values obtained from logit transformations are all negative because most of the values of orignal R2 are between .04 and .2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to regress this using OLS , on the monthly market returns, abs + monthly market returns, and abs negative monthly market returns. &lt;/P&gt;&lt;P&gt;monthly market returns have mostly the value between 0.1 and .2,&lt;/P&gt;&lt;P&gt;but i get coefficients like 100 and 22 &lt;/P&gt;&lt;P&gt;which make absolutely no economic sense.&lt;/P&gt;&lt;P&gt;I dont know how to interpret the coefficients, or if i am doing something wrong while estimating the last equation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i ge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 18:30:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Extracting-R2-from-multiple-regressions-and-using-them-as-a/m-p/103536#M872</guid>
      <dc:creator>Ahmad</dc:creator>
      <dc:date>2013-04-11T18:30:32Z</dc:date>
    </item>
  </channel>
</rss>

