extractW: Extracts W Columns from Matrix of Observations
Description
Extracts the W
column(s) 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 two X
and Y
columns.
Details
Mainly for internal use.