<?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 transforming data with proc transreg boxcox in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/transforming-data-with-proc-transreg-boxcox/m-p/21222#M4469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shouldn't you have an OUTPUT statement where you can specify the dataset name using the OUT=.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Calibri;"&gt;&lt;SPAN lang="EN-IE" style="font-size: 11pt;"&gt;proc transreg data=TEMP outtest=TEMPb ss2 cli;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Calibri;"&gt;&lt;SPAN lang="EN-IE" style="font-size: 11pt;"&gt;model boxcox(variable)=identity (pig);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Calibri;"&gt;&lt;SPAN lang="EN-IE" style="font-size: 11pt;"&gt;output out=tempnorm ;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Calibri;"&gt;&lt;SPAN lang="EN-IE" style="font-size: 11pt;"&gt;run; quit ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Sep 2011 18:06:38 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2011-09-30T18:06:38Z</dc:date>
    <item>
      <title>transforming data with proc transreg boxcox</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/transforming-data-with-proc-transreg-boxcox/m-p/21221#M4468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;I am trying to normalize some data using the proc transreg boxcox statement. The data are different scores for locomotion ability, skin and limb lesions in pigs as well as behavioural data. I used the following statement &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; font-size: 10pt;"&gt;&lt;SPAN lang="EN-IE" style="font-size: 11pt;"&gt;proc transreg data=TEMP outtest=TEMPb ss2 cli;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; font-size: 10pt;"&gt;&lt;SPAN lang="EN-IE" style="font-size: 11pt;"&gt;model boxcox(variable)=identity (pig);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; font-size: 10pt;"&gt;&lt;SPAN lang="EN-IE" style="font-size: 11pt;"&gt;run; quit ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however I get the following message in the log window &lt;SPAN style="color: #0000ff;"&gt;‘Output data set options specified on the PROC statement are ignored when there is&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;no OUT= data set’&lt;/SPAN&gt; and I get a table that is basically the same info that I get in the output window.&lt;SPAN style="font-family: Arial; color: #000000; font-size: 10pt;"&gt; &lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;If I ask for an output out then I get the same table and another one that supposedly contains the transformed value but rest of the data (dates, pig number, etc) is missing. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If I then I check for normality the 'transformed' value again it is not normal. Any advise in this matter will be very much appreciated as I am pretty confused and I do not know what to do next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 14:55:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/transforming-data-with-proc-transreg-boxcox/m-p/21221#M4468</guid>
      <dc:creator>adri05sv</dc:creator>
      <dc:date>2011-09-30T14:55:25Z</dc:date>
    </item>
    <item>
      <title>transforming data with proc transreg boxcox</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/transforming-data-with-proc-transreg-boxcox/m-p/21222#M4469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shouldn't you have an OUTPUT statement where you can specify the dataset name using the OUT=.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Calibri;"&gt;&lt;SPAN lang="EN-IE" style="font-size: 11pt;"&gt;proc transreg data=TEMP outtest=TEMPb ss2 cli;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Calibri;"&gt;&lt;SPAN lang="EN-IE" style="font-size: 11pt;"&gt;model boxcox(variable)=identity (pig);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Calibri;"&gt;&lt;SPAN lang="EN-IE" style="font-size: 11pt;"&gt;output out=tempnorm ;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Calibri;"&gt;&lt;SPAN lang="EN-IE" style="font-size: 11pt;"&gt;run; quit ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 18:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/transforming-data-with-proc-transreg-boxcox/m-p/21222#M4469</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2011-09-30T18:06:38Z</dc:date>
    </item>
  </channel>
</rss>

