<?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 Proc model outputting RSQAURE etc in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-outputting-RSQAURE-etc/m-p/15363#M332</link>
    <description>Hi everyone,&lt;BR /&gt;
&lt;BR /&gt;
I am using proc model to estimate a regression model with positive parameters summing to one, like in the Sample 25021.&lt;BR /&gt;
&lt;BR /&gt;
My equations:&lt;BR /&gt;
proc model data=data1;&lt;BR /&gt;
bounds b1&amp;gt;=0, b2&amp;gt;=0, b3&amp;gt;=0, b4&amp;gt;=0, b5&amp;gt;=0;  &lt;BR /&gt;
restrict b1+b2+b3+b4+b5=1;&lt;BR /&gt;
ex_mth = a + b1*A + b2*B + b3*C + b4*D + b5*E;&lt;BR /&gt;
      fit ex_mth / outest=pardata; by ID; &lt;BR /&gt;
&lt;BR /&gt;
Does anyone know how to output the R-sqr, adj R-sqr and the t-value in a dataset? I can only output the parameters with OUTEST.&lt;BR /&gt;
Thanks so much!!</description>
    <pubDate>Mon, 06 Apr 2009 08:35:02 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-04-06T08:35:02Z</dc:date>
    <item>
      <title>Proc model outputting RSQAURE etc</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-outputting-RSQAURE-etc/m-p/15363#M332</link>
      <description>Hi everyone,&lt;BR /&gt;
&lt;BR /&gt;
I am using proc model to estimate a regression model with positive parameters summing to one, like in the Sample 25021.&lt;BR /&gt;
&lt;BR /&gt;
My equations:&lt;BR /&gt;
proc model data=data1;&lt;BR /&gt;
bounds b1&amp;gt;=0, b2&amp;gt;=0, b3&amp;gt;=0, b4&amp;gt;=0, b5&amp;gt;=0;  &lt;BR /&gt;
restrict b1+b2+b3+b4+b5=1;&lt;BR /&gt;
ex_mth = a + b1*A + b2*B + b3*C + b4*D + b5*E;&lt;BR /&gt;
      fit ex_mth / outest=pardata; by ID; &lt;BR /&gt;
&lt;BR /&gt;
Does anyone know how to output the R-sqr, adj R-sqr and the t-value in a dataset? I can only output the parameters with OUTEST.&lt;BR /&gt;
Thanks so much!!</description>
      <pubDate>Mon, 06 Apr 2009 08:35:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-outputting-RSQAURE-etc/m-p/15363#M332</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-06T08:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc model outputting RSQAURE etc</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-outputting-RSQAURE-etc/m-p/15364#M333</link>
      <description>Use the ODS OUTPUT command to place any output into a SAS data set.&lt;BR /&gt;
&lt;BR /&gt;
To find out the names of the output tables, you can look in the SAS docs for PROC MODEL.</description>
      <pubDate>Mon, 06 Apr 2009 12:25:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-outputting-RSQAURE-etc/m-p/15364#M333</guid>
      <dc:creator>Paige</dc:creator>
      <dc:date>2009-04-06T12:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Proc model outputting RSQAURE etc</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-outputting-RSQAURE-etc/m-p/15365#M334</link>
      <description>Thanks!!</description>
      <pubDate>Thu, 30 Apr 2009 04:29:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-model-outputting-RSQAURE-etc/m-p/15365#M334</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-30T04:29:13Z</dc:date>
    </item>
  </channel>
</rss>

