Print the results of the ANOVA obtained by the function AovSum.
# S3 method for AovSum
print(x, ...)
an object of class AovSum
further arguments passed to or from other methods
Vincent Guyader, Francois Husson Francois.Husson@agrocampus-ouest.fr
AovSum
if (FALSE) {
data(senso)
res <- AovSum(Score~ Product + Day , data=senso)
res
}
Run the code above in your browser using DataLab