BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
jcjerim
Calcite | Level 5

Good Morning

I have some data (Speed of sperm)

 

animal Grupo Var 1 Var 2 Var 3 Var 4
1A    G1    1.40   2.55  0.50   54.4
2B    G1    2.40   2.60  0.40   55.9
3C    G1    3.40   3.60  0.60   44.5
4C    G1    4.40   4.60  0.40   22.8
1A    G2    5.40   5.60  0.80   65.8
2B    G2    6.40   6.60  0.40   55.5
3C    G2   7.40   7.60   0.90   44.9
4C    G2   8.40   8.60   0.10   55.9
1A    G3   9.40   9.60   0.40   44.5
2B    G3   10.40  10.60  0.60   66.4
3C    G3   11.40  4.00   0.40   54.4
4C    G3   12.40  5.20   0.80   55.9
1A    G4   13.40  55.00  0.40   44.5
2B    G4   14.40  65.00  0.90   22.8
3C    G4   15.40  23.00  0.10   22.8
4C    G4   16.40  21.00  0.80   65.8

 

I want to classify in clusters per group, and then compare yes it has statistical difference between the clusters of each group and between groups, I would greatly appreciate your help

1 ACCEPTED SOLUTION

Accepted Solutions
PeterClemmensen
Tourmaline | Level 20

What have you tried so far? 🙂

View solution in original post

3 REPLIES 3
PeterClemmensen
Tourmaline | Level 20

What have you tried so far? 🙂

jcjerim
Calcite | Level 5
work with those proc:

proc fastclus data=David_subp4 maxc=3 maxiter=10 out=clus;
var VCL VSL VAP LIN STR WOB ALH BCF;
run;

proc fastclus data=David_subp4 maxc=3 maxiter=10 out=clus;
var VCL VSL VAP LIN STR WOB ALH BCF;
run;

but they only give the means of clusters but do not give the statistical differences, I need those differences between groups of clusters
jcjerim
Calcite | Level 5
proc fastclus data=David_subp4 maxc=3 maxiter=10 out=clus;
var VCL VSL VAP LIN STR WOB ALH BCF;
run;

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 3 replies
  • 1136 views
  • 0 likes
  • 2 in conversation