Pivot: Pivot

View source: R/covcomp.R

PivotR Documentation

Pivot

Description

Finds the first pivot of Omega.

Usage

Pivot(Omega)

Arguments

Omega

A matrix of 0s and 1s.

Value

Vector of dimension 2: entries of the pivot.

Examples

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

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