<?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: bulk outlier-identification and variable transformation in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797795#M39215</link>
    <description>&lt;P&gt;Hello Koen,&lt;/P&gt;&lt;P&gt;I am looking into TRANSREG. I tend to learn better by looking at examples, and those that are available on the online manual do not seem to include one about&amp;nbsp;&lt;SPAN&gt;Univariate Box-Cox transformation. I will expand my search outside of the official SAS manuals for that.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Will that specific use of TRANSREG give me a pre and post-transformation distribution chart for each variable?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Eman&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Feb 2022 12:54:02 GMT</pubDate>
    <dc:creator>emaneman</dc:creator>
    <dc:date>2022-02-22T12:54:02Z</dc:date>
    <item>
      <title>bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797097#M39188</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I have used SAS for two decades to analyse data from behavioural studies, but now I have some NLP data that presents new challenges, and I am hoping to get some advise. I have 100 variables that correspond to linguistic indices that have been extracted by a corpus. Many of them have very skewed distribution and/or univariate outliers (let's define them as +/- 3SD). Is there a way to let SAS handle that in bulk, without me having to look at each variable and decide which transformation (log, SQRT, etc.) is needed, and identify, or even better, give missing values to outliers? I use SAS Studio.&lt;/P&gt;&lt;P&gt;Many thanks for your attention.&lt;/P&gt;&lt;P&gt;Eman&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 21:49:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797097#M39188</guid>
      <dc:creator>emaneman</dc:creator>
      <dc:date>2022-02-17T21:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797290#M39191</link>
      <description>&lt;P&gt;Hello &lt;SPAN&gt;Eman&amp;nbsp;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With PROC STDIZE you can easily identify the observations that are more than 3 StdDev's from the mean (for all your&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="statug.stdize.stdizevar" class="aa-section"&gt;
&lt;P class="xisDoc-paragraph"&gt;numeric variables at once).&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;With PROC BOXPLOT you can also identify outliers (for all your&amp;nbsp;&lt;SPAN&gt;numeric variables at once)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;, but the standard boxplot method to detect outliers is not robust against skewness.&lt;BR /&gt;Nevertheless you can try and check if you are satisfied with the result.&lt;BR /&gt;Use the&amp;nbsp;OUTBOX= Data Set option and check the observations that get these _TYPE_s :&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;LOW Low outlier value&lt;/LI&gt;
&lt;LI&gt;HIGH High outlier value&lt;/LI&gt;
&lt;LI&gt;FARLOW Low far outlier value&lt;/LI&gt;
&lt;LI&gt;FARHIGH High far outlier value&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the automatic transformation, I would use PROC TRANSREG to do a&amp;nbsp;'Univariate Box-Cox' transformation.&lt;BR /&gt;You can do a grid-search and the procedure finds the best lambda for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 17:48:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797290#M39191</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-02-18T17:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797293#M39192</link>
      <description>&lt;P&gt;PROC STDIZE also offers some robust scaling methods.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 17:50:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797293#M39192</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-02-18T17:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797294#M39193</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/208370"&gt;@emaneman&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;I have used SAS for two decades to analyse data from behavioural studies, but now I have some NLP data that presents new challenges, and I am hoping to get some advise. I have 100 variables that correspond to linguistic indices that have been extracted by a corpus. Many of them have very skewed distribution and/or univariate outliers (let's define them as +/- 3SD). Is there a way to let SAS handle that in bulk, without me having to look at each variable and decide which transformation (log, SQRT, etc.) is needed, and identify, or even better, give missing values to outliers? I use SAS Studio.&lt;/P&gt;
&lt;P&gt;Many thanks for your attention.&lt;/P&gt;
&lt;P&gt;Eman&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Why do you state that the distribution is skewed? &lt;STRONG&gt;What analysis are you going to do with these variables after outlier removal and transformation&lt;/STRONG&gt;. Some analyses don't care about outliers or skewed distributions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you going to fit some sort of model? What type of model? What PROC? All of these things are needed to understand what reasonable outlier removal and transformation would be. If it is a linear regression, skewed x-variables and skewed y-variables may not be a problem. For other types of models or other types of analysis, skewed may be a problem. Tell us.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 17:53:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797294#M39193</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-02-18T17:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797788#M39212</link>
      <description>&lt;P&gt;Thank you all, and sorry for the delayed response. I was out of commission for several days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am going run GLM and PROC MIXED. While some are quite robust and can handle outliers and non-normally distributed variables, in the journals I aim to publish this, and most importantly in similar articles that have published data like the one I have, the reporting of the details of the distribution are always required by reviewers and to say "it doesn't matter" just makes them more suspicious and stubborn in requesting the info...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 12:26:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797788#M39212</guid>
      <dc:creator>emaneman</dc:creator>
      <dc:date>2022-02-22T12:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797793#M39213</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Agree.&lt;/P&gt;
&lt;P&gt;You should know about your distribution(s) and potential outliers (univariate and multi-variate).&lt;/P&gt;
&lt;P&gt;You should report about that as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But you should also know some techniques are more robust to outliers than others and some techniques can perfectly handle skewed inputs. No need to apply a transformation if it's not a necessity for the analysis you will be doing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This being said :&lt;/P&gt;
&lt;P&gt;What other information do you need from us?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 12:47:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797793#M39213</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-02-22T12:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797794#M39214</link>
      <description>&lt;P&gt;For GLM and MIXED, the distribution of the variables is irrelevant. It is the distribution of the residuals that are important.&amp;nbsp;Sometimes, reviewers are wrong.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/08/27/on-the-assumptions-and-misconceptions-of-linear-regression.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2018/08/27/on-the-assumptions-and-misconceptions-of-linear-regression.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Transformations are usually applied to the data to make the residuals (approximately) normally distributed, not to make the raw data normally distributed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, outliers can have a high impact on the results, and probably should be identified (and potentially removed). This has already been discussed in this thread, PROC STDIZE and PROC BOXPLOT can do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 12:48:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797794#M39214</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-02-22T12:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797795#M39215</link>
      <description>&lt;P&gt;Hello Koen,&lt;/P&gt;&lt;P&gt;I am looking into TRANSREG. I tend to learn better by looking at examples, and those that are available on the online manual do not seem to include one about&amp;nbsp;&lt;SPAN&gt;Univariate Box-Cox transformation. I will expand my search outside of the official SAS manuals for that.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Will that specific use of TRANSREG give me a pre and post-transformation distribution chart for each variable?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Eman&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 12:54:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797795#M39215</guid>
      <dc:creator>emaneman</dc:creator>
      <dc:date>2022-02-22T12:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797796#M39216</link>
      <description>&lt;P&gt;I cannot agree more with the statement about reviewers...&lt;/P&gt;&lt;P&gt;I have had cases in which normalizing a skewed DV (e.g. by SQRT) changed significantly the outcome of a simple GLM model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Transformations are usually applied to the data to make the residuals (approximately) normally distributed, not to make the raw data normally distributed."&amp;nbsp; Any chance you could give me an example of this?&amp;nbsp; Let's say you have the following syntax:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;PROC GLM;
CLASS A B;
MODEL DV = A|B;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And that your residuals are not normally distributed. What would you do next?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 12:58:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797796#M39216</guid>
      <dc:creator>emaneman</dc:creator>
      <dc:date>2022-02-22T12:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797798#M39217</link>
      <description>&lt;P&gt;I would look at the data generating process to see what distributions may be appropriate.&amp;nbsp; Tools for this would include graphical methods (QQ plots and histograms) and PROC TRANSREG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 13:01:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797798#M39217</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-02-22T13:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797799#M39218</link>
      <description>&lt;P&gt;I don't have examples off the top of my head. What I would do next is I go to my favorite internet search engine and search for examples.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 13:04:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797799#M39218</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-02-22T13:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797800#M39219</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go to this page&lt;/P&gt;
&lt;P&gt;SAS® 9.4 and SAS® Viya® 3.5 Programming Documentation&lt;BR /&gt;SAS/STAT User's Guide&lt;BR /&gt;The TRANSREG Procedure&lt;BR /&gt;Box-Cox Transformations&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_transreg_details02.htm?homeOnFail" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_transreg_details02.htm?homeOnFail&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and start reading at&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The next example shows how to find a Box-Cox transformation without an independent variable. This seeks to normalize the univariate histogram. ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title 'Univariate Box-Cox';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 13:02:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797800#M39219</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-02-22T13:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797801#M39220</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp; Touché ...&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 13:05:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797801#M39220</guid>
      <dc:creator>emaneman</dc:creator>
      <dc:date>2022-02-22T13:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797802#M39221</link>
      <description>&lt;P&gt;Hello Steve, it very much looks like I need to learn the logic of TRANSREG and how to use it.&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;Eman&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 13:06:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797802#M39221</guid>
      <dc:creator>emaneman</dc:creator>
      <dc:date>2022-02-22T13:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797805#M39223</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC TRANSREG is not the easiest procedure, indeed.&lt;/P&gt;
&lt;P&gt;It requires some close investigation | study before you can use it properly.&lt;/P&gt;
&lt;P&gt;But a univariate Box-Cox transform is easy to do (see my earlier post).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 13:11:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797805#M39223</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-02-22T13:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797806#M39224</link>
      <description>&lt;P&gt;Hello Koen,&lt;/P&gt;&lt;P&gt;that is terrific. Thank you for pinpointing so specifically, it saved me a lot of time.&lt;/P&gt;&lt;P&gt;I just tried it, with this syntax&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc transreg data=merged maxiter=0 nozeroconstant ;
&amp;nbsp; &amp;nbsp;model BoxCox(anger) = identity(constante);
&amp;nbsp; &amp;nbsp;output;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But I am getting this error message:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: 14 invalid values were encountered while attempting to transform variable anger.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have 14 observations that have value ZERO on variable anger, so I gather it is trying log transformation and getting undefined values for those 14 cases.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 13:22:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797806#M39224</guid>
      <dc:creator>emaneman</dc:creator>
      <dc:date>2022-02-22T13:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797807#M39225</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Avoid testing lambda = 0 which is a mere log transformation.&lt;/P&gt;
&lt;P&gt;Do a grid search on lambda below and above zero.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 13:35:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797807#M39225</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-02-22T13:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: bulk outlier-identification and variable transformation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797825#M39227</link>
      <description>&lt;P&gt;great re restricting lambda values.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc transreg data=merged maxiter=0 nozeroconstant TSTANDARD=NOMISS;
&amp;nbsp; &amp;nbsp;model BoxCox(	anger /convenient lambda=-2 to -.05 by .05 lambda=.05 to 2 by 0.05 ) = identity(constante)  ;
&amp;nbsp; &amp;nbsp;output;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This works and gives me an output that i can easily use. See first&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="one dv output.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68739i2BE0536A9F2E1359/image-size/large?v=v2&amp;amp;px=999" role="button" title="one dv output.png" alt="one dv output.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, when I try to put multiple DV:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc transreg data=merged maxiter=0 nozeroconstant TSTANDARD=NOMISS;
&amp;nbsp; &amp;nbsp;model BoxCox(anger admiration love grief /convenient lambda=-2 to -.05 by .05 lambda=.05 to 2 by 0.05 ) = identity(constante)  ;
&amp;nbsp; &amp;nbsp;output;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The output file is different, and i do not have transformed values for each separate variable. It looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="multiple dvs output.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68740i801DBD7C9A24E904/image-size/large?v=v2&amp;amp;px=999" role="button" title="multiple dvs output.png" alt="multiple dvs output.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 15:00:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/bulk-outlier-identification-and-variable-transformation/m-p/797825#M39227</guid>
      <dc:creator>emaneman</dc:creator>
      <dc:date>2022-02-22T15:00:07Z</dc:date>
    </item>
  </channel>
</rss>

