getCenter-methods(rrcov)
getCenter-methods()所属R语言包:rrcov
Accessor methods to the essential slots of Cov and its subclasses
冠状病毒和它的子类的基本插槽存取方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Accessor methods to the slots of objects of classCov and its subclasses
类Cov和它的子类的对象的插槽存取方法
用法----------Usage----------
getCenter(obj)
getCov(obj)
getCorr(obj)
getData(obj)
getDistance(obj)
getEvals(obj)
getDet(obj)
getShape(obj)
getFlag(obj, prob=0.975)
getMeth(obj)
isClassic(obj)
getRaw(obj)
参数----------Arguments----------
参数:obj
an object of class "Cov" or of a class derived from "Cov"
对象类"Cov"或一类来自"Cov",
参数:prob
optional argument for getFlag - probability, defaults to 0.975
可选参数getFlag - 概率,默认0.975
方法----------Methods----------
obj = "Cov" generic functions - see getCenter, getCov, getCorr, getData, getDistance, getEvals, getDet, getShape, getFlag, isClassic
OBJ =“COV”通用功能 - getCenter,getCov,getCorr,getData,getDistance,getEvals,getDet ,getShape,getFlag,isClassic
obj = "CovRobust" generic functions - see getCenter, getCov, getCorr, getData, getDistance, getEvals, getDet, getShape, getFlag, getMeth, isClassic
OBJ =“CovRobust”的通用功能 - getCenter,getCov,getCorr,getData,getDistance,getEvals,getDet ,getShape,getFlag,getMeth,isClassic
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|