Slide 9
Slide 9 text
サンプルデータ
● Correspondence Analysis: What is it, and
how can I use it to measure my Brand? よ
り引用。
Tasty Aesthetic Economic
Butterbeer 5 7 2
Squishee 18 46 20
Slurm 19 29 39
Fizzy Lifting Drink 12 40 49
Brawndo 3 7 16
dat <- c(5, 18, 19, 12, 3, 7, 46, 29,
40, 7, 2, 20, 39, 49, 16) |>
matrix(
nrow = 5,
dimnames = list(
Brands = c("Butterbeer", "Squishee",
"Slurm",
"Fizzy Lifting Drink",
"Brawndo"),
Attributes = c("Tasty", "Aesthetic",
"Economic")))