## Make test data ms.data2 available
data(ms.data2)
attach(ms.data2)
## Undertake an ANOVA for duplicate measurements on rock samples
anova2(MS, log=TRUE,
name = "Duplicate measurements of Magnetic Susceptibility")
## Detach test data ms.data2
detach(ms.data2)
## Make test data ms.data3 available
data(ms.data3)
attach(ms.data3)
## Undertake an ANOVA for duplicate measurements on rock samples
anova2(MS, log=TRUE, ifalt = TRUE,
name = "Duplicate measurements of Magnetic Susceptibility")
## Detach test data ms.data3
detach(ms.data3)
Run the code above in your browser using DataLab