View source: R/stat.tauKrPartialPermSig.R
stat.tauKrPartialPermSig | R Documentation |
Partial Matrix TauKr correlation with significant test.
stat.tauKrPartialPermSig(X, Y, Z, nperm, omitDiag = TRUE)
X |
a square matrix of individual interactions or associations |
Y |
a square matrix of individual interactions or attributes |
Z |
a square matrix of individual interactions or attributes to use as a control in the matrix correlation between X and Y |
nperm |
number of permutations. |
omitDiag |
boolean to omit or not the diagonal from the matrices |
a list with the correlation coefficients 1) TauKrxy, 2) TauKrxz, 3) TauKryz, 4) TauKrxyz; p-values of the TauKrxyz coefficient value 5) on the right, 6) on the left
Ivan Puga-Gonzalez, Sebastian Sosa.
Hemelrijk, C. K. 1990. A matrix partial correlation test used in investigations of reciprocity and other social interaction patterns at a group level. Journal of theoretical Biology, 143, 405-420.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.