powered by
Prints the formatted summary of an owt object to the console.
owt
# S3 method for summary.owt print(x, ...)
An object returned by summary.owt().
summary.owt()
Additional arguments.
Osman Dag
summary.owt
out <- onewaytests(Sepal.Length ~ Species, data = iris, method = "aov", verbose = FALSE) summary(out) paircomp(out) out <- aov.test(Sepal.Length ~ Species, data = iris, verbose = FALSE) summary(out)
Run the code above in your browser using DataLab