I don't what to assign the 0.00 as NA but by simply adding .01 to all values that are 0.00. I need this to eliminate an error using symbox from the car package.
symbox(Glass$Fe, data=Glass, powers=c(3,2,1,0,-0.5,-1,-2)) Error in bc1(out, lambda) : First argument must be strictly positive.
My instructor recommended not to remove the 0.00 values just make them slightly positive.
Thanks,