decider: Decider

View source: R/decider.R

deciderR Documentation

Decider

Description

A helper function. Highlights which double interactions to keep or exclude. Used inside "get_int_decision".

Usage

decider(x)

Arguments

x

A data frame of interactions. Typically generated by the "duration decider" function. Needs columns "focal_dyad_count" and "partner_dyad_count". (created by get_p_dyad_count).

Value

Adds new "double_interaction" column with decision on wether to "include" or "exclude" a particular interaction event.


avrincon/avr documentation built on Nov. 8, 2022, 4:30 a.m.