calc_sna_pars_dyad: Calculate various individual social network parameters based...

Description Usage Arguments

View source: R/calculate-sna-pars.R

Description

Determines Strength, Betweenness, Eigenvector centrality, Clustering coefficient (cc), Reach. Works with weighted, but undirected edges

Usage

1
2
3
4
5
6
calc_sna_pars_dyad(
  edge_table,
  indA_col = "IndA",
  indB_col = "IndB",
  weight_col = "DSI"
)

Arguments

edge_table

Table with two individual and one weight column

indA_col, indB_col, weight_col

Specify names of columns for the two individuals and the weight to be used in the SNA


urskalbitzer/daginR documentation built on Jan. 21, 2020, 1:26 a.m.