oneway: Fit One-way Model
Description
Fits a One-way model to univariate data grouped by a factor, the
result often being displayed using rfs
Usage
oneway(formula, data, location=mean, spread=function(x) sqrt(var(x)))
Value
A list with componentslocationvector of locations for each group.spreadvector of spreads for each group.fitted.valuesvector of locations for each observation.residualsresiduals (y - fitted.values
).scaled.residualsresiduals scaled by spread
for their
group