if (FALSE) {
data(VCAdata1)
datS7L1 <- VCAdata1[VCAdata1$sample == 7 & VCAdata1$lot == 1, ]
fit0 <- anovaVCA(y~device/day/run, datS7L1, MME=TRUE)
# complete VCA-analysis result
fit0
# perform step-wise (bottom-up) VCA-analyses
sw.res <- stepwiseVCA(fit0)
sw.res
# get CIs on intermediate precision
VCAinference(sw.res[["device:day"]])
}
Run the code above in your browser using DataLab