QmatrixFilt-method {corrsieve} | R Documentation |
QmatrixFilt constructor
Description
Constructor for QmatrixFilt
objects
Usage
QmatrixFilt(rowncol = list(""), avmaxcorr = as.table(matrix(NA)), rawcorr = list(""))
Arguments
rowncol |
A list corresponding to the @rowncol slot listing filtered Q matrix correlations by the rows-and-columns method |
avmaxcorr |
A table corresponding to the @avmaxcorr slot listing filtered Q matrix correlations by the rows-and-columns method |
rawcorr |
A list corresponding to the @rawcorr slot listing raw Q matrix correlations |
Value
Returns a S4 object of class QmatrixFilt listing Q matrix correlation results
Author(s)
Michael G. Campana <mcampana63@gmail.com>
See Also
Examples
test <- QmatrixFilt(rowncol = list(c("a", "b", "c")))
test@rowncol
[Package corrsieve version 1.6-9 Index]