print.summary.oneway: print.summary

Description Usage Arguments Author(s) Examples

View source: R/oneway.R

Description

print out the summary of oneway result

Usage

1

Arguments

x

Result of oneway analysis

...

other arguments

Author(s)

Xueli Gao

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x, ...) 
{
    cat("Call:\n")
    print(x$call)
    cat("\n")
  }

xueligao/oneway documentation built on May 4, 2019, 1:26 p.m.