check.orthogonality: Orthogonality of Rows of a Given Matrix

View source: R/ibd.R

check.orthogonalityR Documentation

Orthogonality of Rows of a Given Matrix

Description

Checks whether rows of a given matrix are pairwise orthogonal or not. Returns a value 1 if the rows are pairwise orthogonal, else return 0.

Usage

check.orthogonality(M)

Arguments

M

a matrix

Value

A value of 1 if rows of the matrix are pairwise orthogonal else 0.

Author(s)

Baidya Nath Mandal <mandal.stat@gmail.com>


ibd documentation built on May 29, 2024, 12:11 p.m.

Related to check.orthogonality in ibd...