Learn R Programming

tnet (version 3.0.16)

reinforcement_tm: Reinforcement_tm

Description

The reinforcement_tm-function computes Robin and Alexander's (2004) 4-cycle metric for two-mode networks.

Usage

reinforcement_tm(net)

Arguments

net

A two-mode network

Value

Returns the score

References

http://toreopsahl.com/tnet/two-mode-networks/clustering/

Examples

Run this code
# NOT RUN {
## Load sample data
net <- rg_tm(10, 7, 0.4)

## Run the programme
reinforcement_tm(net)
# }

Run the code above in your browser using DataLab