[R] clustering analysis is certainly possible with R.

Vladimir Eremeev wl2776 at gmail.com
Mon Sep 10 22:45:00 CEST 2007


See the article "Cluster" in R Task Views
 http://cran.at.r-project.org/src/contrib/Views/Cluster.html
It lists names of packages for clustering analysis, which you can install.

Or, go to choose another CRAN mirror closest to you from the R web site,
then click on 'Task views' in the left frame.

To install packages use the install.packages() function or the menu item in
the GUI in you are on Windows.


Maura E Monville wrote:
> 
> I have 316 files storing a number of cycles of the respiratory signal
> from 316 different patients. Each file record  is made up of the
> following data:
> 
> [skipped data description]
> 
> The goal is to perform clustering analysis on such data, that is to
> group togther those which have common characteristics. Which
> characteristics and how many groups ... ??? ... well this is to be
> found out.
> Is R a good tool for analysing many data and find patterns common to
> data subsets ?
> Which other tool do you advice ?
> Thank you very much,
> 
> -- 
> Maura E.M
> 
> 

-- 
View this message in context: http://www.nabble.com/is-clustering-analysis-possible-with-R---tf4417188.html#a12602423
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list