kStepEstimate-class {RobAStBase} | R Documentation |
Class of asymptotically linear estimates.
Objects can be created by calls of the form new("kStepEstimate", ...)
.
More frequently they are created via the generating function
kStepEstimator
.
name
:"character"
:
name of the estimator. estimate
:"ANY"
:
estimate. samplesize
:"numeric"
:
sample size. asvar
:"matrix"
:
asymptotic variance. asbias
:"numeric"
:
asymptotic bias. pIC
:InfluenceCurve
:
influence curve. nuis.idx
:"OptionalNumeric"
:
indices of estimate
belonging to the nuisance part. steps
:"integer"
: number
of steps. Infos
:"matrix"
with two columns named method
and message
:
additional informations.
Class "ALEstimate"
, directly.
Class "Estimate"
, by class "ALEstimate"
signature(object = "kStepEstimate")
:
accessor function for slot steps
. signature(object = "kStepEstimate")
Matthias Kohl Matthias.Kohl@stamats.de