estimator {DynTxRegime}R Documentation

Retrieve the Estimated Value

Description

Retrieve the value as estimated by the statistical method.

Usage

estimator(x, ...)

## S4 method for signature 'IQLearnFS'
estimator(x, w = NULL, y = NULL, z = NULL, dens = NULL)

## S4 method for signature 'IQLearnSS'
estimator(x, w = NULL, y = NULL, z = NULL, dens = NULL)

Arguments

x

a DynTxRegime Object.

...

Optional additional input. Ignored.

w

If IQ-Learning, object of class IQLearnSS, IQLearnFS_C, IQLearnFS_ME, or IQLearnFS_VHet

y

If IQ-Learning, object of class IQLearnSS, IQLearnFS_C, IQLearnFS_ME, or IQLearnFS_VHet

z

If IQ-Learning, object of class IQLearnSS, IQLearnFS_C, IQLearnFS_ME, or IQLearnFS_VHet

dens

If IQ-Learning, one of {"norm", "nonpar"}


[Package DynTxRegime version 4.15 Index]