Learn R Programming

tmle.npvi (version 0.10.0)

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

Description

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

Usage

"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

``$Psi(P_0)=Phi(P_0)$'' of ``$Psi(P_0)=0$'', according to the value of wrt.phi.

See Also

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