tests/HM2.R

# exemple HM, 24/02/2015

library(planor)
toto <- planor.designkey(factors = c("A","B","C","D","E","F","G","H","J"), nlevels = c(2,2,2,2,2,4,4,4,2), nunits=16, model = ~A+B+C+D+E+F+G+H+J, estimate=~A+B+C+D+E+F+G+H+J)
print(toto)
summary(toto)

Try the planor package in your browser

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

planor documentation built on March 19, 2020, 1:06 a.m.