| rowncolMatrix-method | R Documentation |
Constructor for rowncolMatrix objects
rowncolMatrix(K, filtermatrix)
K |
A numeric corresponding to the @K slot listing the K value of the runs correlated |
filtermatrix |
A table corresponding to the @filtermatrix slot listing filtered Q matrix correlations |
Returns a S4 object of class rowncolMatrix listing raw Q matrix correlation results
Michael G. Campana <mcampana63@gmail.com>
rowncolMatrix
## Make a table of correlation determinations
filtmat <- table(matrix(c("Y","Y","Y",NA,"Y","Y",NA,NA,"Y"),ncol = 3, byrow = TRUE))
## Make a rowncolMatrix
test <- rowncolMatrix(K = 3, filtermatrix = filtmat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.