summary.oneway.rfit {Rfit} | R 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)
[Package Rfit version 0.27.0 Index]