fastKronEye_Y: Fast kronecker product with response vector
Description
This is a c++ implementation of the fast kronecker product with response vector
Usage
fastKronEye_Y(Sigma, Y, n, J)
Arguments
Y
matrix of response variables (Y1, ..., YJ)
Value
Returns a vector with result of kron(Sigma, diag(n)) % y