getModel(ITALICS)
getModel()所属R语言包:ITALICS
Regression Model
回归模型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the linear regression model and and return an object of class lm.
计算线性回归模型和返回LM类的对象。
用法----------Usage----------
getModel(formule, response, regTab)
参数----------Arguments----------
参数:formule
A symbolic description of the term of the model. It is a string
任期模型的一个象征性的描述。它是一个字符串
参数:response
The parameter you want to explain (the response) : the SNP "LogRatio". Y is a string
你想解释的参数(响应):SNP的“对数比”。 Y是一个字符串
参数:regTab
A Regression table containing the variables in the model
回归表,其中包含在模型中的变量
注意----------Note----------
People interested in tools dealing with array CGH analysis and DNA copy number analysis can
阵列比较基因组杂交分析和DNA拷贝数的分析与处理工具有兴趣的人可以
作者(S)----------Author(s)----------
Guillem Rigaill, <a href="mailto:italics@curie.fr">italics@curie.fr</a>.
源----------Source----------
Institut Curie, italics@curie.fr.
居里研究所,italics@curie.fr。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|