test.lmRob(robust)
test.lmRob()所属R语言包:robust
Various Tests of Robust Regression Estimates
各种测试的鲁棒回归估计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Conducts test for bias of robust MM-estimates and Least Squares (LS) estimates against S-estimates, or permutation test of the slope estimate in a straight line fit.
强大的MM估计和最小二乘(LS)估计对S-估计,或排列在一条直线拟合直线的斜率估计测试的偏见进行测试。
用法----------Usage----------
test.lmRob(object, type = "bias", level = NULL, n.permute = 99)
参数----------Arguments----------
参数:object
an object of class "lmRob".
对象类"lmRob"。
参数:type
character string. Valid choices are "bias" for bias test, or "permutation" for permutation test.
字符的字符串。有效的选择是"bias"偏压测试,或“置换”置换检验。
参数:level
the level of the test for bias of MM-estimate. By default, the level component of object$robust.control is used.
MM估计偏压试验的水平。默认情况下,levelobject$robust.control组成部分。
参数:n.permute
a positive integer value specifying the number of permutations to use.
一个正整数,指定的排列顺序使用。
值----------Value----------
the p-value of the permutation test, or an object of class "biasMM" representing the bias test, in which case the following components ARE included:
p值的置换试验,或一个类的对象"biasMM"的偏置测试,在这种情况下,下列组件是:
参数:mm
a list describing the test of bias for final MM-estimates, with the following components: stat, the t-statistic; pchi, a chi-squared p-value; qchi, the quantile of the chi-squared distribution with degrees of freedom equal to object\$rank corresponding to the probability input in the level (object$robust.control$level).
一个列表,说明测试的偏差,最终的MM估计,有以下组件:stat,的t-统计量;pchi,卡方P-值,“qchi,位数的卡方分布与自由平等object\$rank对应的概率在水平输入(object$robust.control$level)的程度的。
参数:ls
a list describing the test of bias for LS-estimates, with the following components: stat, the t-statistic; pchi, a chi-squared p-value.
一个列表,说明LS估计的偏差测试,有以下组件:stat,pchi,卡方P-值的t统计量;。
参数:level
the level of the test for bias of MM-estimate.
MM估计偏压试验的水平。
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|