miscrossprod.RdGiven vectors \(x\) and \(y\) as arguments, the function miscrossprod() returns the cross-product \(x^ty\). miscrossprod() handles missing data.
miscrossprod(x, y)
| x | A numeric vector. |
|---|---|
| y | A numeric vector. |
The dot product between x and y: \(x^ty\)