degree_index: Degree Index - degree_index()

View source: R/IndexFunctions.R

degree_indexR Documentation

Degree Index – degree_index()

Description

Function to calculate the centrality of the constructs. In this case, centrality is understood as the degree of connection that each construct maintains with the rest, i.e. the number of links for each vertex.

Usage

degree_index(imp, method = "simple")

Arguments

imp

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

method

Method for calculating centrality. You can use the simple method with "simple", normalized with "norm", weighted with "weigth", normalized weighted with "wnorm" and the ego density method with "ego". Default is Simple Method.

Value

Returns a list with the centrality data by construct and separated by input degree, output degree and total degree (in and out).


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