betw_index: Betweeness index - betw_index()

View source: R/IndexFunctions.R

betw_indexR Documentation

Betweeness index – betw_index()

Description

Function that calculates the betweenness of each of the constructs. This is the number of times a geodesic path (shortest path) between two other constructs passes through that construct in the digraph.

Usage

betw_index(imp, norm = TRUE)

Arguments

imp

Subject's ImpGrid. It must be an S4 object imported by the importimp function.

norm

If TRUE, the values will be standardized. Default is TRUE.

Value

Returns a vector with the betweeness index for each of the constructs.


GICUNED/GridFCM documentation built on Feb. 23, 2023, 9:03 a.m.