moneca: moneca

Description Usage Arguments Value See Also

View source: R/analytical_functions.R

Description

moneca

Usage

1
2
moneca(mx = mx, segment.levels = 3, cut.off = 1, mode = "symmetric",
  delete.upper.tri = TRUE, small.cell.reduction = 0)

Arguments

mx

is a raw mobility table with row and column margins

segment.levels

defines the number levels of nested segments to be returned

cut.off

is the minimum weight or relative risk accepted as a network tie

mode

defines whether mat is symmetric. If mode is "Mutual" - ties are only created for mutual relations. If mode is "Unmutual", relations are not required to be mutual to result in a tie.

delete.upper.tri

defines whether the upper triangle of the matrix is to be deleted. This results in speed gains.

Value

segment.list returns a list of cliques for each level. The row indices correspond to the first level aka. the rows from mx.

mat.list returns a list with a mobility table for each level with the number of rows and columns corresponding to the number of segments for each level

See Also

find.segments, moneca.plot


antongrau/MONECA documentation built on Sept. 17, 2019, 5:52 a.m.