get_ja0_grp {mina}R Documentation

Get the Jaccard0 distance between two networks / adjacency matrices.

Description

Get the Jaccard0 distance between two networks / adjacency matrices.

Usage

get_ja0_grp(x, y, grp)

Arguments

x

The network/adjacency matrix of one of the compared condition.

y

The other network/adjacency matrix.

grp

The table with group information.

Value

The Jaccard0 distance between two matrices.


[Package mina version 1.2.0 Index]