fast_excess_transitivity: Compute excess transitivity

Description Usage Arguments Value

Description

count transitive triangles and compute excess transitivity at the same time for efficiency gain

Usage

1
2
fast_excess_transitivity(links, col_link_indicator, col_link_probability,
  col_sender = "i", col_receiver = "j")

Arguments

links

data frame with link data

col_link_indicator

name of column with binary link indicator

col_link_probability

name of column with link probability

col_sender

name of column that gives sender id

col_receiver

name of column that gives receiver id

Value

list with number of transitive triangles, expected triangles, excess transitivity


adzemski/netprobitFE documentation built on May 17, 2019, 11:40 a.m.