<?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: obtain performance metrics for proc plm in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/obtain-performance-metrics-for-proc-plm/m-p/322392#M62012</link>
    <description>&lt;P&gt;Not really. Those statistics have to do with evaluating the suitability of the model fit, so they come out of the regression procedures. They don't change after the model is fit. In contrast, PROC PLM is intended for for post-fitting analyses (after you have settled on a model) such as scoring new data or testing for treatment differences.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC PLM does provide some model statistics if you use &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_plm_syntax09.htm" target="_self"&gt;the SHOW statement.&lt;/A&gt;&amp;nbsp;For example, you can submit SHOW FITSTATS, which provides the MSE and ErrorDF statistics. So you can get figure out the RMSE. But I don't see an easy way to get AIC, BIC, etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2017 14:10:08 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2017-01-04T14:10:08Z</dc:date>
    <item>
      <title>obtain performance metrics for proc plm</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/obtain-performance-metrics-for-proc-plm/m-p/322359#M62009</link>
      <description>&lt;P&gt;This code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc plm restore=SomeLib.ModelParams;
	score data=SomeLib.TestData out=SomeLib.Predictions;  
run;&lt;/PRE&gt;&lt;P&gt;produces the dataset&amp;nbsp;SomeLib.Predictions which contains the predictions of the model against the dataset&amp;nbsp;SomeLib.TestData.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wondering, can I use&amp;nbsp;proc plm to obtain&amp;nbsp;performance metrics such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Root MSE&lt;BR /&gt;Dependent Mean&lt;BR /&gt;R-Square&lt;BR /&gt;Adj R-Sq&lt;BR /&gt;AIC&lt;BR /&gt;AICC&lt;BR /&gt;SBC&lt;BR /&gt;ASE&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 09:53:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/obtain-performance-metrics-for-proc-plm/m-p/322359#M62009</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-01-04T09:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: obtain performance metrics for proc plm</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/obtain-performance-metrics-for-proc-plm/m-p/322392#M62012</link>
      <description>&lt;P&gt;Not really. Those statistics have to do with evaluating the suitability of the model fit, so they come out of the regression procedures. They don't change after the model is fit. In contrast, PROC PLM is intended for for post-fitting analyses (after you have settled on a model) such as scoring new data or testing for treatment differences.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC PLM does provide some model statistics if you use &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_plm_syntax09.htm" target="_self"&gt;the SHOW statement.&lt;/A&gt;&amp;nbsp;For example, you can submit SHOW FITSTATS, which provides the MSE and ErrorDF statistics. So you can get figure out the RMSE. But I don't see an easy way to get AIC, BIC, etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 14:10:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/obtain-performance-metrics-for-proc-plm/m-p/322392#M62012</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-01-04T14:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: obtain performance metrics for proc plm</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/obtain-performance-metrics-for-proc-plm/m-p/322446#M62021</link>
      <description>Thanks but they change when I apply the model to new data (e.g. to assess when the model start to diverge - e.g. adjusted R squared decreases). I will take a look at SHOW.</description>
      <pubDate>Wed, 04 Jan 2017 17:21:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/obtain-performance-metrics-for-proc-plm/m-p/322446#M62021</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-01-04T17:21:30Z</dc:date>
    </item>
  </channel>
</rss>

