oneway.rfit {Rfit} | R Documentation |
Rank-based Oneway Analysis of Variance
Description
Carries out a robust analysis of variance for a one factor design. Analysis is based on the R estimates.
Usage
oneway.rfit(y, g, scores = Rfit::wscores, p.adjust = "none",...)
Arguments
y |
n by 1 response vector |
g |
n by 1 vector representing group membership |
scores |
an object of class 'scores' |
p.adjust |
adjustment to the p-values, argument passed to p.adjust |
... |
additional arguments |
Details
Carries out a robust one-way analysis of variance based on full model r fit.
Value
fit |
full model fit from rfit |
est |
Estimates |
se |
Standard Errors |
I |
First Index |
J |
Second Index |
p.value |
p-values |
y |
response vector |
g |
vector denoting group membership |
Author(s)
Joseph McKean, John Kloke
References
Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.
See Also
Examples
data(quail)
oneway.rfit(quail$ldl,quail$treat)
[Package Rfit version 0.27.0 Index]