search for: gpagen

Displaying 1 result from an estimated 1 matches for "gpagen".

Did you mean: gpage
2017 Jun 13
0
Mean correlation within cluster
...ation within a cluster and understand if it's significantly >0. I'm using packages 'geomorph' and 'paleomorph'. #Simulate an array A <- array ( rep ( 1 : 36 , by = 4 ), dim = c ( 12 , 3 , 4 )) #Load 'geomorph' package and superimpose coordinates test.gpa <- gpagen ( A , print.progress = FALSE ) #Load 'paleomorph' and generate covariance and correlation matrices cvmatrix <- dotcvm ( test.gpa $ coords ) corrmatrix <- dotcorr ( test.gpa $ coords ) Then I do a clustering with Ward method and euclidean distance, using the cvmatrix and I get a den...