Learn R Programming

Rfit (version 0.14)

raov: R ANOVA

Description

Returns full model fit and robust ANOVA table for all main effects and interactions.

Usage

raov(f, data = list(), ...)

Arguments

f
an object of class formula
data
an optional data frame
...
additional arguments

Value

  • tableDescription of 'comp1'
  • fitfull model fit returned from rfit
  • residualsthe residuals, i.e. y-yhat
  • fitted.valuesyhat = x betahat
  • callCall to the function

Details

Based on reduction in dispersion tests for testing main effects and interaction. Uses an algorithm described in Hocking (1985).

References

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.

See Also

rfit, oneway.rfit

Examples

Run this code
raov(logSurv~Poison+Treatment,data=BoxCox)

Run the code above in your browser using DataLab