mulPermC(Mulcom)
mulPermC()所属R语言包:Mulcom
MulCom Permutation
MulCom置换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
R pipe to C function not called directly by user that reiterate MulCom Test on permutated data to perform Monte Carlo simulation
R管的C函数不叫用户直接进行蒙特卡罗模拟重申permutated数据MulCom测试
用法----------Usage----------
mulPermC(eset, index, means, mse, n, m, nump, ngroups, reference)
参数----------Arguments----------
参数:eset
An an AffyBatch object, each row of must correspond to a variable and each column to a sample.
一个AffyBatch对象,每行必须对应一个变量,每列样品。
参数:index
a numeric vector of length ncol(data) with the labels of the samples. 0 are the reference samples.
数值向量的长度NCOL(数据)与样品的标签。 0参考样本。
参数:means
entry for the means output.
入境的手段输出。
参数:mse
entry for the mean square errors output
入境的平均输出方的错误
参数:n
number of rows in obext of class eset
ESET类obext行数
参数:m
number of columns
列数
参数:nump
number of permutation to perform
置换执行
参数:ngroups
a number corresponding to the number of groups in the analysis.
一个数字对应的数量分析组。
参数:reference
reference for the comparisons. typically it is 0
参考比较。它通常是0
Details
详情----------Details----------
mulPerm
mulPerm
作者(S)----------Author(s)----------
Claudio Isella, <a href="mailto:claudio.isella@ircc.it">claudio.isella@ircc.it</a>
举例----------Examples----------
data(benchVign)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|