data(syn.res1)
data(syn.res2)
data(syn.res3)
The agricultural product has three attributes: (1) the region of origin: this attribute has three levels---"Region A," "Region B," and "Region C."; (2) the eco-friendly label: this describe the three types of cultivation method---"Conv. (conventional cultivation method)," "More (more eco-friendly cultivation method)," and "Most (most eco-friendly cultivation method); and (3) the price per piece of the product---"$1," "$1.1," "$1.2."
syn.res1
(Unlabeled choice experiments)The data set syn.res1
is based on a case in which an unlabeled choice experiment design created by the mix-and-match method is used in a questionnaire survey. A total of 100 respondents were assumed to have been requested to select their most preferred from among two agricultural products and the option "none of these."
A total of 9 choice experiment questions are created by the function rotation.design
. Each respondent had to respond to a total of 9 choice experiment questions, implying that the sample size of the analysis based on their responses was 900 (= 9 choice experiment questions per respondent * 100 respondents). In the example, the effect of the respondents' gender on their valuations of the cultivation methods was also examined (see "Examples" for the function make.dataset
). See the first case in "Example" for the function make.dataset
.
syn.res2
(Labeled choice experiments)
The data set syn.res2
is based on a case in which a labeled choice experiment design created by the L^MA method is used in a questionnaire survey. A total of 100 respondents were assumed to have been requested to select their most preferred from among three agricultural products and the option "none of these."
Although the agricultural products have also three attributes and their levels mentioned above, the region of origin attribute is treated as an alternative specific attribute: the first, second, and third alternatives in a choice set always read as "Region A," "Region B," and "Region C," respectively.
A total of 18 choice experiment questions were created by the function Lma.design
and divided into two blocks: this means that two types of questionnaire were created, each of which was randomly assigned to the respondents. Therefore, the sample size of the analysis based on their responses was 900 (= 9 choice experiment questions per respondent * 100 respondents). See the second case in "Examples" for the function make.dataset
.
syn.res3
(Binary choice experiments with an opt-out option)
The data set syn.res3
is based on a case in which a binary choice experiment design created by the L^MA method is used in a questionnaire survey. A total of 100 respondents were assumed to have been requested to decide whether they select an agricultural product or not.
A total of 9 binary choice experiment questions are created by the function Lma.design
. Each respondent had to respond to a total of 9 binary choice experiment questions, implying that the sample size of the analysis based on their responses was 900 (= 9 binary choice experiment questions per respondent * 100 respondents). See the last case in "Examples" for the function make.dataset
.
make.dataset
, rotation.design
, Lma.design
# See "Examples" for the function make.dataset.
Run the code above in your browser using DataLab