On Fri, Nov 26, 2010 at 6:55 AM, Derik Burgert <derik2...@yahoo.de> wrote:
> Dear list,
>
> running a hierachical cluster analysis I want to define a number of objects 
> that build a cluster already. In other words: I want to force some of the 
> cases to be in the same cluster from the start of the algorithm.
>
> Any hints? Thanks in advance!

The hclust function has an argument 'members' that should allow you to
do that. You will need to specify the dissimilarity matrix
accordingly.

Peter

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to