call_design: call_design

View source: R/designs.R

call_designR Documentation

call_design

Description

The function which associates the designs' name to a function which generates it.

Usage

call_design(
  name,
  X,
  Z,
  U,
  choice_set_size,
  J,
  no_choice,
  nb_questions,
  format = "long"
)

Arguments

name

The name of the chosen experimental design

X

matrix of decision makers data

Z

matrix of alternatives data

U

Utility matrix

choice_set_size

the number of alternative per choice set

J

number of alternatives (no_choice included)

no_choice

TRUE FALSE indicator


AntoineDubois/sdcv2 documentation built on May 16, 2024, 3:23 p.m.