<?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: Pulling AIC/R^2 data out of proc autoreg output in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Pulling-AIC-R-2-data-out-of-proc-autoreg-output/m-p/152270#M40054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gahhhh that's it! The underlying table was named "Fit Summary".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks Ballardw!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 17:54:07 GMT</pubDate>
    <dc:creator>AllSoEasy</dc:creator>
    <dc:date>2014-03-21T17:54:07Z</dc:date>
    <item>
      <title>Pulling AIC/R^2 data out of proc autoreg output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pulling-AIC-R-2-data-out-of-proc-autoreg-output/m-p/152266#M40050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am estimating a series of models with PROC Autoreg, and then I'm trying to build a summary table with some statistics/parameter estimates of each estimated model; and so I'd like to be able to add R^2/AIC and the various statistics output from Autoreg into this data table. The issue I'm having is I can only find a way to see these statistics in the Results-SAS Report, and not output as a sas dataset. I'm aware of the method of exporting these SAS-Report tables via "ods output" statement; i.e. to get the Durbin-H statistic into a dataset from the SAS-Report I use:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ods output "Miscellaneous Statistics" = durbinh;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;And this works successfully, however when I try the same method for the mentioned statistics via:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ods output "Ordinary Least Squares Estimates" = stat_out;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No dataset is produced, and so I'm not sure why this method won't work for that table inparticular. Am I doing something wrong, or does anyone have any suggestions on how I can accomplish this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;P&gt;-Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 16:51:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pulling-AIC-R-2-data-out-of-proc-autoreg-output/m-p/152266#M40050</guid>
      <dc:creator>AllSoEasy</dc:creator>
      <dc:date>2014-03-21T16:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling AIC/R^2 data out of proc autoreg output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pulling-AIC-R-2-data-out-of-proc-autoreg-output/m-p/152267#M40051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to check the documentation for the names of the tables. It looks like you may be using a title from output and that may not always be an acceptable description.&lt;/P&gt;&lt;P&gt;If you are trying to capture data from the DW= option that you want the DWTest table.&lt;/P&gt;&lt;P&gt;Otherwise you may have to go the ODS trace route to determine which tables are being generated with your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 17:19:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pulling-AIC-R-2-data-out-of-proc-autoreg-output/m-p/152267#M40051</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-03-21T17:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling AIC/R^2 data out of proc autoreg output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pulling-AIC-R-2-data-out-of-proc-autoreg-output/m-p/152268#M40052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ballardw -- Thank you for response. I'm just a bit unclear on what you mean; you're saying the name of the table may not actually be the name printed in the output?&lt;/P&gt;&lt;P&gt;-Also it is not from a dw= option, is a default output table from Autoreg "Ordinary Least Squares Estimates".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 17:23:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pulling-AIC-R-2-data-out-of-proc-autoreg-output/m-p/152268#M40052</guid>
      <dc:creator>AllSoEasy</dc:creator>
      <dc:date>2014-03-21T17:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling AIC/R^2 data out of proc autoreg output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pulling-AIC-R-2-data-out-of-proc-autoreg-output/m-p/152269#M40053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is in the online documentation a section titled&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/ms-its:odsug.chm::/odsug.hlp/a002649072.htm#a002595140"&gt;ODS Table Names and the SAS/ETS Procedures That Produce Them&lt;/A&gt;&lt;/P&gt;&lt;P&gt;at least in my 9.2 install that displays the names of the tables and in some cases the specific options that generate the tables in Proc Autoreg.&lt;/P&gt;&lt;P&gt;None of those listed have a description of "ordinary least squares estimates" so anything further I would be guessing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run your code with ODS Trace On; before the procedure and Off afterwards to get the table names created by your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 17:34:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pulling-AIC-R-2-data-out-of-proc-autoreg-output/m-p/152269#M40053</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-03-21T17:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling AIC/R^2 data out of proc autoreg output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pulling-AIC-R-2-data-out-of-proc-autoreg-output/m-p/152270#M40054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gahhhh that's it! The underlying table was named "Fit Summary".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks Ballardw!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 17:54:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pulling-AIC-R-2-data-out-of-proc-autoreg-output/m-p/152270#M40054</guid>
      <dc:creator>AllSoEasy</dc:creator>
      <dc:date>2014-03-21T17:54:07Z</dc:date>
    </item>
  </channel>
</rss>

