Hi everyone,
I'm currently writting my thesis and I'm facing a problem with the proc surveyreg. My teacher wants me to cluster my sample for an analysis with the help of procsurveyreg but I do not succeed to.
I want to cluster on two factors. Here is a sample of the data I want to cluster. I need to cluster the traders based on transactions and volume.
Id_trader | Transactions | Volume |
1 | 12 | 45 |
2 | 3 | 80 |
3 | 8 | 65 |
4 | 40 | 120 |
Could you please help me with it ?
SURVEYREG supports clustering through the CLUSTER statement and stratification through the STRATA statement. Please share what code you are attempting. You may need to run PROC FASTCLUS (or some other clustering procedure) prior to your analysis, to classify the various records into clusters.
Steve Denham
Cluster is also a sample design issue in survey analysis procs. For example students sampled within each School building of a School district. The STRATA could be School Districts and Clusters are the Schools. You would as a minimum need a totals data set and each strata should indicate the number of clusters.
If your not sampling withing the Id_trader then it looks like you may be looking at more of a domain analysis then clusters.
If you are looking for similarity between your ID_trader values then you would use one of the clustering procedures to identify the similar groups and likely want to merge that into the data as a model variable but not a sample cluster.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.