BookmarkSubscribeRSS Feed
crikriek
Calcite | Level 5

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_traderTransactionsVolume
11245
2380
3865
440120

Could you please help me with it ?

2 REPLIES 2
SteveDenham
Jade | Level 19

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

ballardw
Super User

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.

SAS Innovate 2025: Register Now

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!

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1261 views
  • 0 likes
  • 3 in conversation