getPValue.NPVI: Calculates a p-value from a NPVI object

Description Usage Arguments Value Author(s) See Also Examples

Description

Calculates a p-value from a NPVI object

Usage

1
2
## S3 method for class 'NPVI'
getPValue(this, wrt.phi = TRUE, ...)

Arguments

this

An object of class TMLE.NPVI.

wrt.phi

A logical equal to TRUE by default, which means that psi_n is compared with phi_n. Otherwise, psi_n is compared with 0.

...

Not used.

Value

Returns the p-value of the two-sided test of “Psi(P_0)=Phi(P_0)” or “Psi(P_0)=0”, according to the value of wrt.phi.

Author(s)

Antoine Chambaz, Pierre Neuvial

See Also

tmle.npvi, getHistory, as.character.NPVI, getPValue.matrix

Examples

1

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