support.CEs-package: Basic functions for supporting an implementation of choice...

support.CEs-packageR Documentation

Basic functions for supporting an implementation of choice experiments

Description

The package support.CEs provides seven basic functions that support an implementation of choice experiments. These include the following functions: two for creating a choice experiment design, which is based on orthogonal main-effect arrays; one for converting a choice experiment design into questionnaire format; one for converting a choice experiment design into a design matrix; one for making the data set suitable for a conditional logit model analysis using the function clogit in the package survival, or for a binary choice model analysis using the function glm in the package stats; one for calculating goodness-of-fit measures for an estimated model; and one for calculating the marginal willingness to pay for the attributes and/or levels of the estimated model. Version 0.3-0 and later versions of this package are also available for binary choice experiments. Refer to Aizaki (2012) and Aizaki et al. (2014) for details on the package.

Details

The terms in this manual are defined as follows. An "attribute" is a characteristic or feature of an alternative. A "level" or "attribute level" represents the value of an attribute. One attribute can have two or more levels. An "alternative" is a combination of attributes; that is, one alternative can have two or more attributes. For example, when applying choice experiments to marketing research, the alternatives would refer to the "goods" or "services" that respondents are asked to select. A "choice set" refers to a set of alternatives available to individuals. One choice set includes two or more alternatives, including an opt-out alternative, if one exists. In a choice experiment question, respondents are usually asked to select the most preferred alternative from a choice set; therefore, one choice set constitutes a choice experiment question. A "choice experiment design" refers to a collection of individual choice sets.

The following shows an example of a choice experiment design. The choice experiment design includes a total of 9 choice sets (Q1 to Q9). Each choice set (question) consists of three alternatives ("Alternative 1," "Alternative 2," and "None of these" option). "Alternative 1" and "Alternative 2" each consist of three attributes: an attribute A with the three levels of "a1," "a2," and "a3"; an attribute B with the three levels of "b1," "b2," and "b3"; and an attribute C with the three levels of "c1," "c2," and "c3."

Q1. Please select your most preferred alternative from the following:

Alternative 1 Alternative 2
Attribute A a2 a3
Attribute B b2 b3
Attribute C c2 c3
  • I select alternative 1.

  • I select alternative 2.

  • I select none of these.

Q2. Please select your most preferred alternative from the following:

Alternative 1 Alternative 2
Attribute A a2 a1
Attribute B b3 b2
Attribute C c1 c3
  • I select alternative 1.

  • I select alternative 2.

  • I select none of these.

<< Q3 to Q8 are omitted for the sake of simplicity>>

Q9. Please select your most preferred alternative from the following:

Alternative 1 Alternative 2
Attribute A a3 a2
Attribute B b2 b2
Attribute C c1 c2
  • I select alternative 1.

  • I select alternative 2.

  • I select none of these.

Although there are three alternatives in the example above, the case of two alternatives for each question also exists. Such a choice experiment is known as a binary choice experiment.

Author(s)

Hideo Aizaki

References

Aizaki, H. (2012) Basic Functions for Supporting an Implementation of Choice Experiments in R. Journal of Statistical Software, 50(C2), 1–24. https://www.jstatsoft.org/v50/c02/.

Aizaki, H. and Nishimura, K. (2008) Design and Analysis of Choice Experiments Using R: A Brief Introduction. Agricultural Information Research, 17(2), 86–94. https://www.jstage.jst.go.jp/article/air/17/2/17_2_86/_article.

Aizaki, H., Nakatani, T. and Sato K. (2014) Stated Preference Methods Using R. CRC Press.

Ben-Akiva, M. and Lerman, S. R. (1985) Discrete Choice Analysis: Theory and Application to Travel Demand. The MIT Press.

Cameron, A. C. and Trivedi, P. K. (2005) Microeconometrics: Methods and Applications. Cambridge University Press.

Hole, A. R. (2007) A Comparison of Approaches to Estimating Confidence Intervals for Willingness to Pay Measures. Health Economics, 16, 827–840.

Johnson, F. R., Kanninen, B., Bingham, M. and Ozdemir, S. (2007) Experimental Design for Stated Choice Studies. In B. J. Kanninen (ed), Valuing Environmental Amenities Using Stated Choice Studies: A Common Sense Approach to Theory and Practice. pp.159–202. Springer.

Krinsky, I. and Robb. A. L. (1986) On Approximating the Statistical Properties of Elasticities. The Review of Economics and Statistics, 68, 715–719.

Louviere, J. J., Hensher, D. A. and Swait, J. D. (2000) Stated Choice Methods: Analysis and Application. Cambridge University Press.

See Also

oa.design, clogit, glm


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