<?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 SAS Enterprise model transformation in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-model-transformation/m-p/264667#M18359</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Very new undergraduate SAS user here - trying to bring myself up to speed on some procedures.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are the procedures for transforming variables in SAS Enterprose? In my case, I have a dataset for an internship that is giving me a curvinlinear "residual by predicted" graph after running a linear regression on my data.&amp;nbsp; I want to transform the variables via a model in order to have them become more linear.&amp;nbsp; What are my options&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a very short dataset that is representative of what I am trying to transform&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x: &lt;SPAN class="gI"&gt;&lt;SPAN&gt;10 15 20 30 40 50 60&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="gI"&gt;&lt;SPAN&gt;y (dep): 700 550 400 270 190 130 100&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="gI"&gt;&lt;SPAN&gt;right now it is giving me a "smiley face" and I am looking for a model to transform it and the what I have to do to the variables. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Apr 2016 20:40:53 GMT</pubDate>
    <dc:creator>ryanh</dc:creator>
    <dc:date>2016-04-18T20:40:53Z</dc:date>
    <item>
      <title>SAS Enterprise model transformation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-model-transformation/m-p/264667#M18359</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Very new undergraduate SAS user here - trying to bring myself up to speed on some procedures.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are the procedures for transforming variables in SAS Enterprose? In my case, I have a dataset for an internship that is giving me a curvinlinear "residual by predicted" graph after running a linear regression on my data.&amp;nbsp; I want to transform the variables via a model in order to have them become more linear.&amp;nbsp; What are my options&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a very short dataset that is representative of what I am trying to transform&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x: &lt;SPAN class="gI"&gt;&lt;SPAN&gt;10 15 20 30 40 50 60&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="gI"&gt;&lt;SPAN&gt;y (dep): 700 550 400 270 190 130 100&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="gI"&gt;&lt;SPAN&gt;right now it is giving me a "smiley face" and I am looking for a model to transform it and the what I have to do to the variables. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 20:40:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-model-transformation/m-p/264667#M18359</guid>
      <dc:creator>ryanh</dc:creator>
      <dc:date>2016-04-18T20:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise model transformation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-model-transformation/m-p/264678#M18360</link>
      <description>&lt;P&gt;I was taught to try the log of one or both variables first. In your case, log(y) seems to come out nicely linear.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 21:17:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-model-transformation/m-p/264678#M18360</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-04-18T21:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise model transformation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-model-transformation/m-p/264679#M18361</link>
      <description>Tom, thanks.&lt;BR /&gt;&lt;BR /&gt;So in that case would I just change the input data to reflect logs of y instead of the given values and still run as a linear regression? or do I run it as a different kind of regression?&lt;BR /&gt;&lt;BR /&gt;Sorry for the naive questions, I am very new at this and trying to teach myself as I go before I take an in-depth class on it next semester.</description>
      <pubDate>Mon, 18 Apr 2016 21:20:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-model-transformation/m-p/264679#M18361</guid>
      <dc:creator>ryanh</dc:creator>
      <dc:date>2016-04-18T21:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise model transformation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-model-transformation/m-p/264693#M18362</link>
      <description>&lt;P&gt;FYI the first course on statistics with SAS is free if you're interested.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Search SAS Analytics U community forum and see the right hand menu.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 23:12:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-model-transformation/m-p/264693#M18362</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-18T23:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise model transformation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-model-transformation/m-p/264695#M18363</link>
      <description>&lt;P&gt;I'm on somewhat thin ice here, but fortunately &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza﻿&lt;/a&gt;&amp;nbsp;is watching this also, so she'll put me straight if I stray.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, just use log(y) instead of y, and run your linear regression.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 00:55:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-model-transformation/m-p/264695#M18363</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-04-19T00:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise model transformation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-model-transformation/m-p/264696#M18364</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15142"&gt;@TomKari﻿&lt;/a&gt;&amp;nbsp;Is correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 01:29:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-model-transformation/m-p/264696#M18364</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-19T01:29:04Z</dc:date>
    </item>
  </channel>
</rss>

