View source: R/perm.nodeLabel.R
perm.nodeLabel | R Documentation |
Performs node label permutations
Node label permutation is one of the methods used to build null models.
perm.nodeLabel(df, labels, nperm, progress = TRUE)
df |
a dataframe or a list of data frames. |
labels |
column names or numbers in which to permute the data |
nperm |
Number of permutations. |
progress |
a boolean indicating if the permutation process has to be visible. |
A list of data frames with the specified column permuted.
Sebastian Sosa, Ivan Puga-Gonzalez.
Whitehead, H. A. L. (1997). Analysing animal social structure. Animal behaviour, 53(5), 1053-1067.
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.