Skip to content

Help! - boxcox transformations

2 messages · Nuno Prista, Peter Dunn

#
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.