Learn R Programming

fMRItools (version 0.7.2)

dice_overlap: Dice overlap

Description

Dice overlap

Usage

dice_overlap(X, Y = NULL)

Value

The Dice overlap.

Arguments

X, Y

If Y is NULL, X should be a binary matrix, e.g. with locations along the rows and networks along the columns.

If both are provided, they both must be binary vectors (2 network case).