Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: -cluster measures- with Gower measure


From   Phil Schumm <[email protected]>
To   [email protected]
Subject   Re: st: -cluster measures- with Gower measure
Date   Mon, 20 Sep 2010 14:55:12 -0500

On Sep 20, 2010, at 12:46 PM, [email protected] wrote:
Phil Schumm <[email protected]> found that the -Gower- option (a dissimilarity measure) did not work with the programming utility - cluster measures-.

. sysuse auto
(1978 Automobile Data)

. cluster measures weight mpg foreign, compare(1) gen(dist) Gower
r(9388);

This is an oversight and will be fixed in a future update.


Thanks!


Generally I prefer the -matrix dissimilarity- command over the - cluster measures- command for obtaining dissimilarities. If the dissimilarities Phil is after will fit in a Stata matrix, then - matrix dissimilarity- is the solution to use.


I appreciate the advice. In this case, the dataset is rather large (i.e., with numbers of observations in the 50-75k range), and all I need is to repeatedly sort the observations WRT their distance from specific records taken from another dataset. The -cluster measures- command seemed well suited to this (I'm not too concerned about speed here), but I'd of course welcome other suggestions.


-- Phil

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index