extractXW: Removes the Y Column from Matrix of Observations
Description
Removes the Y
column from a matrix
of observations.Arguments
mat
A matrix
of observations, as the obs
argument of
function
tmle.npvi
. Value
matrix
extracted from mat
by removing the Y
column in such a way that the first column is X
.
Details
Mainly for internal use.