summary.oneway.rfit: Provides a summary for the oneway anova based on an R fit.

View source: R/summary.oneway.rfit.R

summary.oneway.rfitR Documentation

Provides a summary for the oneway anova based on an R fit.

Description

Provides a summary for the oneway anova based on an R fit including a test for main effects as tests for pairwise comparisons.

Usage

## S3 method for class 'oneway.rfit'
summary(object, alpha=0.05,method=confintadjust.methods,...)

Arguments

object

an object of class 'oneway.rfit', usually, a result of a call to 'oneway.rfit'

alpha

Experimentwise Error Rate

method

method used in confidence interval adjustment

...

additional arguments

Author(s)

John Kloke, Joseph McKean

References

Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.

Examples

data(quail)
oneway.rfit(quail$ldl,quail$treat)

kloke/Rfit documentation built on Sept. 9, 2023, 7:20 p.m.