inst/snippets/Example8.6e.R

SST <- sum( ~((Ants - grandMean)^2), data = SA); SST
SSM <- sum( ~M2, data = SA ); SSM    # also called SSG
SSE <- sum( ~E2, data = SA ); SSE

Try the Lock5withR package in your browser

Any scripts or data that you put into this service are public.

Lock5withR documentation built on May 2, 2019, 3:43 p.m.