I have data from a mass spectrometer that are precise to 6 decimal places and range from 0.1 to 10. However, some items cannot be measured by the mass spectrometer because they are "below the limit of quantitation" (BLQ). Researchers I'm working with say there are trace amounts - somewhere between zero and the limit of quantitation. They suggested imputing zero or 1/2 the limit of quantitation.
Stata has an official command for the Kruskal-Wallis test -kwallis- that lists p-values for both ties and non-ties, regardless if the dataset has ties. In my dataset, the ties come from BLQs. Since these measurements are not really ties - just unmeasurable - should I record the p-value for non-ties? Or should I consider the measurements as effectively zero, and therefore, record the p-value for ties? Or should I impute very small, unique amounts (1 x 10^-6, 2 x 10^-6, etc) that are effectively zero, but not ties?