Re: [R] the number of cluster

2005-04-06 Thread msck9
Are there any package that is using v-fold cross-validation algorithm to test the number the clusters? Thanks, Ming On Sat, Mar 19, 2005 at 12:44:42PM +0100, Uwe Ligges wrote: XP Sun wrote: hi, all, how to decide the number of cluster before you use kmeans and hclust? thank

[R] Boxplot by factors

2005-02-02 Thread msck9
Dear all, I have the following data format cellnumberforce 1 100 1 230 1 100 1 200 1 130 1 210 2 179 2 298 2 400 2 500 2 600

[R] GUI under linux for R

2005-02-01 Thread msck9
Hi, I'm wondering whether there is GUI under linux. I checked the website, it has Emacs(ESS), IDE/Scrip Editors etc. I am looking for one which is similar to the GUI under windows. Thanks, Ming __ R-help@stat.math.ethz.ch mailing list

Re: [R] A rude question

2005-01-29 Thread msck9
Thanks for all the good points. I raised the question not because I doubt the R system, but I think it is a common point for all the open code software. Personally I really appreciate the open source software, and nowadays, there are more and more open source, especially in the academic area.

Re: [R] clustering

2005-01-27 Thread msck9
The cluster analysis should be able to handle that. I think if you know how many clusters you have, kmeans is ok, or the EM algorithm can also do that. On Thu, Jan 27, 2005 at 03:44:42PM -0500, WeiWei Shi wrote: Hi, I just get a question (sorry if it is a dumb one) and I phase my question in

[R] Cluster analysis using EM algorithm

2005-01-26 Thread msck9
Hi, I am looking for a package to do the clustering analysis using the expectation maximization algorithm. Thanks in advance. Ming __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] A rude question

2005-01-26 Thread msck9
Dear all, I am beginner using R. I have a question about it. When you use it, since it is written by so many authors, how do you know that the results are trustable?(I don't want to affend anyone, also I trust people). But I think this should be a question. Thanks, Ming

[R] Related with kmeans

2005-01-24 Thread msck9
Hi, I am new here. I used y-kmeans(x, 2)(x is a vector) to do the cluster analysis. I get y has $cluster, $center etc. I need to pull out the data belong to cluster 1 and cluster 2. How can I do that? Thanks, Ming __ R-help@stat.math.ethz.ch