Learn R Programming

RGCCA (version 2.1.2)

miscrossprod: Cross product function for inputs with missing data.

Description

Given vectors \(x\) and \(y\) as arguments, the function miscrossprod() returns the cross-product \(x^ty\). miscrossprod() handles missing data.

Usage

miscrossprod(x, y)

Arguments

x
A numeric vector.
y
A numeric vector.

Value

d.p
The dot product between x and y: \(x^ty\)