I want to compare the relative variability of several sleep-related variables in the same group of subjects. For example, is there more variability in time spent in REM sleep compared to the number of eye movement in REM sleep? These variables have different scales, which does not allow me to simply compare their variances.
I have computed several relative measures of variation such as the coefficient of variation (SD/M), coefficient of dispersion (Mean Absolute Deviation from Median/Median) as well as the coefficient of quartile variation (Q3-Q1/Q3+Q1). To provide some context, several of my variables are highly skewed.
My major question is: Is one of these coefficients more appropriate than the others? I know that with skewed data I will probably want to avoid the traditional coefficient of variation. But what about dividing the 'mean absolute deviation from the median' by the median? Would it be better (e.g., more robust) to use the 'median absolute deviation from the median' instead (and divide this value by the median)? I have not seen much discussion of the coefficient of quartile variation. There is also the question of using of the two estimators proposed by Rousseeuw and Croux (1993)- Sn and Qn - could they be used here? These last two measures are not necessarily symmetrical around any measure of location, so I am not sure whether it would be appropriate to use them in this context.
If anyone has any other helpful suggestions, that would be helpful as well.