Learn R Programming

NetworkToolbox (version 1.1.1)

impact: Node Impact

Description

Computes impact measure or how much the average distance in the network changes with that node removed of each node in a network (Please see and cite Kenett et al., 2011. See also impact for a separate but related measure)

Usage

impact(A, progBar = TRUE)

Arguments

A

An adjacency matrix of network data

progBar

Defaults to FALSE. Set to TRUE to see progress bar

Value

A vector of node impact values for each node in the network (impact > 0, greater ASPL when node is removed; impact < 0, lower ASPL when node is removed)

References

Kenett, Y. N., Kenett, D. Y., Ben-Jacob, E., & Faust, M. (2011). Global and local features of semantic networks: Evidence from the Hebrew mental lexicon. PloS one, 6(8), e23912.

Examples

Run this code
# NOT RUN {
A<-TMFG(neoOpen)$A

nodeimpact<-impact(A)
# }

Run the code above in your browser using DataLab