rowBeta#

swordfish.function.rowBeta()#

Calculate the coefficient estimate of the ordinary-least-squares regression of Y on X by row and return a vector with the same number of rows of X.

Parameters:
  • X (Constant) – A numeric vector/array vector.

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