Construction of an optimal design
Construction of an optimal design balanced for first order of carry-over effect.
optimaldesign(nbPanelist, nbProd, nbProdByPanelist=nbProd, seed=NULL)
nbPanelist
: Maximum number of panelistsnbProd
: Number of productsnbProdByPanelist
: Number of products that each panelist will evaluateseed
: initialization of the algorithmList with - design: design with the products evaluated by each panelist
rank: contingency table with the number of times each product is seen at each rank
succ: contingency table with the number of times each product follow each product
F. Husson
## Not run: optimaldesign(nbPanelist=10,nbProd=5,nbProdByPanelist=3) ## End(Not run)