SAS Data Science

Building models with SAS Enterprise Miner, SAS Factory Miner, SAS Viya (Machine Learning), SAS Visual Text Analytics, with point-and-click interfaces or programming
BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
karendean
Calcite | Level 5

Could someone please explain to me how to use Proc Assoc

1 ACCEPTED SOLUTION

Accepted Solutions
M_Maldonado
Barite | Level 11

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

I hope this helps!

Miguel

View solution in original post

4 REPLIES 4
ChrisHemedinger
Community Manager

Moved this to , but it may be similar to another question you posted, re: DMDB and ASSOC.

Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!
karendean
Calcite | Level 5

Thank you

M_Maldonado
Barite | Level 11

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

I hope this helps!

Miguel

karendean
Calcite | Level 5

Thank you so much!  Very much appreciate the help!

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 6028 views
  • 8 likes
  • 3 in conversation