syn.res: Synthetic respondent data sets

syn.res1, syn.res2, syn.res3R Documentation

Synthetic respondent data sets

Description

Data sets artificially created for the "Examples" in this package.

Usage

data(syn.res1)
data(syn.res2)
data(syn.res3)

Format

Data frames with 100 respondents on the following 11 or 12 variables.

ID

Identification number of respondents.

BLOCK

Serial number of blocks to which each respondent had been assigned.

q1

Response to choice experiment question 1.

q2

Response to choice experiment question 2.

q3

Response to choice experiment question 3.

q4

Response to choice experiment question 4.

q5

Response to choice experiment question 5.

q6

Response to choice experiment question 6.

q7

Response to choice experiment question 7.

q8

Response to choice experiment question 8.

q9

Response to choice experiment question 9.

F

Female dummy variable (1 = Female, otherwise 0) that is included only in syn.res1.

Details

The "Examples" for each function in this package is based on three hypothetical cases in which choice experiments are applied to measure consumers' valuation of an agricultural product (Aizaki 2012).

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."

    Q1. Please select your most preferred alternative from the following:
    Product 1 Product 2
    Region of origin Region B Region C
    Eco-friendly More Most
    Price $1.1 $1.2
    1. I select product 1.
    2. I select product 2.
    3. I select 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."

    Q1. Please select your most preferred alternative from the following:
    Region A Region B Region C
    Eco-friendly Most Conv. More
    Price $1.1 $1 $1.1
    1. I select the Region A product.
    2. I select the Region B product.
    3. I select the Region C product.
    4. I select 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.

    Q1. Would you like to purchase the following?
    Product
    Region of origin Region A
    Eco-friendly Conv.
    Price $1
    1. Yes.
    2. No.

    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.

Author(s)

Hideo Aizaki

See Also

make.dataset, rotation.design, Lma.design

Examples

# See "Examples" for the function make.dataset.

support.CEs documentation built on Nov. 3, 2023, 9:07 a.m.