data.logicfs(logicFS)
data.logicfs()所属R语言包:logicFS
Example Data of logicFS
例如数据logicFS
译者:生物统计家园网 机器人LoveR
描述----------Description----------
data.logicfs contains two objects: a simulated matrix data.logicfs of 400 observations (rows) and 15 variables (columns) and a vector cl.logicfs of length 400 containing the class labels of the observations.
data.logicfs包含两个对象:一个模拟矩阵data.logicfs400意见(行)和15个变量(列)向量cl.logicfs长度400包含的意见类的标签。
Each variable is categorical with realizations 1, 2 and 3. The first 200 observations are cases, the remaining are controls. If one of the following expression is TRUE, then the corresponding observation is a case:
每个变量是分类与实现1,2和3。第200意见的情况下,剩下的都是控制。如果下列表现之一是TRUE,那么相应的观察是:
SNP1 == 3
SNP1 == 3
SNP2 == 1 AND SNP4 == 3
SNP2 == 1和SNP4 == 3
SNP3 == 3 AND SNP5 == 3 AND SNP6 == 1
SNP3的== 3和SNP5 == 3和SNP6 == 1
where SNP1 is in the first column of data.logicfs, SNP2 in the second, and so on.
SNP1是data.logicfs,SNP2第一列第二,依此类推。
参见----------See Also----------
logic.bagging, logicFS
logic.bagging,logicFS
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|