MARI {nem}R Documentation

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

Description

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

Usage

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.


[Package nem version 0.12.33 Index]