<?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: How to calculate Akaike Information Criterion (AIC) in Proc quantreg ? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-Akaike-Information-Criterion-AIC-in-Proc/m-p/366039#M19217</link>
    <description>Hi:&lt;BR /&gt;  I suggest you look in the QUANTREG documentation (link in my previous posting in the first sentence) to see whether there is an AIC option for the procedure. If there is NOT an option for the procedure, then you might need to consider switching to a different procedure.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
    <pubDate>Mon, 12 Jun 2017 02:55:16 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2017-06-12T02:55:16Z</dc:date>
    <item>
      <title>How to calculate Akaike Information Criterion (AIC) in Proc quantreg ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-Akaike-Information-Criterion-AIC-in-Proc/m-p/365989#M19214</link>
      <description>&lt;P&gt;Dear concern&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have estimated the proc quantreg but the regression output does not provide me any model statistics. Can you please suggest me what code i need to add in my model to get the AIC model statistics? This is my SAS code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc quantreg data=final;&lt;BR /&gt;model mm5day = lnaltbid public stockonly relatedacq Targethightechdummy caltbidpub&lt;BR /&gt;correctRelSize AcqExperience Tenderoffer directorsrecomm Serialbidder5 schemeofarrangement&lt;BR /&gt;lnlagmcap LAGTDEBTTOTASSET LAGCashH LagTobinQ lagroa&lt;BR /&gt;y2000-y2014&lt;BR /&gt;Consumergoods ConsumerServices basicmaterials financials utilities telecommunications technology healthcare&lt;BR /&gt;industrials oilgas/quantile=0.25 .50 .75;&lt;BR /&gt;where year&amp;gt;=2000 and year&amp;lt;=2014;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2017 14:23:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-Akaike-Information-Criterion-AIC-in-Proc/m-p/365989#M19214</guid>
      <dc:creator>mahershams</dc:creator>
      <dc:date>2017-06-11T14:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Akaike Information Criterion (AIC) in Proc quantreg ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-Akaike-Information-Criterion-AIC-in-Proc/m-p/365993#M19215</link>
      <description>Hi:&lt;BR /&gt;  In looking at the QUANTREG doc, I don't think I see an AIC option: &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_qreg_syntax01.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_qreg_syntax01.htm&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;However, in looking at the documentation for GLMSELECT, it appears that  you can ask for AIC, AICC and BIC statistics with that procedure: &lt;A href="https://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_glmselect_sect020.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_glmselect_sect020.htm&lt;/A&gt; and the example here: &lt;A href="https://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_glmselect_sect031.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_glmselect_sect031.htm&lt;/A&gt; shows code that generates all 3 statistics.&lt;BR /&gt;&lt;BR /&gt;In addition, this 2016 user group paper discusses and shows the use of the choose=aic option in procs GLMSELECT and HPGENSELECT: &lt;A href="http://support.sas.com/resources/papers/proceedings16/SAS4900-2016.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings16/SAS4900-2016.pdf&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;cynthia</description>
      <pubDate>Sun, 11 Jun 2017 15:31:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-Akaike-Information-Criterion-AIC-in-Proc/m-p/365993#M19215</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-06-11T15:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Akaike Information Criterion (AIC) in Proc quantreg ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-Akaike-Information-Criterion-AIC-in-Proc/m-p/365997#M19216</link>
      <description>&lt;P&gt;Hi Cynthia&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the information. I understand that you suggest me GLMSELECT to solve this problem. However, I have used quantreg model. How this works together?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to indicate me what i need to modify in my model to get the AIC using quantreg?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Shams&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2017 17:12:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-Akaike-Information-Criterion-AIC-in-Proc/m-p/365997#M19216</guid>
      <dc:creator>mahershams</dc:creator>
      <dc:date>2017-06-11T17:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Akaike Information Criterion (AIC) in Proc quantreg ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-Akaike-Information-Criterion-AIC-in-Proc/m-p/366039#M19217</link>
      <description>Hi:&lt;BR /&gt;  I suggest you look in the QUANTREG documentation (link in my previous posting in the first sentence) to see whether there is an AIC option for the procedure. If there is NOT an option for the procedure, then you might need to consider switching to a different procedure.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Mon, 12 Jun 2017 02:55:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-Akaike-Information-Criterion-AIC-in-Proc/m-p/366039#M19217</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-06-12T02:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Akaike Information Criterion (AIC) in Proc quantreg ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-Akaike-Information-Criterion-AIC-in-Proc/m-p/366042#M19218</link>
      <description>Hi Cynthia&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. I search every where in SAS procedures but I could&lt;BR /&gt;not find anything yet. But I found a paper which reports this model&lt;BR /&gt;statistics for QUANTREG. I know that it can be done but I do not know how&lt;BR /&gt;to generate them in this model.&lt;BR /&gt;&lt;BR /&gt;So is there any other SAS group where I can get some hints on how to&lt;BR /&gt;get/calculate it from the outputs generated by SAS.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Shams&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Mon, 12 Jun 2017 03:35:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-Akaike-Information-Criterion-AIC-in-Proc/m-p/366042#M19218</guid>
      <dc:creator>mahershams</dc:creator>
      <dc:date>2017-06-12T03:35:39Z</dc:date>
    </item>
  </channel>
</rss>

