Entering edit mode
I am trying to identify outliers using "parody" package in R. One of the requirement for the package is that there should not be any missing values in the data. This is fine as you can replace all "NA's" with 0. But after replacement and running the `calout.detect` function, all the 0's are coming out as outliers. Is there a way around for this problem.