- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Could someone please explain to me how to use Proc Assoc
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi Karen,
The ASSOC procedure runs behind the scenes of the Association node in SAS Enterprise Miner.
The goal is to find rules for items that appear together in a transaction data set, as well as calculating the support and confidence for such rules.
Here a screenshot of the results of Association node items link graph and support vs confidence plots.
association_analysis_screenshot.png
The easiest is to use the Association node in SAS Enterprise Miner. However, if you want to understand the technical side of Association node, take a look at this document. It describes how how PROC DMDB, PROC ASSOC, and PROC RULEGEN work together.
http://support.sas.com/documentation/onlinedoc/miner/em43/rulegen.pdf
Examples of SAS Enterprise Miner Association node
- Data Mining Using SAS® Enterprise Miner : A Case Study Approach, Second Edition - Chapter 5
- Shopping for Voters: Using Association Rules to Discover Relationships in Election Survey
I hope this helps!
Miguel
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Moved this to , but it may be similar to another question you posted, re: DMDB and ASSOC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi Karen,
The ASSOC procedure runs behind the scenes of the Association node in SAS Enterprise Miner.
The goal is to find rules for items that appear together in a transaction data set, as well as calculating the support and confidence for such rules.
Here a screenshot of the results of Association node items link graph and support vs confidence plots.
association_analysis_screenshot.png
The easiest is to use the Association node in SAS Enterprise Miner. However, if you want to understand the technical side of Association node, take a look at this document. It describes how how PROC DMDB, PROC ASSOC, and PROC RULEGEN work together.
http://support.sas.com/documentation/onlinedoc/miner/em43/rulegen.pdf
Examples of SAS Enterprise Miner Association node
- Data Mining Using SAS® Enterprise Miner : A Case Study Approach, Second Edition - Chapter 5
- Shopping for Voters: Using Association Rules to Discover Relationships in Election Survey
I hope this helps!
Miguel
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thank you so much! Very much appreciate the help!