Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

rcellminer (version 1.4.2)

rowCors: Row-wise correlations

Description

Correlation between ith row of x and ith row of y for all i

Usage

rowCors(X, Y)

Arguments

X
a matrix
Y
a matrix

Value

  • a list of two vectors: cor (correlation values) and pval (correlation p-values)

concept

rcellminer

Examples

Run this code
a <- matrix(runif(100), nrow=10, ncol=10)
b <- matrix(runif(100), nrow=10, ncol=10)
c <- rowCors(a, b)

Run the code above in your browser using DataLab