Check whether dyadic observations are repeating in the data.frame object
repeat_dyads_check.Rd
This function checks for repeating dyadic observations in a data.frame, possibly considering a time dimension. It leverages fast C++ code for improved performance.
Arguments
- dyad_data
A data.frame containing the dyadic data.
- actor1
Character string specifying the column name for actor1.
- actor2
Character string specifying the column name for actor2.
- time
Optional character string specifying the column name for time. If not provided, dyads are considered without regard to time.