Learn R Programming

Rfit (version 0.27.0)

summary.oneway.rfit: 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 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

John Kloke, Joseph McKean

References

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

Examples

Run this code
data(quail)
oneway.rfit(quail$ldl,quail$treat)

Run the code above in your browser using DataLab