search for: matresult

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

Did you mean: getresult
2011 Jan 02
1
Clusteranalysis Chi-square test and SingleLinkage
...t each row with every other row in a single different matrix (mat1) and use the use the chisq.test. So mat 1 would for example looks like this: Plastikbecher Kartonbox Papier Rama 24 65 12 Flora 75 28 22 And then I would run matResult[1,3] <- sqrt(chisq.test(mat1)[[1]]) So in the end I would get a matrix like this: Rama Homa Flora SB HollButter Rama 0.000 6.642 6.470 2.209 6.931 Homa 6.642 0.000 0.430 4.994 8.387 Flora 6.470 0.430 0.000 4.754 7.941 SB 2.209 4.994 4.754...