regmax: Regular maximality

Description Usage Arguments Value Author(s) Examples

View source: R/fechner.R

Description

Checks whether or not a matrix fulfills the regular maximality or minimality condition.

Usage

1
2
regmax(x)
regmin(x)

Arguments

x

A symmetric data matrix.

Value

boolean

Author(s)

Alexander Pilhoefer

Examples

1
2
3
4
5
6
7
8
x <- replicate(20,rnorm(20))
cx <- abs(cor(x))
regmax(x)
regmin(x)

diag(cx) = runif(20)
regmax(x)
regmin(x)

extracat documentation built on July 17, 2018, 5:05 p.m.

Related to regmax in extracat...