matrixCorr-method {corrsieve} | R Documentation |
MatrixCorr constructor
Description
Constructor for matrixCorr
objects
Usage
matrixCorr(K, Run1, Run2, CorrMatrix, Pvalues = matrix(NA))
Arguments
K |
A numeric corresponding to the @K slot listing the K value of the runs correlated |
Run1 |
A numeric corresponding to the @Run1 slot identifying the first of the runs correlated |
Run2 |
A numeric corresponding to the @Run2 slot identifying the second of the runs correlated |
CorrMatrix |
A matrix corresponding to the @CorrMatrix slot listing raw Q matrix correlations |
Pvalues |
A matrix corresponding to the @Pvalues slot listing raw Q matrix correlation significances |
Value
Returns a S4 object of class matrixCorr listing raw Q matrix correlation results
Author(s)
Michael G. Campana <mcampana63@gmail.com>
See Also
Examples
test <- matrixCorr(K = 1, Run1 = 2, Run2 = 3, CorrMatrix = matrix(NA))
[Package corrsieve version 1.6-9 Index]