Learn R Programming

corrsieve (version 1.6-9)

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

See Also

matrixCorr

Examples

Run this code
# NOT RUN {
test <- matrixCorr(K = 1, Run1 = 2, Run2 = 3, CorrMatrix = matrix(NA))
# }

Run the code above in your browser using DataLab