Decision makers' attributes-class | R Documentation |
The class of observed decision makers' attributes
N |
The number of decision makers |
p |
The number of attributes of each decision makers |
N <- 10; p <- 3; a <- ob_decision_makers_att$new(N=N, p=p);
a$gen("student", param=list(location=rep(100, 3), df=3)); a$gen(); a$gen("help")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.