BookmarkSubscribeRSS Feed
geneshackman
Pyrite | Level 9

Hi

Question about dbscan. I am -just- learning about it, so I'm not even sure I can use it.

I have indicators by county, for example, total mortality rates. Supppose I have a list of counties and their values, I'll just list some of them here:

23     640

12     642

44     775

56     897

57     4,484

Looks like county 57 is outside the cluster of other counties.

Is this the sort of thing for which I can use dbscan or cluster analysis? Is there a 'gentle' introduction to dbscan or cluster analysis? I got this

https://support.sas.com/documentation/cdl/en/inmsref/67306/HTML/default/viewer.htm#p08w4hxeqsgklrn14...

Anything more introductory?

 

 

3 REPLIES 3
geneshackman
Pyrite | Level 9
I forgot to say that the first column is county, the second column is rate.
Ksharp
Super User

Could try Primary Component Analysis .

 

proc pls

 

proc pca 

 

 

@Rick_SAS  wrote blogs about how to identity outliers .

geneshackman
Pyrite | Level 9

Thanks, I will look at primary components analysis.

 

Gene

 

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

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

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