Hi, The design generated using optFederov is not including all the levels ie levels are missing from the fractional factorial design. Can anyone plz help with the modified command. The command i am giving is- library(AlgDesign) Levels.design=c(3,4,2) fe.design<-gen.factorial(levels.design) fe.design
met.design <- optFederov( data=fe.design, nTrials=10, criterion="D", maxIteration=100, approximate=FALSE) met.design Thanks -- View this message in context: http://r.789695.n4.nabble.com/optFederov-AlgDesign-help-avail-tp857129p4634170.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.