print.AovSum {FactoMineR} | R Documentation |
Print the AovSum results
Description
Print the results of the ANOVA obtained by the function AovSum.
Usage
## S3 method for class 'AovSum'
print(x, ...)
Arguments
x |
an object of class AovSum |
... |
further arguments passed to or from other methods |
Author(s)
Vincent Guyader, Francois Husson francois.husson@institut-agro.fr
See Also
Examples
## Not run:
data(senso)
res <- AovSum(Score~ Product + Day , data=senso)
res
## End(Not run)
[Package FactoMineR version 2.11 Index]