powered by
Provides a summary for the oneway anova based on an R fit including a test for main effects as tests for pairwise comparisons.
# S3 method for oneway.rfit summary(object, alpha=0.05,method=confintadjust.methods,...)
an object of class 'oneway.rfit', usually, a result of a call to 'oneway.rfit'
Experimentwise Error Rate
method used in confidence interval adjustment
additional arguments
John Kloke, Joseph McKean
Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.
data(quail) oneway.rfit(quail$ldl,quail$treat)
Run the code above in your browser using DataLab