QmatrixFilt-method: QmatrixFilt constructor

QmatrixFilt-methodR 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

QmatrixFilt

Examples

test <- QmatrixFilt(rowncol = list(c("a", "b", "c")))
test@rowncol

corrsieve documentation built on May 3, 2022, 1:06 a.m.