Description Usage Arguments Value Author(s) See Also Examples
This function takes an object of class maiges
together
with other arguments and construct the matrices of design and
contrasts for adjusting ANOVA models. The design matrix are generated
using the function model.matrix
.
1 2 |
data |
object of class |
factors |
vector of character strings specifying the sample labels IDs to be used as factors in the models. |
model |
a formula specifying the model to be fitted. |
contrasts |
character vector specifying the contrasts to be
done. This is done by the function |
... |
additional parameters for function |
The result of this function is an object of class maigesANOVA
.
Gustavo H. Esteves <gesteves@vision.ime.usp.br>
model.matrix
, makeContrasts
,
deGenesANOVA
.
1 2 3 4 5 6 7 8 | ## Loading the dataset
data(gastro)
## Constructing a maigesANOVA object for the 'Tissue' sample label using
## default model (simple linear model with intercept) and contrasts (all
## parameters are equal between themselves)
gastro.ANOVA = designANOVA(gastro.summ, factors="Tissue")
gastro.ANOVA
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.