ssodm: Sum of squared off-diagonal mass

Description Usage Arguments Value Examples

Description

This function calculates the off-diagonal sum of squared mass for a transition matrix

Usage

1
ssodm(tm)

Arguments

tm

a transition matrix for two bipartite networks

Value

vector containined the sum of squared off diagonal mass, dTFI

Examples

1
2
mat <- matrix(rnorm(100),ncol=10)
ssodm(mat)

dschlauch/MONSTER documentation built on May 15, 2019, 2:57 p.m.