I have a data set of about 40 subjects, and 10 variables, some measuring performance on a task, and some measuring some characteristic. Each of the performance variables consists of the proportion of correct responses (range 0 to 1.0) to some set of questions. The characteristic variables (such as verbal IQ) are ordinal, and may or may not follow a normal distribution.
The subjects have been bifurcated into two groups by way of cluster analysis.
I'd like to compare the two clusters on each performance and characteristic measure to test if they are significantly different from each other on that measure. However, the clustering process entails a violation of assumptions that need to be met for standard statistical tests. What sort of tests should I use to test if the two clusters differ on the measures? Thank you.