Learn R Programming

onewaytests (version 3.1)

summary.jt: 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 jt
summary(object, detail = TRUE, ...)

Value

Prints a summary to the console.

Arguments

object

An object of class jt, typically returned by james.test.

detail

a logical for printing detail of the james.test.

...

Additional arguments.

Author

Merve Kasikci, Osman Dag

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.

Examples

Run this code
out <- james.test(Sepal.Length ~ Species, data = iris, verbose = FALSE)
summary(out)

Run the code above in your browser using DataLab