rowCorr#

swordfish.function.rowCorr()#

Calculate the correlation between X and Y by row and return a vector with the same number of rows of X. Null values are ignored in calculation.

参数:
  • X (Constant) -- A numeric vector/array vector.

  • Y (Constant) -- A numeric vector/array vector.