Skip to contents

Add a counter for reciprocity errors

Usage

count_recip_errors(x, counter_type = 0L)

Arguments

x

An object of class barry_graph.

counter_type

An integer indicating the type of census to compute (see details).

Details

We can also separate the counts as a function of whether the perceiver is looking into all ties, only ties including them, or only ties not including them. This is controlled by the counter_type argument:

  • 0: All ties

  • 1: Only ties including the perceiver

  • 2: Only ties not including the perceiver