View source: R/perm.dataStream.group.R
perm.dataStream.group | R Documentation |
Pre-network permutation on association data
perm.dataStream.group(
df,
scan,
control_factor = NULL,
nperm,
progress = TRUE,
method = "sri"
)
df |
A data frame.The data frame must have a column named 'ID'. ID have to be set as factors! |
scan |
an integer indicating the column of scans of individuals association. |
control_factor |
A confounding factor by which to control group associations. |
progress |
a boolean indicating if the permutation process has to be visible. |
method |
Which type of index to calculate:
|
perm |
number of permutations to perform. |
Data stream permutation is a pre-network permutation approach. It is used on association data based on the gambit of the group.
list of square association index matrices. The first element of the list is the non-permuted association index matrix.
Sebastian Sosa, Ivan Puga-Gonzalez.
Whitehead, H. A. L. (1997). Analysing animal social structure. Animal behaviour, 53(5), 1053-1067.
Farine, D. R. (2017). A guide to null models for animal social network analysis. Methods in Ecology and Evolution.
Sosa, S. (2018). Social Network Analysis, in: Encyclopedia of Animal Cognition and Behavior. Springer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.