How to do Market Basket Analysis (Find Association Rules) in JMP?
Hi,
I know this is somewhat late to respond but I thought I would post an update.
I'm happy to state with the latest release of JMP you can now perform association or market basket analysis.
The following documentation describes the process where items that have an affinity for each other. Frequently used to analyze transactional data (also called market baskets) to identify items that often apper together in transactions.
A recent market basket analysis blog post discusses the topic. Some examples can be found in Chapter 16 of the book by Ron Klimberg and B.D. McCullough.
Additional consumer research topics were presented previously by @melinda_thielba at the Discovery Summit 2016 conference included:
Please have a look at the above resources to get started with association analysis using JMP Pro.
Cheers,
Stan
I'll be interested in an answer to this as well, because JMP is an order of magnitude less expensive than SAS Enterprise Miner.
Steve Denham
JMP does not do market basket analysis.
Sorry!
-Jeff
JMP does make it extremely easy to connect to local PC SAS or a remote SAS server. If the SAS box includes Enterprise Miner, JMP makes it easy to directly call EM procs with JSL something like:
SAS Submit("
proc assoc ....
run;
");
the resulting set of rules generated can easily be read back into JMP for interactive graphical exploration.
Best regards,
-Matt
Hi,
I know this is somewhat late to respond but I thought I would post an update.
I'm happy to state with the latest release of JMP you can now perform association or market basket analysis.
The following documentation describes the process where items that have an affinity for each other. Frequently used to analyze transactional data (also called market baskets) to identify items that often apper together in transactions.
A recent market basket analysis blog post discusses the topic. Some examples can be found in Chapter 16 of the book by Ron Klimberg and B.D. McCullough.
Additional consumer research topics were presented previously by @melinda_thielba at the Discovery Summit 2016 conference included:
Please have a look at the above resources to get started with association analysis using JMP Pro.
Cheers,
Stan