getHistory.NPVI: Returns History of TMLE Procedure

Description Usage Arguments Value Author(s) See Also Examples

Description

Returns the 'history' of the TMLE procedure.

Usage

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

Arguments

this

An object of class TMLE.NPVI.

...

Not used.

Value

Returns a numeric matrix which encapsulates a summary of the TMLE procedure. If k successive updates were performed, then the matrix has either k+1 rows (if cleverCovTheta was set to FALSE in the call to tmle.npvi) or 2k+1 rows (otherwise). The matrix has 14 columns:

Author(s)

Antoine Chambaz, Pierre Neuvial

See Also

tmle.npvi

Examples

1

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