getPValue.matrix: Calculates a p-value from a matrix object of type 'history'

Description Usage Arguments Value Author(s) See Also Examples

Description

Calculates a p-value from a matrix object of type 'history'

Usage

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

Arguments

this

The history of a TMLE procedure.

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.

nobs

An integer, the associated number of observations.

...

Not used.

Value

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

Author(s)

Antoine Chambaz, Pierre Neuvial

See Also

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

Examples

1

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