a square matrix U
of the same order as V
. If a
is
the complement of b
, then U[a,b]
is the matrix of
regression coefficients of a
given b
and U[a,a]
is the corresponding covariance matrix of the residuals.
If b
is empty the function returns V
.
If b
is the vector 1:nrow(V)
(or its permutation) then
the function returns the opposite of the inverse of V
.