Description Usage Arguments Value Examples
dyadic dominance relations
1 | dyadic_dom(winner, loser, Date = NULL, daterange = NULL)
|
winner |
character or factor with winner |
loser |
character or factor with winner |
Date |
not yet implemented |
daterange |
not yet implemented |
a data.frame with one row per dyad
1 2 | xdata <- randomsequence(nID = 5, avgIA = 10, reversals = 0.1)$seqdat
dyadic_dom(xdata$winner, xdata$loser)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.