I got a dataset with for example wings, consisting of 16 landmarks. Is there a way to get an estimator similar to a Qst, which I then could compare to an Fst?
I can do this for principal components, but then I only have a part of the variation taken to account. I also read about procrustes distance which is with out direction and therefore also not very useful.
One way I could imagine is somehow standardizing Qst values taken from all of the PCs and then average them, but how would I do that correctly (does it even make sense?)