Skip to content
Prev 316560 / 398506 Next

Please, problem using bcPower

Dear Beatriz,

There are several problems that combine to make the computation unstable: the small size of the numbers, the small ratio of the largest to the smallest value, the extreme negative skew of the data, and the outliers at the low end. Because of the small ratio of max(x) to min(x), power transformations are ineffective and an extreme power is required:
[1] 1.129898
Estimated transformation parameters 
1e+07 * x 
 31.77628 

You can use a negative start to produce a more sensible result:
Estimated transformation parameters 
1e+07 * (x - 0.99 * (min(x))) 
                     2.774309 

I was slightly surprised that the magnitude of the numbers is an issue.

I hope this helps,
 John

------------------------------------------------
John Fox
Sen. William McMaster Prof. of Social Statistics
Department of Sociology
McMaster University
Hamilton, Ontario, Canada
http://socserv.mcmaster.ca/jfox/
	
On Thu, 31 Jan 2013 00:38:23 -0500
Beatriz Gonz?lez <aguitatierra at hotmail.com> wrote: