raov(formula, data, ...)
The model must be balanced (raov checks this with the replications function), and the model must be fully random. Only single strata designs are currently allowed; i.e., there can be no Error term in the formula.
praov <- raov(Moisture ~ Batch/Sample, pigment) summary(praov) Df Sum of Sq Mean Sq Est. Var. Batch 14 1210.93 86.4952 7.1280 Sample %in% Batch 15 869.75 57.9833 28.5333 Residuals 30 27.50 0.9167 0.9167