Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: lnskew0 and bcskew0


From   "Austin Nichols" <[email protected]>
To   [email protected]
Subject   Re: st: lnskew0 and bcskew0
Date   Thu, 19 Apr 2007 15:22:54 -0400

[email protected] --
The histogram may "be skewed" to your eye, but I'm betting the
skewness is very very close to zero.
sysuse auto, clear
qui su mpg, d
di r(skewness)
lnskew0 z=mpg
qui su z, d
di r(skewness)

I suppose the "right" method depends on the desired result--here is
another way to transform your variable to make its skewness zero (and
its mean zero, and its standard deviation one):
sysuse auto, clear
sort mpg
g z=invnorm(_n/(_N+1))

On 4/19/07, [email protected] <[email protected]> wrote:
How certain can I be that lnskew0 and bcskew0 have normalized the
distribution for the variable have transformed with them (a percent)?
After using these transformations, the histograms are still skewed.
What could be the problem? Is it possible that they don't work in all
instances?
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index