residuals.MArrayLM(limma)
residuals.MArrayLM()所属R语言包:limma
Extract Residuals from MArrayLM Fit
从MArrayLM适合提取残值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method extracts the residuals from all the probewise linear model fits and returns them in a matrix.
这种方法提取的残差从线性模型所有的probewise的配合,并返回它们在一个矩阵。
用法----------Usage----------
## S3 method for class 'MArrayLM'
residuals(object, y, ...)
参数----------Arguments----------
参数:object
a fitted model object inheriting from class MarrayLM.
拟合模型对象继承从类MarrayLM。
参数:y
a data object containing the response data used to compute the fit. This can be of any class for which as.matrix is defined, including MAList, ExpressionSet, marrayNorm etc.
一个数据对象,其中包含数据来计算合适的响应。这可以任何as.matrix被定义的类,包括MAList,ExpressionSet,marrayNorm等
参数:...
other arguments are not used
不使用其他参数
值----------Value----------
Numeric matrix of residuals.
数字矩阵的残差。
参见----------See Also----------
residuals.
residuals。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|