| MEstimate-class | R Documentation |
Class of asymptotically linear estimates.
Objects can be created by calls of the form new("MEstimate", ...).
More frequently they are created via the generating function
locMEstimator.
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.idx object of class "OptionalNumeric":
indices of estimate belonging to the nuisance part.
MrootObject of class "numeric": value of
the M equation at the estimate.
Infos object of class "matrix"
with two columns named method and message:
additional informations.
Class "ALEstimate", directly.
Class "Estimate", by class "ALEstimate".
signature(object = "MEstimate"):
accessor function for slot Mroot.
signature(object = "MEstimate")
Matthias Kohl Matthias.Kohl@stamats.de
ALEstimate-class
## prototype
new("MEstimate")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.