<?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: output regression statistic into a table in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/output-regression-statistic-into-a-table/m-p/429598#M22565</link>
    <description>&lt;P&gt;Add a quit; statement after your run; statement&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2018 13:02:44 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-01-22T13:02:44Z</dc:date>
    <item>
      <title>output regression statistic into a table</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/output-regression-statistic-into-a-table/m-p/429516#M22563</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to do the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=Sashelp.Cars plots=none;  
   model Horsepower = EngineSize Weight / vif r influence;
output out=the_output
rstudent = rstudent
h =h
cookd = cookd;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;basically I would like to have the statistic such as rstudent and cookd to be output into a new table, the_output, but it is always empty.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 01:07:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/output-regression-statistic-into-a-table/m-p/429516#M22563</guid>
      <dc:creator>ilikesas</dc:creator>
      <dc:date>2018-01-22T01:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: output regression statistic into a table</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/output-regression-statistic-into-a-table/m-p/429598#M22565</link>
      <description>&lt;P&gt;Add a quit; statement after your run; statement&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 13:02:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/output-regression-statistic-into-a-table/m-p/429598#M22565</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-01-22T13:02:44Z</dc:date>
    </item>
  </channel>
</rss>

