MARI: Modified Rand Index (MRI) and Modified Adjusted Rand Index...

Description Usage Arguments Details Value Author(s) References

View source: R/MARI.R

Description

It computes the value of the adjuster or non-adjusted Modified Rand Index.

Usage

1
MARI(U = U, V = V, k = 1000)

Arguments

U

The first partition.

V

The second partition.

k

the number of iterations to estimate the expected value in the case of two random and independent partitions.

Details

The corresponding values for the first and/or second partitions for in-comers and/or out-goings have to be NA.

Value

A single value.

Author(s)

Marjan Cugmas

References

Cugmas, M., & Ferligoj, A. (2018). Comparing two partitions of non-equal sets of units. Advances in Methodology and Statistics 1(15), 1-23.


nem documentation built on April 23, 2021, 3 p.m.

Related to MARI in nem...