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;

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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