R ANOVA
Returns full model fit and robust ANOVA table for all main effects and interactions.
raov(f, data = list(), ...)
f
: an object of class formuladata
: an optional data frame...
: additional argumentsBased on reduction in dispersion tests for testing main effects and interaction. Uses an algorithm described in Hocking (1985).
table: Description of 'comp1'
fit: full model fit returned from rfit
residuals: the residuals, i.e. y-yhat
fitted.values: yhat = x betahat
call: Call to the function
Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.
Hocking, R. R. (1985), The Analysis of Linear Models, Monterey, California: Brooks/Cole.
Joseph McKean, John Kloke
rfit
, oneway.rfit
raov(logSurv~Poison+Treatment,data=BoxCox)
Useful links