cph: Cumulated Person Hierarchy

cphR Documentation

Cumulated Person Hierarchy

Description

A function to calculate the Cumulated Person Hierarchy in networks of multiple relations

Usage

cph(W, lbs)

Arguments

W

an object of the 'Rel.Box' class.

lbs

(optional) the labels of the relational system

Details

The cumulated person hierarchy is used to determine the partial structural equivalence among the actors in a multiple network. Two nodes are considered as partial structural equivalent iff they have identical role sets.

The outcome of this function depends on the characteristics of the Relation-Box.

Value

An object of 'Partial.Order' class with an array representing the cumulated person hierarchy.

Note

If the length of the labels differs from the order of the relational system, then labels will be ignored.

Author(s)

Antonio Rivero Ostoic

References

Breiger, R.L. and P.E. Pattison, ‘Cumulated social roles: The duality of persons and their algebras,’ Social Networks, 8, 215-256. 1986.

Mandel, M.J. ‘Roles and networks: A local approach’. B.A. Honours thesis, Harvard University. 1978.

See Also

rbox, semigroup, diagram

Examples

## load the data
data("incubA")

## Make the Relation Box of the image matrices
rb <- rbox(incubA$IM)

## Calculate the cumulated person hierarchy
cph(rb)


multiplex documentation built on Nov. 16, 2023, 5:08 p.m.