dyadic_dom | R Documentation |
dyadic dominance relations
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
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.