MaxAbsCor | R Documentation |
MaxAbsCor
returns the maximum absolute correlation of a matrix
MaxAbsCor(X)
X |
A matrix object. In general, |
If all inputs are logical, then the output will be a positive number indicating maximum absolute correlation.
maximum absolute correlation = max_{ij} |q_{ij}|
Georgiou, S. D. (2009) Orthogonal Latin hypercube designs from generalized orthogonal designs. Journal of Statistical Planning and Inference, 139, 1530-1540.
#create a toy LHD with 5 rows and 3 columns
toy=rLHD(n=5,k=3);toy
#Calculate the maximum absolute correlation of toy
MaxAbsCor(X=toy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.