Example: Multidimensional Preference Analysis
To create this example:
-
In SAS Studio, click
and select
New SAS Program.
-
Copy and paste this
code onto the
Program tab.
data icecream;
input brand $ 'consumer 1'n 'consumer 2'n 'consumer 3'n;
cards;
A 9 10 5
B 4 8 7
C 8 6 7
D 2 4 9
run;
Click
to create the Work.IceCream data set.
-
In the
Tasks section,
expand the
Multivariate Analysis folder,
and then double-click
Multidimensional Preference Analysis.
The user interface for the Multidimensional Preference Analysis task
opens.
-
On the
Data tab,
select the
WORK.ICECREAM data set.
Tip
If the data set is
not available from the drop-down list, click
. In the
Choose a Table window,
expand the library that contains the data set that you want to use.
Select the data set for the example and click
OK.
The selected data set should now appear in the drop-down list.
-
Assign columns to these
roles:
Role
|
Column Name
|
Raters
|
consumer
1
consumer
2
consumer
3
|
-
On the
Options tab,
assign
brand to the
Label MDPREF
plot points role.
-
To run the task, click
.
Copyright © SAS Institute Inc. All rights reserved.