powered by
Constructor for matrixCorr objects
matrixCorr
matrixCorr(K, Run1, Run2, CorrMatrix, Pvalues = matrix(NA))
A numeric corresponding to the @K slot listing the K value of the runs correlated
A numeric corresponding to the @Run1 slot identifying the first of the runs correlated
A numeric corresponding to the @Run2 slot identifying the second of the runs correlated
A matrix corresponding to the @CorrMatrix slot listing raw Q matrix correlations
A matrix corresponding to the @Pvalues slot listing raw Q matrix correlation significances
Returns a S4 object of class matrixCorr listing raw Q matrix correlation results
# NOT RUN { test <- matrixCorr(K = 1, Run1 = 2, Run2 = 3, CorrMatrix = matrix(NA)) # }
Run the code above in your browser using DataLab