Description Usage Arguments Details Value Author(s) References See Also Examples
Function to obtain the number of significant relationships of the observed sociomatrix.
1 | getsignificant(X,alpha=0.05,relfreq=TRUE)
|
X |
Original sociomatrix. |
alpha |
Significance level for the binomial test. |
relfreq |
Logical. If TRUE the function computes percentage of significant relationships. |
gettied
computes the number of significant dyads in a binomial test at alfa
level. The function carries out binomial test for every single cell of the sociomatrix using the frequency in each particular cell as the number of occurrences and the dyadic total of interactions as the total of events.
binom.test.matrix |
Matrix with the results of the dyadic binomial tests. Dyadic total number of interactions are shown in the upper triangular part of the matrix, whereas p-values are place in the lower triangular matrix. |
tied.dyads |
Number of dyads with significant outcomes according to a binomial test. |
perc.significant.dyads |
Percentage of significant dyads according to a binomial test. |
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>.
van Hooff, J. A. R. A. M., & Wensing, J. A. B. (1987). Dominance and its behavioral measures in a captive wolf pack. In H. W. Frank (Ed.), Man and wolf (pp. 219-252). Dordrecht: Junk Publishers.
getonewayrel
, gettied
, gettwowayrel
, getunknown
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.