Skip to content

Instantly share code, notes, and snippets.

@brendon9x
Created October 22, 2018 09:01
Show Gist options
  • Save brendon9x/e46e6c74f35c63c5435475d9496be540 to your computer and use it in GitHub Desktop.
Save brendon9x/e46e6c74f35c63c5435475d9496be540 to your computer and use it in GitHub Desktop.
{
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