<?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: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133973#M6974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really try not to think of the relationship on the original scale for both independent and dependent variables.&amp;nbsp; The transformed data are the ones that show a relationship, and only if it is a linear transformation is the original scale meaningful for the coefficients.&amp;nbsp; If someone has a more non-linear worldview, maybe they can visualize what the coefficient might mean after back-transforming both sides of the equation.&amp;nbsp; To me, the only way to see this would be to plug in multiple values for the independent variable and see what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 May 2013 12:27:02 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2013-05-15T12:27:02Z</dc:date>
    <item>
      <title>How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133968#M6969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In a multiple regression model with cost data as dependent variable (Y), &lt;/SPAN&gt;I have used proc transreg (model BoxCox)&amp;nbsp; in SAS to get the proper Box-Cox transformation of Y (in order for the residuals to be normally distributed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;model BoxCox(Y) = identity(x1 x2 x3 x4 x5 x6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result was lambda= -0,25. So I transform my dependent with formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(((Y**(-0.25))-1) / (-0.25))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and run a proc reg, with the Box-Cox transformed dependent variable and my independent variables. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have read that the back-transformation (inverse) of Box-Cox is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x = (lambda*z + 1)^(1/lambda),&lt;/P&gt;&lt;P&gt;where z is the transformed variable and lambda = -0,25 in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I interpret the coefficients and standard errors from the proc reg?&lt;/P&gt;&lt;P&gt;Do I back-transform all the beta-coefficients? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, one of my significant variables has a beta= -0,01068 with standard errors= 0,00326.&lt;/P&gt;&lt;P&gt;How do I interpret that? Any feedback/comment much appreciated &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Hank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 12:55:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133968#M6969</guid>
      <dc:creator>Hank</dc:creator>
      <dc:date>2013-05-13T12:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133969#M6970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For each unit change in the x variable, the transformed Y variable decreases by -0.01068.&amp;nbsp; Since this is a non-linear transform, you should plug in low, median and high values for Y to get some idea of how the Y variable decreases in response to changes in the X variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 15:32:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133969#M6970</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-05-14T15:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133970#M6971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help, much appreciated &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have a similar question maybe you can help to clarify.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If the transformations are only in a subset of the independent variables, say half of the x-variables are transformed with the square root. How do I interpret that, in relation to the response variable? Shall I back-transform the beta-coefficients of the x-var. first and use these transformed values in relation to the response variable?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;On to the final question. I found another post by you (&lt;A _jive_internal="true" href="https://communities.sas.com/message/125380#125380"&gt;https://communities.sas.com/message/125380#125380&lt;/A&gt;) where you wrote:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;If you are working on developing a predictive equation with only a single predictor, take a good look at PROC TRANSREG. &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;This would enable you to model the dependent variable as a logit, and the independent variable in a variety of ways--class, optimal transforms, non-optimal transforms, nonlinear transforms (such as Box-Cox or penalized B-splines).&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if I do different transformations on both the y- and the x-variables, as a rule of thumb (if there is any), how can I think when I am about to translate the result (beta-coeff. and s.e.) into original terms?&lt;/P&gt;&lt;P&gt;For example, if the response (y) are transformed via Box-Cox and the rest of the variables via the logit transformation, how would I go about to translate the results?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Hank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 07:01:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133970#M6971</guid>
      <dc:creator>Hank</dc:creator>
      <dc:date>2013-05-15T07:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133971#M6972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For each unit change in the x variable, the transformed Y variable decreases by -0.01068. (&amp;nbsp; Assuming other independent variable not change )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OP,You can refer to Logic model 's Odds Ratio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: xia keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 07:21:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133971#M6972</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2013-05-15T07:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133972#M6973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though the answer is already posted, thanks a lot. Do you have any ideas to my questions in the second post in this thread?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Hank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 07:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133972#M6973</guid>
      <dc:creator>Hank</dc:creator>
      <dc:date>2013-05-15T07:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133973#M6974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really try not to think of the relationship on the original scale for both independent and dependent variables.&amp;nbsp; The transformed data are the ones that show a relationship, and only if it is a linear transformation is the original scale meaningful for the coefficients.&amp;nbsp; If someone has a more non-linear worldview, maybe they can visualize what the coefficient might mean after back-transforming both sides of the equation.&amp;nbsp; To me, the only way to see this would be to plug in multiple values for the independent variable and see what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 12:27:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133973#M6974</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-05-15T12:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133974#M6975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Steve. On the other hand,you are always free to use the chain rule if you want to slog through the computations.&lt;/P&gt;&lt;P&gt;If you've transformed Y -&amp;gt; F(Y) and X -&amp;gt; g(X) and found that F(Y)=alpha+beta*g(X), then take derivatives wrt X of both sides:&lt;/P&gt;&lt;P&gt;df/dy * dy/dx = beta * dg/dx&lt;/P&gt;&lt;P&gt;which means that&lt;/P&gt;&lt;P&gt;dy/dx = beta * (dg/dx) / (df/dy)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 13:18:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133974#M6975</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-05-15T13:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133975#M6976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Rick and Steve: Thanks a lot for the feed-back.&lt;/P&gt;&lt;P&gt;As a general thought, would you consider using maybe proc nlin to estimate a regression model, instead of trying to fit data to proc reg by transformations? &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;/Hank &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 14:32:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133975#M6976</guid>
      <dc:creator>Hank</dc:creator>
      <dc:date>2013-05-15T14:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133976#M6977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wouldn't. Least squares regression has many nice properties, including being able to estimate many coefficients without worrying about convergence of some optimization algorithm. If it makes sense to do a linear analysis, I grab that opportunity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 17:21:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133976#M6977</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-05-15T17:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133977#M6978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Hank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 19:06:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133977#M6978</guid>
      <dc:creator>Hank</dc:creator>
      <dc:date>2013-05-15T19:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133978#M6979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I love non-linear regression, but I prefer to have a known process that might be generating the nonlinear response.&amp;nbsp; Without knowing the process, and reflecting on what you have given here, I assume that you are in an exploratory mode.&amp;nbsp; Using TRANSREG to identify significant relationships that can be linearized is bound to be more productive.&amp;nbsp; It also opens up semi-parametric methods (splines) that are generally not used enough, in my opinion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If at all possible, get a copy of Frank Harrell's &lt;EM&gt;Regression Modeling Strategies&lt;/EM&gt; for some good approaches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 14:14:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133978#M6979</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-05-16T14:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133979#M6980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks once again for the input, and the book recommendation. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read more about the proc transreg procedure, and an example here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_transreg_sect058.htm" title="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_transreg_sect058.htm"&gt;SAS/STAT(R) 9.2 User's Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my data, I have cost data as the response (which in the litterature usually is log-transformed) and a variety of continuous and discrete explanatory variables. Some are dummy and others are values from 0-100, often with a concentration of values near the range of 70-100 or 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I wrote in the initial question, I did a Box-Cox transformation of the response:&lt;/P&gt;&lt;P&gt;model BoxCox(Y) = identity(x1 x2 x3 x4 x5 x6)&lt;/P&gt;&lt;P&gt;This generated a model in which the residuals are normally distributed, but R2 is not as high as I think it could be, and my fear is that I could miss some relationships that are nonlinear in the explanatory variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to yours, and Ricks, excellent help, I`m now thinking of doing something like the example in the link above (as shown below):&lt;/P&gt;&lt;P&gt;-Namely using mspline in the response and spline on my predictors that range from 0-100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the nice interpretation breaks down, and to explain the coefficients in one way or the other (for myself as well) is harder. Showing changes in low/mid/high values of&lt;/P&gt;&lt;P&gt;the response from a change in (original value of x) is still a quite good way of explaining the relationship to non-professionals. But with different transformations on the independent variables (as shown below), now I find it really difficult to even say anything about which independent variable that explains the most, and the ratio of its affect on the response in relation to the other independent variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea on how to make sense of the different relationships when explained to non-statisticans?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Hank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************************************************** example from sas homepage ********************************************&lt;/P&gt;&lt;P&gt;* Fit the Nonparametric Model;&lt;/P&gt;&lt;P&gt;&amp;nbsp; proc transreg data=Gas solve test nomiss plots=all;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ods exclude where=(_path_ ? 'MV');&lt;/P&gt;&lt;P&gt;&amp;nbsp; model mspline(NOx / nknots=9) = spline(EqRatio / nknots=9)&lt;/P&gt;&lt;P&gt;&amp;nbsp; monotone(CpRatio) opscore(Fuel);&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellpadding="3" cellspacing="0" class="Table" frame="box" rules="all" summary="Procedure DOCUMENT: Coefficients"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="l RowHeader" scope="row"&gt;Intercept&lt;/TH&gt;&lt;TH class="r Data"&gt;1&lt;/TH&gt;&lt;TD class="r Data" nowrap="nowrap"&gt;-15.274649&lt;/TD&gt;&lt;TD class="r Data"&gt;57.1338&lt;/TD&gt;&lt;TD class="r Data"&gt;57.1338&lt;/TD&gt;&lt;TD class="r Data"&gt;1227.60&lt;/TD&gt;&lt;TD class="r Data"&gt;&amp;lt;.0001&lt;/TD&gt;&lt;TD class="l Data"&gt;Intercept&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l RowHeader" scope="row"&gt;Pspline.EqRatio_1&lt;/TH&gt;&lt;TH class="r Data"&gt;1&lt;/TH&gt;&lt;TD class="r Data"&gt;35.102914&lt;/TD&gt;&lt;TD class="r Data"&gt;62.7478&lt;/TD&gt;&lt;TD class="r Data"&gt;62.7478&lt;/TD&gt;&lt;TD class="r Data"&gt;1348.22&lt;/TD&gt;&lt;TD class="r Data"&gt;&amp;lt;.0001&lt;/TD&gt;&lt;TD class="l Data"&gt;Equivalence Ratio (PHI) 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l RowHeader" scope="row"&gt;Pspline.EqRatio_2&lt;/TH&gt;&lt;TH class="r Data"&gt;1&lt;/TH&gt;&lt;TD class="r Data" nowrap="nowrap"&gt;-19.386468&lt;/TD&gt;&lt;TD class="r Data"&gt;64.6430&lt;/TD&gt;&lt;TD class="r Data"&gt;64.6430&lt;/TD&gt;&lt;TD class="r Data"&gt;1388.94&lt;/TD&gt;&lt;TD class="r Data"&gt;&amp;lt;.0001&lt;/TD&gt;&lt;TD class="l Data"&gt;Equivalence Ratio (PHI) 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l RowHeader" scope="row"&gt;Identity(CpRatio)&lt;/TH&gt;&lt;TH class="r Data"&gt;1&lt;/TH&gt;&lt;TD class="r Data"&gt;0.032058&lt;/TD&gt;&lt;TD class="r Data"&gt;1.4445&lt;/TD&gt;&lt;TD class="r Data"&gt;1.4445&lt;/TD&gt;&lt;TD class="r Data"&gt;31.04&lt;/TD&gt;&lt;TD class="r Data"&gt;&amp;lt;.0001&lt;/TD&gt;&lt;TD class="l Data"&gt;Compression Ratio (CR)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH class="l RowHeader" scope="row"&gt;Opscore(Fuel)&lt;/TH&gt;&lt;TH class="r Data"&gt;5&lt;/TH&gt;&lt;TD class="r Data"&gt;0.158388&lt;/TD&gt;&lt;TD class="r Data"&gt;5.5619&lt;/TD&gt;&lt;TD class="r Data"&gt;1.1124&lt;/TD&gt;&lt;TD class="r Data"&gt;23.90&lt;/TD&gt;&lt;TD class="r Data"&gt;&amp;lt;.0001&lt;/TD&gt;&lt;TD class="l Data"&gt;Fuel&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 20:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133979#M6980</guid>
      <dc:creator>Hank</dc:creator>
      <dc:date>2013-05-16T20:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133980#M6981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm.&amp;nbsp; Time to back away from the splines, at least for now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's go back to the original Box-Cox transformation. with lambda=-0.25.&amp;nbsp; What does that imply as a transfomation?&amp;nbsp; First, it is negative, so there is an inverse transformation, and second the absolute value is 0.25, which is taking a square root twice.&amp;nbsp; Thus, I would expect that the original distribution of Y is such that there are a LOT of values near zero, with a sharp drop off as you move to the right, and that the distribution probably "stops" at some value.&amp;nbsp; Is that anything close to correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you say that you believe the Rsquared for your model is "not as high as you think it could be."&amp;nbsp; There could be a couple of reasons for that.&amp;nbsp; First, there may be more noise in your data than you thought.&amp;nbsp; Second, you may be missing a key variable, or a key interaction between the variables you do have.&amp;nbsp; This is where subject knowledge MUST be used in specifying your model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 12:58:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133980#M6981</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-05-17T12:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133981#M6982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="BoxCoxPlot1.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3572_BoxCoxPlot1.png" width="450" /&gt;&lt;IMG alt="Histogram7.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3573_Histogram7.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 13:25:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133981#M6982</guid>
      <dc:creator>Hank</dc:creator>
      <dc:date>2013-05-17T13:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133982#M6983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;Thanks for your willingness to help, it means a lot. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Above, I have posted the histogram from my original response-data, and the result from the box cox-transformation. As you can see, the response looks near-normal but is positively skewed. The real mess in the data lies in the independent variables, as indicated from the box-cox-picture aboce with lots of almost flat curves/lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, I tried to log-transform the response, but it failed all the normality-tests of the regression residuals. This transformation (the Box-Cox) are normal in residuals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to the many almost flat curves in the Box-Cox picture, I was thinking that maybe spline-regression in the predictors would do the trick. What is your thoughts from the pictures above?&#xD;
&#xD;
Best regards,&#xD;
Hank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 13:30:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133982#M6983</guid>
      <dc:creator>Hank</dc:creator>
      <dc:date>2013-05-17T13:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133983#M6984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I begin to see why the Rsquared isn't what you had hoped.&amp;nbsp; Those flat lines indicate that there doesn't seem to be much of a relationship between these variables and the (transformed) response.&amp;nbsp; At this point, splines might be an approach, since it looks like a fishing expedition.&amp;nbsp; There may be some linear combination of the predictors that has a relationship with the response.&amp;nbsp; However, splines are generally fit within a predictor that is, well, "clumpy" (I'm sure that is a real statistical term in some universe).&amp;nbsp; All I see are flat lines--like western Kansas flat lines:smileygrin:.&amp;nbsp; Any "hill" at all will be the driver of a fit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an idea, but am not real sure of a theoretical basis to do it.&amp;nbsp; Suppose you Box-Cox transform your response variable, and then try PROC PLS and see if there are a limited number of "hidden components" based on the predictors.&amp;nbsp; Plus you get a cross-validation fit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 13:50:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133983#M6984</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-05-17T13:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133984#M6985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I did a regression just recently from another, similar, dataset. Both the response and the predictors are almost the same as in the one we have discussed above. I increased the R2 from 0.18 (using Box-Cox transformation of the response (lambda -1)), to 0,51. &lt;/P&gt;&lt;P&gt;In the Box-Cox regression, all diagnostics has been done (Reset-test, outliers-robustness/proc robustreg, multicollinearity, normal residuals, robust s.e. etc.). I only have in mind to look for endogeneity problems. So I feel OK with the Box-Cox model, that is,&lt;/P&gt;&lt;P&gt;I feel it meets the assumptions of linear regression OK. However, if using mspline/spline can increase the explanatory power on, already tested, variables, it is tempting to present those results as well. &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am not sure how good it is to use this new information about monotone spline/spline, because I am afraid I am overfitting the model. What do you think? &lt;/P&gt;&lt;P&gt;I must add, I am quite new to regression modelling on this level, and unfortunately, is the only one on my job that know how to do it. So I really appreciate all your feed-back and help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice weekend &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Hank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc transreg data=hem_reg2_2 solve test nomiss plots=all;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods exclude where=(_path_ ? 'MV');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model mspline(response/ nknots=2) = identity(x1_dummy) spline(x2 x3 x4 x5 / nknots=2);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have reduced the nknots=2, just to reduce the possibility of overfitting the model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 14:24:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133984#M6985</guid>
      <dc:creator>Hank</dc:creator>
      <dc:date>2013-05-17T14:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I interpret the coefficient values and make inferences from regression based on a Box-Cox- transformed dep. variable?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133985#M6986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I seems to have missed your latest post. I will look up proc pls asap tomorrow (its friday afternoon in this part of the world, and there is a world outside of econometric modelling, sometimes..). It seems like an interesting way to estimate the predictive partial least squares. Your illustrative example of the relationship between those flat lines and splines helped me a lot in understanding how both the models work (as well as it explains the high fit of my spline-model described above). Thanks &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Hank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 16:06:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-interpret-the-coefficient-values-and-make-inferences/m-p/133985#M6986</guid>
      <dc:creator>Hank</dc:creator>
      <dc:date>2013-05-17T16:06:33Z</dc:date>
    </item>
  </channel>
</rss>

