Learn R Programming

FactoMineR (version 1.34)

print.AovSum: Print the AovSum results

Description

Print the results of the ANOVA obtained by the function AovSum.

Usage

"print"(x, ...)

Arguments

x
an object of class AovSum
...
further arguments passed to or from other methods

See Also

AovSum

Examples

Run this code
## Not run: 
# data(senso)
# res <- AovSum(Score~ Product + Day , data=senso)
# res
# ## End(Not run)

Run the code above in your browser using DataLab