I'm working on biological samples and I'm doing classification on these based on weight (linear discriminant analysis). I need to find out whether the variance within the sample is negligible or somehow accounted for in my model. Any ideas on how I can find this out?
To be clear, say I'm using 100 cell cultures to classify but I need to account for the variance within these cell cultures, perhaps 10 tries for each cell culture i.e 100*10 samples. How do I account for this? Can I use a test which will find out that the variance is negligble and that the use of the values in the model will therefore be fine.
I was thinking of ANOVA at first but this only compares whether populations are different, which doesn't really answer my question.