<?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: Adjusted R Square in proc IML in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Adjusted-R-Square-in-proc-IML/m-p/736366#M35749</link>
    <description>&lt;P&gt;You just add a line to the program that computes adjusted R-squared, according to the formula (for example, &lt;A href="https://www.statisticshowto.com/probability-and-statistics/statistics-definitions/adjusted-r2/" target="_self"&gt;here&lt;/A&gt;)&lt;/P&gt;</description>
    <pubDate>Thu, 22 Apr 2021 11:14:10 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2021-04-22T11:14:10Z</dc:date>
    <item>
      <title>Adjusted R Square in proc IML</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Adjusted-R-Square-in-proc-IML/m-p/736291#M35747</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-04-21 at 7.18.55 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58601i16E098419B573EB3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-04-21 at 7.18.55 PM.png" alt="Screen Shot 2021-04-21 at 7.18.55 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When running a regression model in proc iml, I see how to get R-Square but how do I get the adjusted R-Squared?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 23:22:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Adjusted-R-Square-in-proc-IML/m-p/736291#M35747</guid>
      <dc:creator>davisj4</dc:creator>
      <dc:date>2021-04-21T23:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusted R Square in proc IML</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Adjusted-R-Square-in-proc-IML/m-p/736366#M35749</link>
      <description>&lt;P&gt;You just add a line to the program that computes adjusted R-squared, according to the formula (for example, &lt;A href="https://www.statisticshowto.com/probability-and-statistics/statistics-definitions/adjusted-r2/" target="_self"&gt;here&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 11:14:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Adjusted-R-Square-in-proc-IML/m-p/736366#M35749</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-04-22T11:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusted R Square in proc IML</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Adjusted-R-Square-in-proc-IML/m-p/736367#M35750</link>
      <description>&lt;P&gt;I'll assume that your design matrix, X, already has a column of 1s for the intercept term. Then&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_010/statug/statug_introreg_sect030.htm" target="_self"&gt;according to the SAS/STAT documentation for regression&lt;/A&gt;, the formula for the adjusted R-squared is&lt;/P&gt;
&lt;P&gt;p = ncol(X);&lt;/P&gt;
&lt;P&gt;AdjR = 1 - (n-1)/(n-p)*(1-rSquare);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 11:14:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Adjusted-R-Square-in-proc-IML/m-p/736367#M35750</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-04-22T11:14:38Z</dc:date>
    </item>
  </channel>
</rss>

