BookmarkSubscribeRSS Feed
dode
Fluorite | Level 6
I am doing linear regression when i check my outcome was not normally distributed so I transformed into log and it's worked. Now how I interpret the beta coefficient in log scal?
Is there a way to expandcit it back to interpretation would be easier ?
6 REPLIES 6
Ksharp
Super User

log(y1)-log(y2)= beta*(x+1 - x)

 

==>

log(y1/y2)=beta

==>

y1/y2=exp(beta)

 

it is odds .

PaigeMiller
Diamond | Level 26

@dode wrote:
I am doing linear regression when i check my outcome was not normally distributed so I transformed into log and it's worked. Now how I interpret the beta coefficient in log scal?
Is there a way to expandcit it back to interpretation would be easier ?

The response variable does not have to be normally distributed to use linear regression.

 

The residuals have to be normally distributed to use linear regression, and then the requirement to be normally distributed is used only when doing statistical testing; it is not used when fitting the model.

 

So it is possible you did not need to perform the log transformation at all.

--
Paige Miller
dode
Fluorite | Level 6
Yes I checked the residual and it's not normally did so I had to transform my outcome using log. Now how I interpret the beta coefficient?
PaigeMiller
Diamond | Level 26

@Ksharp has already explained this.

 

Wikipedia has even more details.

--
Paige Miller
dode
Fluorite | Level 6
Sir, I am doing linear regression not logistic regression.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 6 replies
  • 1806 views
  • 2 likes
  • 3 in conversation