Skip to content

attribute_label

mmaness edited this page Nov 15, 2011 · 1 revision

A choice experiment trait (second-order) which labels a level for an attribute.

Format

attribute_label "label"
attribute_label variable
  • label - a string literal which corresponds to the text to show to respondents for the corresponding attribute
  • variable - an identifier whose string representation will be used as the label for this attribute

Detailed Description

Trait Options

None

Can Be Used With:

Example

ChoiceExperiment VacationChoice
  
  attribute Attractions
    attribute_label "Attractions"
    add_level 0, 0
      "Beach"
    add_level 1, 1
      "Ski Resort"
  attribute Cost
    attribute_label "Trip Cost"
    add_level 0, 500
      "$500"
    add_level 1, 750
      "$750"
  attribute Nights
    attribute_label "Trip Length"
    add_level 0 3
      "3 Nights"
    add_level 1 5
      "5 Nights"

Related Pages


Go back to Choice Experiment Trait

Home | JULIE Intro | Getting Started with JULIE | JULIE References | JULIE Development | Survenity Language