I have 79 observations with 30 as first quartile, 50 as median, 50.5 as mean, 68 as third quartile. Max value at 169, min value at zero.
In particular there are only 4 observations at zero.
The distribution without zeros perfectly fit the log-normal distribution, confirmed also by shapiro test on the log-transformed data.
So, different questions arise:
- Can I consider the entire distribution (with zeros) a log-normal with lower bound at zero?
- Can I consider the 4 zeros statistically irrelevant?
- if not, how can I fit a lognormal distribution with observations at zero? I'm using
fitdistrplus
in R but I can't use it with zeros.