MEstimate-class {RobAStBase} | R Documentation |
MEstimate-class.
Description
Class of asymptotically linear estimates.
Objects from the Class
Objects can be created by calls of the form new("MEstimate", ...)
.
More frequently they are created via the generating function
locMEstimator
.
Slots
name
Object of class
"character"
: name of the estimator.estimate
Object of class
"ANY"
: estimate.samplesize
Object of class
"numeric"
: sample size.asvar
Optional object of class
"matrix"
: asymptotic variance.asbias
Optional object of class
"numeric"
: asymptotic bias.pIC
Optional object of class
InfluenceCurve
: influence curve.nuis.idx
object of class
"OptionalNumeric"
: indices ofestimate
belonging to the nuisance part.Mroot
Object of class
"numeric"
: value of the M equation at the estimate.Infos
object of class
"matrix"
with two columns namedmethod
andmessage
: additional informations.
Extends
Class "ALEstimate"
, directly.
Class "Estimate"
, by class "ALEstimate"
.
Methods
- Mroot
signature(object = "MEstimate")
: accessor function for slotMroot
.- show
signature(object = "MEstimate")
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de
See Also
Examples
## prototype
new("MEstimate")