Description Examples
The method of the Factorial Experiment class which draws a preference mapping
1 2 3 4 5 6 7
DM_att_names <- list("X1", "X2", "X3") AT_att_names <- list("Z1", "Z2", "Z3") AT_names <- list("good1", "good2", "good3") groups <- c(10, 20) FD <- Experiment(DM_att_names=DM_att_names, AT_att_names=AT_att_names, AT_names=AT_names,groups=groups) FD$experiment() FD$map("X1", "Z2")
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.