lsd.object class(someMTP)
lsd.object class()所属R语言包:someMTP
Class "lsd.object" for storing the result of the function lsd
类“lsd.object”,用于存储结果的功能致幻剂
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The class lsd.object is the output of a call to lsd.test
类lsd.object是输出一个呼叫到lsd.test
插槽----------Slots----------
F :the test statistic
F :检验统计量
df :the degrees of freedom of F
df :度的F的自由
globalP:the associated p-value
globalP:相关的p值
D:the matrix used in the test (it provides the influence of columns in resp to the test statistic)
D:在测试中所使用的矩阵(它提供的检验统计量的影响列在resp)
call:The matched call to lsd.
call:匹配调用lsd。
MTP:The procedure used ("fdrOrd", "kfweOrd" or others).
MTP:该程序用于(“fdrOrd”中,“kfweOrd”或其他的)。
方法----------Methods----------
p.value(lsd.object): Extracts the p-values.
p.value(lsd.object):提取的p值。
showlsd.object: Prints the test results: p-value, test statistic, expected value of the test statistic under the null hypothesis, standard deviation of the test statistic under the null hypothesis, and number of covariates tested.
showlsd.object:打印测试结果:p值,检验统计量,检验统计量的零假设下的预期中值,标准差的检验统计量的零假设下,测试的协变量和数量。
summarylsd.object: Prints the test results: p-value, test statistic, expected value of the test statistic under the null hypothesis, standard deviation of the test statistic under the null hypothesis, and number of covariates tested.
summarylsd.object:打印测试结果:p值,检验统计量,检验统计量的零假设下的预期中值,标准差的检验统计量的零假设下,测试的协变量和数量。
weightslsd.object: diagonal of matrix D used in the test (i.e. the influence of columns in resp to the test statistic)
weightslsd.object:对角线矩阵D的测试中使用的(即检验统计量的影响列在resp)
(作者)----------Author(s)----------
Livio Finos: <a href="mailto:livio@stat.unipd.it">livio@stat.unipd.it</a>
参见----------See Also----------
lsd
lsd
实例----------Examples----------
# Simple examples with random data here[简单的例子,这里的随机数据]
set.seed(1)
#Standard multivariate LSD test for one sample case[标准多元LSD测试一个样品的情况下,]
X=matrix(rnorm(50),5,10)+5
res <- lsd.test(resp=X,alternative=~1)
print(res)
p.value(res)
summary(res,showD=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|