Xprep(SAGx)
Xprep()所属R语言包:SAGx
Fitting of a linear model
线性模型的拟合
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function fits a linear model to a microarray data matrix.
函数符合线性模型,微阵列数据矩阵。
用法----------Usage----------
Xprep(indata=M, formula=~as.factor(g), contrast=c(0,1), design=NULL)
参数----------Arguments----------
参数:indata
The data matrix
数据矩阵
参数:formula
a linear model formula in the lm format
在LM格式的线性模型公式
参数:contrast
a vector defining the contrast of interest
矢量界定利益的对比度
参数:design
the design matrix
设计矩阵
值----------Value----------
a list with the entries
条目列表
参数:Mbar
estimate of the contrast
估计对比
参数:Vest
the error variance
误差方差
参数:k
inverse of the scale factor turning Vest into a standard error
规模因素转向背心逆成一个标准的错误
参数:f
the degrees of freedom of Vest
背心的自由程度
参数:design
the design matrix
设计矩阵
作者(S)----------Author(s)----------
Per Broberg
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|