Description Usage Arguments Details Value Author(s) References See Also
Function to compute partial rowwise Dietz's R statistic.
1 | getpartialRr(X,Y,Z,names=NULL,perm=9999)
|
X |
Original matrix X. |
Y |
Original matrix Y. |
Z |
Original matrix Z. |
names |
Logical flag. If TRUE, a vector of individuals' names should be provided. |
perm |
Number of permutations. |
getpartialRr
computes partial rowwise Dietz's R statistic and provides statistical significance by means of a permutation test. The function also provides several measures of the individual contributions to partial correlation.
rhorwxy.z |
Partial rowwise Dietz's statistic. |
p_value_right |
Right-tailed p-value. |
p_value_left |
Left-tailed p-value. |
rhorwxy |
Correlation between X and Y partialling out effect of Z. |
rhorwxz |
Correlation between X and Z partialling out effect of Y. |
rhorwyz |
Correlation between Y and Z partialling out effect of X. |
partial_rowwise |
Row contributions to partial rowwise Dietz's statistic |
David Leiva <dleivaur@ub.edu>, Antonio Solanas <antonio.solanas@ub.edu>, Han de Vries <J.deVries1@uu.nl>, & David A. Kenny <david.kenny@uconn.edu>.
de Vries, H. (1993). The rowwise correlation between two proximity matrices and the partial rowwise correlation. Psychometrika, 58, 53-69.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.