Hi All ~ I'm dealing with a contienous variable whose distrubution looks as shown in the two figures. Which tranformation procedure would you recommnend for this kind of distrubution?
Why are you transforming?
I'm using this as the dependent variable for my GLM analysis ~ which assumes the normal distrubution of outcome!
@mantubiradar19 wrote:
I'm using this as the dependent variable for my GLM analysis ~ which assumes the normal distrubution of outcome!
Logistic regression falls under GLM and a binary response is definitely not normal.
Your data is right bias. Try Log Normal distribution.
Box cox transformation using proc transreg may be an option
The distrubution shown here is the log tranformed values of orifinal values!
How did you create that panel of histogram + box plot + Q-Q plot? Is that something you wrote with GTL or was it generated by a SAS procedure?
@Rick_SAS that looks like the output from proc univariate.
That is an interesting plot. Even the log10 values show an extreme skew. Is there a possibility that these are maximum values for something? If so, you may want to look at a Weibull distribution or some other generalized extreme value distribution. a ln(ln (x)) transformation might be useful. I don't know if TRANSREG will hande this, though.
Steve Denham
Here are the log(x) and log(log(x)) distrubution!
It's hard to see what your doing now, since the forum doesn't sort the responses. So no way to tell which reply goes with which post. In the future please just do one response. This isn't your fault - limitation of the forum.
Did you post your original distribution? Also, what is the variable, in laymans terms. Context can help with deciding what type of transformation to use, and there are certain standard transformation in diff industries.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.