- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 12-20-2017 12:59 PM
(2762 views)
I am trying to replicate a TWOSTEP CLUSTER analysis that was run in SPSS using an appropriate SAS PROC. Can anyone suggest SAS code to do this?
Thanks!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
The clustering methods, including the Two-Stage Density Linkage, available in proc cluster are described here
It is unlikely however that you will get exactly the same results from two independent implementations.
PG