On Sun, 30 Apr 2006, kumar zaman wrote: > Dear R users, I am interested in clustering in R. In SAS we have some > criteria for determining the number of clusters using the PROC CLUSTER > procedure, which are "CCC" cubic clustering criterion (Sarl 1981), Psuedo F > (PSF), and Psuedo T square (PST). My question is do thsese criterion exists > in R, I tried to search and got one hit (BIC) in Mclust, which I am aware of, > any input is greatly appreciated.
Function cluster.stats in package fpc gives you some more. (See Gordon book reference on the help page.) Christian > > Ahmed Albatineh, PhD > Nova Southeastern University > FL, USA > > > --------------------------------- > > [[alternative HTML version deleted]] > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > *** --- *** Christian Hennig University College London, Department of Statistical Science Gower St., London WC1E 6BT, phone +44 207 679 1698 [EMAIL PROTECTED], www.homepages.ucl.ac.uk/~ucakche ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
