MEstimate-class(RobAStBase)
MEstimate-class()所属R语言包:RobAStBase
MEstimate-class.
MEstimate类。
译者:生物统计家园网 机器人LoveR
描述----------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.
可以创建对象通过调用的形式new("MEstimate", ...)。更经常的是,他们通过创建生成函数locMEstimator。
插槽----------Slots----------
nameObject of class "character": name of the estimator.
name对象的类"character":名称的估计。
estimateObject of class "ANY": estimate.
estimate对象的类"ANY":估计。
samplesizeObject of class "numeric": sample size.
samplesize对象的类"numeric":样本量。
asvarOptional object of class "matrix": asymptotic variance.
asvar类"matrix":渐近方差的可选对象。
asbiasOptional object of class "numeric": asymptotic bias.
asbias可选的对象的类"numeric":渐近偏差。
pICOptional object of class InfluenceCurve: influence curve.
pIC可选的对象的类InfluenceCurve的影响曲线。
nuis.idx object of class "OptionalNumeric": indices of estimate belonging to the nuisance part.
nuis.idx对象的类"OptionalNumeric":指数estimate的滋扰部分。
MrootObject of class "numeric": value of the M equation at the estimate.
Mroot类"numeric":值的M估计方程的对象。
Infos object of class "matrix" with two columns named method and message: additional informations.
Infos对象的类"matrix"的两列名为method和message:额外的信息。
扩展----------Extends----------
Class "ALEstimate", directly.<br> Class "Estimate", by class "ALEstimate".
类"ALEstimate",直接。<BR>的类"Estimate"类"ALEstimate"。
方法----------Methods----------
Mrootsignature(object = "MEstimate"): accessor function for slot Mroot.
Mroot signature(object = "MEstimate")插槽Mroot访问函数。
showsignature(object = "MEstimate")
显示signature(object = "MEstimate")
(作者)----------Author(s)----------
Matthias Kohl <a href="mailto:Matthias.Kohl@stamats.de">Matthias.Kohl@stamats.de</a>
参见----------See Also----------
ALEstimate-class
ALEstimate-class
实例----------Examples----------
## prototype[#原型]
new("MEstimate")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|