Skip to content
Prev 132059 / 398506 Next

Help! - boxcox transformations

If your data are continuous with exact zeros, and contain a lot of 
zeros, no transformation may help.  You simply map a stack of zeros 
to some other value.  Box--Cox transforms are not really designed 
for this.

If your data really is continuous with exact zeros, other options 
exist such as hurdle models, Tweedie glms (package  tweedie) and so 
forth.

P.