<?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 can I access parameter estimates and t-values in SAS in output file in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-access-parameter-estimates-and-t-values-in-SAS-in/m-p/455773#M23795</link>
    <description>&lt;P&gt;R-Squared is likely in a different ODS table. Find the correct table name (in the docs) and use a similar method that you’re currently using for the parameter estimates.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/205757"&gt;@Mike13&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Consider the following regression:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc surveyreg data = DataAA; cluster Customer;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Model X = Y1 Y2 / ADJRSQ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;ods output ParameterEstimates=ParmEst; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The output for the regression is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Parameter&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Estimate&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;StdErr&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tValue&lt;/P&gt;
&lt;P&gt;Intercept&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.02560560&amp;nbsp; &amp;nbsp; &amp;nbsp; 0.00092415&amp;nbsp; &amp;nbsp; &amp;nbsp;27.71&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Y1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.67594259&amp;nbsp; &amp;nbsp; &amp;nbsp; 0.01029547&amp;nbsp; &amp;nbsp; &amp;nbsp;65.65&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Y2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.11135813&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.01836023&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;6.07&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would like to create separate variables for each parameter and tvalue and adjrsq for this regression, but I cannot figure out how to do this. When I check the SAS Guide, I can find lots of information about how to create an output file, but not how to access the data in the&amp;nbsp;output file. Eventually, I want to run annual regressions and merge the output file with the original data set so that each observation in a year will show the parameter estimates, t-values and adjrsq for that year.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When I access the output file, I am able to get the mean value for the three estimates, three t-values, but no adj R2. What must I do to get the value of each parameter estimate, t-value, and adjR2?&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Apr 2018 23:39:29 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-04-19T23:39:29Z</dc:date>
    <item>
      <title>How can I access parameter estimates and t-values in SAS in output file</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-access-parameter-estimates-and-t-values-in-SAS-in/m-p/455772#M23794</link>
      <description>&lt;P&gt;Consider the following regression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc surveyreg data = DataAA; cluster Customer;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Model X = Y1 Y2 / ADJRSQ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;ods output ParameterEstimates=ParmEst; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output for the regression is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Parameter&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Estimate&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;StdErr&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tValue&lt;/P&gt;&lt;P&gt;Intercept&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.02560560&amp;nbsp; &amp;nbsp; &amp;nbsp; 0.00092415&amp;nbsp; &amp;nbsp; &amp;nbsp;27.71&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Y1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.67594259&amp;nbsp; &amp;nbsp; &amp;nbsp; 0.01029547&amp;nbsp; &amp;nbsp; &amp;nbsp;65.65&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Y2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.11135813&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.01836023&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;6.07&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to create separate variables for each parameter and tvalue and adjrsq for this regression, but I cannot figure out how to do this. When I check the SAS Guide, I can find lots of information about how to create an output file, but not how to access the data in the&amp;nbsp;output file. Eventually, I want to run annual regressions and merge the output file with the original data set so that each observation in a year will show the parameter estimates, t-values and adjrsq for that year.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I access the output file, I am able to get the mean value for the three estimates, three t-values, but no adj R2. What must I do to get the value of each parameter estimate, t-value, and adjR2?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 23:31:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-access-parameter-estimates-and-t-values-in-SAS-in/m-p/455772#M23794</guid>
      <dc:creator>Mike13</dc:creator>
      <dc:date>2018-04-19T23:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can I access parameter estimates and t-values in SAS in output file</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-access-parameter-estimates-and-t-values-in-SAS-in/m-p/455773#M23795</link>
      <description>&lt;P&gt;R-Squared is likely in a different ODS table. Find the correct table name (in the docs) and use a similar method that you’re currently using for the parameter estimates.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/205757"&gt;@Mike13&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Consider the following regression:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc surveyreg data = DataAA; cluster Customer;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Model X = Y1 Y2 / ADJRSQ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;ods output ParameterEstimates=ParmEst; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The output for the regression is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Parameter&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Estimate&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;StdErr&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tValue&lt;/P&gt;
&lt;P&gt;Intercept&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.02560560&amp;nbsp; &amp;nbsp; &amp;nbsp; 0.00092415&amp;nbsp; &amp;nbsp; &amp;nbsp;27.71&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Y1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.67594259&amp;nbsp; &amp;nbsp; &amp;nbsp; 0.01029547&amp;nbsp; &amp;nbsp; &amp;nbsp;65.65&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Y2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.11135813&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.01836023&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;6.07&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would like to create separate variables for each parameter and tvalue and adjrsq for this regression, but I cannot figure out how to do this. When I check the SAS Guide, I can find lots of information about how to create an output file, but not how to access the data in the&amp;nbsp;output file. Eventually, I want to run annual regressions and merge the output file with the original data set so that each observation in a year will show the parameter estimates, t-values and adjrsq for that year.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When I access the output file, I am able to get the mean value for the three estimates, three t-values, but no adj R2. What must I do to get the value of each parameter estimate, t-value, and adjR2?&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 23:39:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-access-parameter-estimates-and-t-values-in-SAS-in/m-p/455773#M23795</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-19T23:39:29Z</dc:date>
    </item>
  </channel>
</rss>

