Skip to content

ANOVA procedure on the sufficient statistics

1 message · Liaw, Andy

#
You can apply the trick that Prof. Dalgaard recently posted in response to a
similar question (for one-way ANOVA).  For each cell, generate data as:

y <- cell.mean + cell.sd * scale(rnorm(cell.count))

Then generate the data frame to feed to aov.

HTH,
Andy
------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments,...{{dropped}}