dyadic_dom: dyadic dominance relations

Description Usage Arguments Value Examples

View source: R/dyadic_dom.R

Description

dyadic dominance relations

Usage

1
dyadic_dom(winner, loser, Date = NULL, daterange = NULL)

Arguments

winner

character or factor with winner

loser

character or factor with winner

Date

not yet implemented

daterange

not yet implemented

Value

a data.frame with one row per dyad

Examples

1
2
xdata <- randomsequence(nID = 5, avgIA = 10, reversals = 0.1)$seqdat
dyadic_dom(xdata$winner, xdata$loser)

EloRating documentation built on March 26, 2020, 7:29 p.m.