summary.jt {onewaytests} | R Documentation |
Summary Method for James Second Order Test Results
Description
Provides a concise summary of the results from an one-way test in the package.
Usage
## S3 method for class 'jt'
summary(object, detail = TRUE, ...)
Arguments
object |
An object of class |
detail |
a logical for printing detail of the |
... |
Additional arguments. |
Details
This method is specifically designed for objects of class jt
. It prints test method, dependent variable, grouping variable, test statistic, critical value, and any relevant notes.
Value
Prints a summary to the console.
Author(s)
Merve Kasikci, Osman Dag
Examples
out <- james.test(Sepal.Length ~ Species, data = iris, verbose = FALSE)
summary(out)
[Package onewaytests version 3.1 Index]