<?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: transformation code in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/transformation-code/m-p/516587#M139542</link>
    <description>&lt;P&gt;Maxim 2: Read the Log.&lt;/P&gt;
&lt;P&gt;Which also means that whenever something "doesn't work", it is a VERY GOOD IDEA to post the log here. Use the {i} button for this, to preserve the formatting of the log.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Nov 2018 06:48:03 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-11-28T06:48:03Z</dc:date>
    <item>
      <title>transformation code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/transformation-code/m-p/516585#M139540</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I need to transform one of the independent variables in my model into exponential form and I wrote this code in sas but it doesn't work&lt;/P&gt;&lt;P&gt;could anyone please help me with this&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data new1; set salary;&lt;BR /&gt;x7=exp (x7);&lt;BR /&gt;run;&lt;BR /&gt;proc corr data=new1 plots=matrix(nvar=all nwith=all histogram);&lt;BR /&gt;var y x1 x2 x3 x4 x5 x6 exp(x7) x8 x9 x10;&lt;BR /&gt;run;&lt;BR /&gt;proc reg data=new1 plots(label)=(cooksd dfbetas dffits diagnostics observedbypredicted);&lt;BR /&gt;model y x1 x2 x3 x4 x5 x6 exp(x7) x8 x9 x10/alpha=.05 r p clb cli clm stb vif partial influence collinoint collin;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 06:11:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/transformation-code/m-p/516585#M139540</guid>
      <dc:creator>shahd</dc:creator>
      <dc:date>2018-11-28T06:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: transformation code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/transformation-code/m-p/516587#M139542</link>
      <description>&lt;P&gt;Maxim 2: Read the Log.&lt;/P&gt;
&lt;P&gt;Which also means that whenever something "doesn't work", it is a VERY GOOD IDEA to post the log here. Use the {i} button for this, to preserve the formatting of the log.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 06:48:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/transformation-code/m-p/516587#M139542</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-11-28T06:48:03Z</dc:date>
    </item>
  </channel>
</rss>

