powered by
Checks whether or not a matrix fulfills the regular maximality or minimality condition.
regmax(x) regmin(x)
A symmetric data matrix.
boolean
# NOT RUN { x <- replicate(20,rnorm(20)) cx <- abs(cor(x)) regmax(x) regmin(x) diag(cx) = runif(20) regmax(x) regmin(x) # }
Run the code above in your browser using DataLab