powered by
The pairwise.correlation function plots an image with the pairwise correlation between phenotypes and provides the corresponding source matrix.
pairwise.correlation
pairwise.correlation(Y, label.Y = NULL)
data frame or matrix corresponding to the responses.
character vector indicating the label of the outcomes. By default (label.Y=NULL) labels of Y are set to colnames(Y).
label.Y
Y
colnames(Y)
A matrix of the pairwise correlation between outcomes.
# NOT RUN { data(data.Y.Hopx) res.cor.Y.Hopx <- pairwise.correlation(data.Y.Hopx,label.Y=NULL)$matcor # }
Run the code above in your browser using DataLab