maigesANOVA-class(maigesPack)
maigesANOVA-class()所属R语言包:maigesPack
maigesANOVA class, extend maiges class to fit ANOVA models
maigesANOVA类,延长maiges类适合ANOVA模型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class extends the class maiges adding two numerical matrices to fit ANOVA models and estimate parameters of interest. Additional to the existing slots of class maiges this class defines other two, described in Slots section.
这个类扩展类maiges加入两个数值矩阵,以适应ANOVA模型和参数估计的利益。附加类的现有槽maiges这个类定义其他两个插槽部分所述。
Details
详情----------Details----------
This class of objects is exactly the same as maiges with the two slots described in Slots section. Objects of this class are generated from maiges class using the function designANOVA. So, it is possible to fit the model and estimate parameters or contrasts using the function deGenesANOVA.
这一类的对象是完全一样的maiges插槽节中所描述的两个插槽。这个类的对象产生从maiges类使用功能designANOVA。因此,它是可能的,以适应模型和参数估计或使用功能deGenesANOVA的对比。
插槽----------Slots----------
Dmatrix: numeric matrix describing the design matrix
Dmatrix:数字矩阵描述设计矩阵
Cmatrix: numeric matrix describing the contrasts matrix to estimate parameters and contrasts of interest, after the
Cmatrix:数字矩阵描述的对比矩阵估计感兴趣的参数和对比后,
方法----------Methods----------
[ signature(x = 'maigesANOVA'): sub-setting operator for spots on the array or arrays in the batch, ensures that all slots
[signature(x = 'maigesANOVA'):设置分批次中的数组或阵列点的经营者,确保所有插槽
boxplot signature(x = 'maigesANOVA'): boxplot method for maigesANOVA class. Display boxplots of the slides and print tip groups using package marray or boxplots of
盒形图signature(x = 'maigesANOVA'):盒形图的方法maigesANOVA类。使用的包marray或盒状图显示的幻灯片和打印头组的盒状图
dim signature(x = 'maigesANOVA', value = 'numeric'): get
暗淡signature(x = 'maigesANOVA', value = 'numeric'):得到
image signature(x = 'maigesANOVA'): image method for maigesANOVA class. Display colour representation of
图像signature(x = 'maigesANOVA'):maigesANOVA类图像的方法。显示颜色表示
plot signature(x = 'maigesANOVA'): plot method for
图signature(x = 'maigesANOVA'):积方法
print signature(x = 'maigesANOVA'): print method for
打印signature(x = 'maigesANOVA'):打印方法
show signature(x = 'maigesANOVA'): show method for
显示signature(x = 'maigesANOVA'):show方法
summary signature(x = 'maigesANOVA'): summary method for
摘要signature(x = 'maigesANOVA'):简易方法
作者(S)----------Author(s)----------
Gustavo H. Esteves <<a href="mailto:gesteves@vision.ime.usp.br">gesteves@vision.ime.usp.br</a>>
参见----------See Also----------
designANOVA, deGenesANOVA.
designANOVA,deGenesANOVA。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|