calc_sna_pars_dyad_mymg: 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. Works with several groups and years

Usage

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

Arguments

edge_table

Table with two individual and one weight column. Also requires columns "GroupCode" and "YearOf" or will fail.

indA_col

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

indB_col

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

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.