<?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 Press Statistic in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Press-Statistic/m-p/27311#M4964</link>
    <description>How may I perform a "leave-one-out" validation with a specified regression model and data set in SAS?  This is associated with Weisberg (1985) and the PRESS procedure.</description>
    <pubDate>Mon, 23 Jun 2008 20:07:47 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-06-23T20:07:47Z</dc:date>
    <item>
      <title>Press Statistic</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Press-Statistic/m-p/27311#M4964</link>
      <description>How may I perform a "leave-one-out" validation with a specified regression model and data set in SAS?  This is associated with Weisberg (1985) and the PRESS procedure.</description>
      <pubDate>Mon, 23 Jun 2008 20:07:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Press-Statistic/m-p/27311#M4964</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-23T20:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Press Statistic</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Press-Statistic/m-p/27312#M4965</link>
      <description>Check out the PRESS option, in the MODEL statement of the REG procedure. this is related to creating a dataset with coefficients in it (primarly for use in the Score procedure).&lt;BR /&gt;
[pre]&lt;BR /&gt;
PROC REG DATA = sashelp.class OUTEST = work.estimates ;&lt;BR /&gt;
	MODEL weight = height age / PRESS ;&lt;BR /&gt;
RUN ; QUIT ;&lt;BR /&gt;
PROC PRINT LABEL NOOBS ;&lt;BR /&gt;
RUN ;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
I don't know if there are equivalents in GLM, LOGISTIC, GENMOD or GLIMMIX procedures (if so, I haven't used them).</description>
      <pubDate>Tue, 24 Jun 2008 18:15:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Press-Statistic/m-p/27312#M4965</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2008-06-24T18:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Press Statistic</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Press-Statistic/m-p/336210#M76195</link>
      <description>&lt;P&gt;Is there a way to print out the individual press residuals?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mary&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;PROC REG DATA = sashelp.class OUTEST = work.estimates ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MODEL weight = height age / PRESS ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RUN ; QUIT ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROC PRINT LABEL NOOBS ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RUN ;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 14:41:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Press-Statistic/m-p/336210#M76195</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2017-02-27T14:41:19Z</dc:date>
    </item>
  </channel>
</rss>

