mulIndex(Mulcom)
mulIndex()所属R语言包:Mulcom
Mulcom Index for Monte Carlo Simlation
蒙特卡洛Simlation mulcom指数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Random assebly of the groups indices for Monte Carlo Simulation
随机assebly蒙特卡罗模拟指数组
用法----------Usage----------
mulIndex(index, np, seed)
参数----------Arguments----------
参数:index
the vector with the groups of analysis, must be numeric and 0 correspond to the reference.
分析组的向量,必须是数字0对应的参考。
参数:np
number of permutation in the simulation
在模拟置换
参数:seed
seed for permtations
种子为permtations
Details
详情----------Details----------
'mulIndex' generates random index for the function mulPerm. it is not directly called by the user.
“mulIndex的函数mulPerm生成随机指数。它不直接由用户调用。
值----------Value----------
A matrix with all indices permutations
所有指数排列矩阵
作者(S)----------Author(s)----------
Claudio Isella, <a href="mailto:claudio.isella@ircc.it">claudio.isella@ircc.it</a>
举例----------Examples----------
data(benchVign)
mulcom_scores <- mulIndex(Affy$Groups, 5, 7)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|