resiplot(maanova)
resiplot()所属R语言包:maanova
Residual plot for Microarray Experiment
微阵列实验的残余积
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is the function to plot the residuals versus fitted value figure. Two channels, e.g., red and green, are drawn in seperate figures.
这是残差与拟合值图绘制功能。两个渠道,如红与绿,绘制在单独的数字。
用法----------Usage----------
resiplot(madata, anovaobj, header, xlab, ylab)
参数----------Arguments----------
参数:madata
An object of class madata.
对象类madata。
参数:anovaobj
An object of class maanova, which is the output from fitmaanova.
一个对象的类maanova,是输出fitmaanova。
参数:header
Optional. The title of the figure. The default figure title will be "Residual vs. Yhat plot".
可选的。图的标题。默认图的标题将是“残留与Yhat的图”。
参数:xlab
Optional. The xlab of the figure. The default will be "Yhat".
可选的。的身影XLab中。默认是“Yhat”。
参数:ylab
Optional. The ylab of the figure. The default will be "Residual".
可选的。的身影ylab。默认情况下,将“剩余”。
作者(S)----------Author(s)----------
Hao Wu
举例----------Examples----------
# load abf1 data[加载ABF1数据]
data(abf1)
## Not run: [#无法运行:]
fit.full.mix <- fitmaanova(abf1, formula = ~Strain+Sample,
random = ~Sample)
resiplot(abf1, fit.full.mix)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|