| 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
nameObject of class
"character": name of the estimator.estimateObject of class
"ANY": estimate.samplesizeObject of class
"numeric": sample size.asvarOptional object of class
"matrix": asymptotic variance.asbiasOptional object of class
"numeric": asymptotic bias.pICOptional object of class
InfluenceCurve: influence curve.nuis.idxobject of class
"OptionalNumeric": indices ofestimatebelonging to the nuisance part.MrootObject of class
"numeric": value of the M equation at the estimate.Infosobject of class
"matrix"with two columns namedmethodandmessage: 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")