optimaldesign: Construction of an optimal design

Description Usage Arguments Value Author(s) Examples

View source: R/optimaldesign.R

Description

Construction of an optimal design balanced for first order of carry-over effect.

Usage

1
optimaldesign(nbPanelist, nbProd, nbProdByPanelist=nbProd, seed=NULL)

Arguments

nbPanelist

Maximum number of panelists

nbProd

Number of products

nbProdByPanelist

Number of products that each panelist will evaluate

seed

initialization of the algorithm

Value

List 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

Author(s)

F. Husson

Examples

1
2
3
4
## Not run: 
optimaldesign(nbPanelist=10,nbProd=5,nbProdByPanelist=3)

## End(Not run)

SensoMineR documentation built on July 2, 2020, 1:56 a.m.