getObs.NPVI: Retrieves the Observations

Description Usage Arguments Value Author(s) See Also Examples

Description

Retrieves the matrix of observations involved in the TMLE procedure.

Usage

1
2
## S3 method for class 'NPVI'
getObs(this, tabulate, ...)

Arguments

this

An object of class TMLE.NPVI.

tabulate

A logical, to specify whether it is the original data set that is retrieved (if FALSE) or a tabulated version of it (otherwise), for internal use only. If tabulate is missing then the value attached to the input object is used.

...

Not used.

Value

Either the original data set involved in the TMLE procedure or a tabulated version of it.

Author(s)

Antoine Chambaz, Pierre Neuvial

See Also

tmle.npvi

Examples

1

tmle.npvi documentation built on May 1, 2019, 6:50 p.m.