Is there a general methodology for dealing with greater than or less than numbers when calculating descriptive statistics.
For example if I had a series of measurements from a biological assay which could not measure below 5 and I wanted to calculate descriptive statistics for a dataset derived from a group of patients.
e.g
P1 <5
P2 <5
P3 6
P4 7
P5 7
P6 6
P7 6
P8 <5
P9 8
P10 9
Is the only option to calculate median plus interquartile range or is it still possible to calculate mean and standard deviations?