Learn R Programming

tmle.npvi (version 0.10.0)

extractW: Extracts W Columns from Matrix of Observations

Description

Extracts the W column(s) from a matrix of observations.

Usage

extractW(mat)

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.