int(SNPassoc)
int()所属R语言包:SNPassoc
Identify interaction term
确定交互项
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a special function used for 'haplo.interaction' function. It identifies the variable that will interact with the haplotype estimates. Using int() in a formula implies that the interaction term between this variable and haplotypes is included in 'haplo.glm' function.
这是一个用来为“haplo.interaction功能的特殊功能。它确定了变量,将与单倍型估计。使用int()的公式意味着,这个变量之间的交互项和单倍型在haplo.glm“功能。
用法----------Usage----------
int(x)
参数----------Arguments----------
参数:x
A factor variable. </table>
一个因素变量。 </ TABLE>
值----------Value----------
x
x
参见----------See Also----------
haplo.interaction
haplo.interaction
实例----------Examples----------
# Not Run[不运行]
# data(SNPs)[数据(单核苷酸多态性)]
# mod <- haplo.interaction(casco~int(sex)+blood.pre, data=SNPs,[MOD < - haplo.interaction(CASCO~(性别)+ blood.pre,数据= SNP位点,]
# SNPs.sel=c("snp10001","snp10004","snp10005"))[SNPs.sel = C(“snp10001”中,“snp10004”,“snp10005”))]
#[]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|