<?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 Values from table to variable in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Values-from-table-to-variable/m-p/224490#M11866</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could someone please tell me how to assign a set of variables, values from a table.&amp;nbsp;I have a table of parameter estimates of a non linear regression and I want to pass the values of the estimates to the variables for a differetn set of calculation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Debjit&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2015 20:00:28 GMT</pubDate>
    <dc:creator>stanmarciano</dc:creator>
    <dc:date>2015-09-08T20:00:28Z</dc:date>
    <item>
      <title>Values from table to variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Values-from-table-to-variable/m-p/224490#M11866</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could someone please tell me how to assign a set of variables, values from a table.&amp;nbsp;I have a table of parameter estimates of a non linear regression and I want to pass the values of the estimates to the variables for a differetn set of calculation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Debjit&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 20:00:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Values-from-table-to-variable/m-p/224490#M11866</guid>
      <dc:creator>stanmarciano</dc:creator>
      <dc:date>2015-09-08T20:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Values from table to variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Values-from-table-to-variable/m-p/224507#M11867</link>
      <description>&lt;P&gt;I'm not sure what you're asking, can you please clarify your question.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 20:25:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Values-from-table-to-variable/m-p/224507#M11867</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-09-08T20:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Values from table to variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Values-from-table-to-variable/m-p/224512#M11868</link>
      <description>&lt;P&gt;I have a table of parameter estimates of variables. Lets call the variables a, b,c &amp;amp; d. I wish to know if there is a way to save the values of the parameter estimates of a, b, c, d in a set of different variables a1,b1,c1 &amp;amp; d1. I think my question is how to&amp;nbsp;pass the values from a table to some other variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 20:37:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Values-from-table-to-variable/m-p/224512#M11868</guid>
      <dc:creator>stanmarciano</dc:creator>
      <dc:date>2015-09-08T20:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Values from table to variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Values-from-table-to-variable/m-p/224530#M11869</link>
      <description>&lt;P&gt;By table do you mean a SAS dataset? A table in a non-SAS&amp;nbsp;data base or other electronic file? A table of values generated by somether software in a report? A printed document?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 23:04:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Values-from-table-to-variable/m-p/224530#M11869</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-09-08T23:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Values from table to variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Values-from-table-to-variable/m-p/224542#M11870</link>
      <description>&lt;P&gt;There may be elegant way for this. But a hardway is to use ods output and proc transpose as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc reg data = sashelp.class;&lt;BR /&gt;model weight = height age ;&lt;BR /&gt;ods output ParameterEstimates = param(keep = Estimate);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc transpose data = param out = see(keep =Col:);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc print data = see;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 00:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Values-from-table-to-variable/m-p/224542#M11870</guid>
      <dc:creator>KachiM</dc:creator>
      <dc:date>2015-09-09T00:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Values from table to variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Values-from-table-to-variable/m-p/224831#M11871</link>
      <description>&lt;P&gt;If you post your code, it will easier to know what you are trying to do.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One interpretation: You are running a regression and you get a parameter estimates table. You can write the table to a SAS data set by submitting the statement:&lt;/P&gt;&lt;P&gt;ods output ParameterEstimate; /* or whatever the table name is */&lt;/P&gt;&lt;P&gt;You can &lt;A href="http://blogs.sas.com/content/iml/2015/09/08/ods-table-names.html" target="_self"&gt;find the name of any ODS table produced by any SAS procedure&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;After you have a SAS data set, you can use PROC TRANSPOSE and&amp;nbsp;the RENAME statement in a DATA step to rename the variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 20:02:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Values-from-table-to-variable/m-p/224831#M11871</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-09-09T20:02:25Z</dc:date>
    </item>
  </channel>
</rss>

