<?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 log transformation in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/log-transformation/m-p/710554#M34386</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can do a log transformation of a variable if the distribution is not symmetric. Is there a proc for that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, Asif&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2021 14:36:41 GMT</pubDate>
    <dc:creator>asifgeneral</dc:creator>
    <dc:date>2021-01-11T14:36:41Z</dc:date>
    <item>
      <title>log transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/log-transformation/m-p/710554#M34386</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can do a log transformation of a variable if the distribution is not symmetric. Is there a proc for that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, Asif&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 14:36:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/log-transformation/m-p/710554#M34386</guid>
      <dc:creator>asifgeneral</dc:creator>
      <dc:date>2021-01-11T14:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: log transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/log-transformation/m-p/710564#M34387</link>
      <description>&lt;P&gt;You may want to describe more of what you are doing and where you need a transform, especially since you question references symmetry of distribution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The basic data step function Log will transform values in the appropriate domain, best creating a new variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data want;
   set have;
   logvariable = log(variable);
run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 15:02:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/log-transformation/m-p/710564#M34387</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-01-11T15:02:26Z</dc:date>
    </item>
  </channel>
</rss>

