Created
October 22, 2018 09:01
-
-
Save brendon9x/e46e6c74f35c63c5435475d9496be540 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
name: "awareness", | |
label: "Brand Awareness", | |
type: "binary", # question/measure type | |
dimensions: ["respondent", "brand"], | |
values: { | |
respondent: [1,1,3,4,...], | |
brand: [1,2,2,2,...], | |
value: [1,1,1,0,...] | |
} | |
value_labels: { | |
brand: { | |
1: "Mint soap", | |
2: "Sandlewood soap" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment