IndexCof: C Index

View source: R/covcomp.R

IndexCofR Documentation

C Index

Description

Finds the C Index of Omega.

Usage

IndexCof(Omega)

Arguments

Omega

A matrix of 0s and 1s.

Value

Vector; range of C Index

Examples

Omega <- matrix(c(1,1,0,1,1,1,0,1,1), ncol = 3)
IndexCof(Omega)

kgw-stack/covcomp documentation built on Feb. 3, 2024, 5:57 p.m.