Learn R Programming

corrsieve (version 1.6-9)

QmatrixFilt-method: 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

See Also

QmatrixFilt

Examples

Run this code
# NOT RUN {
test <- QmatrixFilt(rowncol = list(c("a", "b", "c")))
test@rowncol
# }

Run the code above in your browser using DataLab