TURF - rating scale / consider frequencies

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

TURF - rating scale / consider frequencies

nocheinschmidt
Hi,

really hope that anybody can help. How to consider e.g. different usage frequencies in SPSS TURF?
Lets say I have 4 different products (P1 to P4), 5 respondenst and 4 different possible usage frequenies.
How to consider rel usage frequenies in SPSS and not only reach?
Also: What's wrong with the Syntax. It handles CRITERIA as if 1 ,2 ,3 are the same as "1".

Many thank in advance!

values
0 "no usage"
1 "usage 1 time per week"
2 "usage 2 times per week"
3 "usage 3 times per week".

data
p1 P2 P3 P4
1 1 3 3
2 1 3 3
3 1 3 0
0 0 0 0
0 0 1 0

Syntax:
SPSSINC TURF VARIABLES = P1 P2 P3 P4
/OPTIONS BESTN = 5 NUMBERTODISPLAY = 2 THRESHOLD = 0 CRITERIA = 1 2 3
REMOVALCYCLES = 0. MAXSETS=5000000
/IMPORTANCE STRICT=YES.


Reply | Threaded
Open this post in threaded view
|

Re: TURF - rating scale / consider frequencies

Jon Peck
TURF is designed for ratings, not frequencies.  The logic is to find bundles of products that maximize the probability that a customer will like at least one item.  Also, I hope your actual data is much larger than what you posted.

The CRITERIA keyword takes a list of values that are considered positive responses, so CRITERIA = 1 2 3 means that all of those are positive responses.  It does not distinguish among them.  This is consistent with the probability statement above.  In effect, in your case, you are looking for the bundle with the most positive value as they all indicate a favorable response.

HTH,




On Thu, Jan 26, 2017 at 8:11 AM, nocheinschmidt <[hidden email]> wrote:
Hi,

really hope that anybody can help. How to consider e.g. different usage
frequencies in SPSS TURF?
Lets say I have 4 different products (P1 to P4), 5 respondenst and 4
different possible usage frequenies.
How to consider rel usage frequenies in SPSS and not only reach?
Also: What's wrong with the Syntax. It handles CRITERIA as if 1 ,2 ,3 are
the same as "1".

Many thank in advance!

values
0 "no usage"
1 "usage 1 time per week"
2 "usage 2 times per week"
3 "usage 3 times per week".

data
p1      P2      P3      P4
1       1       3       3
2       1       3       3
3       1       3       0
0       0       0       0
0       0       1       0

Syntax:
SPSSINC TURF VARIABLES = P1 P2 P3 P4
/OPTIONS BESTN = 5 NUMBERTODISPLAY = 2 THRESHOLD = 0 CRITERIA = 1 2 3
REMOVALCYCLES = 0. MAXSETS=5000000
/IMPORTANCE STRICT=YES.






--
View this message in context: http://spssx-discussion.1045642.n5.nabble.com/TURF-rating-scale-consider-frequencies-tp5733760.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD



--
Jon K Peck
[hidden email]

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: TURF - rating scale / consider frequencies

nocheinschmidt
Hi Jon,

many thanks for that quick response! Just started dealing with TUrf and before gathering data I wanted to understand how it works...so it was just a short example to describe the issue.
Ok, no way to consider real (usage) frequencies by using SPSS Turf...so maby I have to search for another method...guess I am looking for some kind of portfolio optimizer including costs, revenue....and reach.

Have a nice weekend! Thanks again.
Sven




Jon Peck [via SPSSX Discussion] <[hidden email]> schrieb am 18:50 Donnerstag, 26.Januar 2017:


TURF is designed for ratings, not frequencies.  The logic is to find bundles of products that maximize the probability that a customer will like at least one item.  Also, I hope your actual data is much larger than what you posted.

The CRITERIA keyword takes a list of values that are considered positive responses, so CRITERIA = 1 2 3 means that all of those are positive responses.  It does not distinguish among them.  This is consistent with the probability statement above.  In effect, in your case, you are looking for the bundle with the most positive value as they all indicate a favorable response.

HTH,




On Thu, Jan 26, 2017 at 8:11 AM, nocheinschmidt <[hidden email]> wrote:
Hi,

really hope that anybody can help. How to consider e.g. different usage
frequencies in SPSS TURF?
Lets say I have 4 different products (P1 to P4), 5 respondenst and 4
different possible usage frequenies.
How to consider rel usage frequenies in SPSS and not only reach?
Also: What's wrong with the Syntax. It handles CRITERIA as if 1 ,2 ,3 are
the same as "1".

Many thank in advance!

values
0 "no usage"
1 "usage 1 time per week"
2 "usage 2 times per week"
3 "usage 3 times per week".

data
p1      P2      P3      P4
1       1       3       3
2       1       3       3
3       1       3       0
0       0       0       0
0       0       1       0

Syntax:
SPSSINC TURF VARIABLES = P1 P2 P3 P4
/OPTIONS BESTN = 5 NUMBERTODISPLAY = 2 THRESHOLD = 0 CRITERIA = 1 2 3
REMOVALCYCLES = 0. MAXSETS=5000000
/IMPORTANCE STRICT=YES.






--
View this message in context: http://spssx-discussion. 1045642.n5.nabble.com/TURF- rating-scale-consider- frequencies-tp5733760.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD



--
Jon K Peck
[hidden email]

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD


If you reply to this email, your message will be added to the discussion below:
http://spssx-discussion.1045642.n5.nabble.com/TURF-rating-scale-consider-frequencies-tp5733760p5733761.html
To unsubscribe from TURF - rating scale / consider frequencies, click here.
NAML