bundle.census: Bundle Census

bundle.censusR Documentation

Bundle Census

Description

A function to perform the Bundle Census in multiple networks.

Usage

bundle.census(x, loops = FALSE)

Arguments

x

an array; usually with three dimensions of stacked matrices where the multiple relations are placed.

loops

(logical) whether or not the loops should be considered

Details

This function calculates the number of occurrences for each bundle class pattern in multiple networks. A bundle is a particular type of pattern made of relations at different levels that is binding a pair of nodes or actors. Depending on the direction and occurrence of each possible tie, then it is possible to count with seven dyadic configuration classes in the census.

Value

A table with the occurrences in the distinct bundle class patterns. The first column in the output gives the number of bundles in the network, excluding the null pattern, and then the totals for each bundle class pattern are specified in the following columns. The last column of the table hosts loops in case these are activated in the input.

Functions bundles and summaryBundles provide bundle class occurrences in the network with a more detailed information.

Author(s)

Antonio Rivero Ostoic

References

Ostoic, J. A. R. ‘Dyadic Patterns in Multiple Networks,’ Advances in Social Networks Analysis and Mining, International Conference on, 475-481. 2011.

See Also

bundles, summaryBundles

Examples

## Create the data: two binary relations among three elements
arr <- round( replace( array(runif(18), c(3,3,2)), array(runif(18),
       c(3,3,2))>.8, 3 ) )

## Calculate the Bundle Census
bundle.census(arr)


mplex/multiplex documentation built on April 9, 2024, 3:12 a.m.