search for: hierarhical

Displaying 5 results from an estimated 5 matches for "hierarhical".

Did you mean: hierarchical
2007 May 29
1
Fw: hierarhical cluster analysis of groups of vectors
Hi Rafael, What about multivariate logistic regression? ----- Forwarded Message ---- From: Rafael Duarte <rduarte@ipimar.pt> To: Anders Malmendal <anders@chem.au.dk> Cc: r-help@stat.math.ethz.ch Sent: Tuesday, May 29, 2007 3:21:11 PM Subject: Re: [R] hierarhical cluster analysis of groups of vectors It seems that you have already groups defined. Discriminant analysis would probably be more appropriate for what you want. Best regards, Rafael Duarte Anders Malmendal wrote: >I want to do hierarchical cluster analysis to compare 10 groups of >vecto...
2007 May 29
2
hierarhical cluster analysis of groups of vectors
I want to do hierarchical cluster analysis to compare 10 groups of vectors with five vectors in each group (i.e. I want to make a dendogram showing the clustering of the different groups). I've looked into using dist and hclust, but cannot see how to compare the different groups instead of the individual vectors. I am thankful for any help. Anders
2005 Jun 16
1
Analysing ordinal/nominal data
Hi! I'm looking for a solution to analyse data, which consists of dichotomous responses (yes/no) for 2 multinomial ordinal variables. I was trying glm() and got hierarhical models treating all variables as nominal, but I can't figure out how to tell glm() to use a model for ordinal data like this: log(Mij) = intercept + X + Y + Z + beta*(x-x')*(y-y') where beta is a regression factor for interaction between X and Y. Do you know a trick to code it in R...
2005 Jul 11
1
indexing into and modifying dendrograms
...<- rbind(c(2,1.6), c(1.8,2.4), c(2.1, 2.7), c(5,2.6), c(4.7,3.1)) plot(pts, xlim = c(0,6), ylim = c(0,4),type = "n", xlab = "Feature 1", ylab = "Feature 2") points(pts,pch = as.character(1:5)) ## build a hierarhical tree, store as a dendrogram aggTree <- hclust(dist(pts), method = "single") (dend1 <- JB.as.dendrogram.hclust(aggTree)) ## NOTE: only thing I added to official version of ## as.dendrogram.hclust: ## each node has an attribute cNum, which gives ## the merge step at which it was forme...
2020 Jul 13
3
helping to implement samba 4 AD with ldap backend
On 13/07/2020 20:28, jmpatagonia via samba wrote: > OK for that way (builtin ldap) is it possible to access/modify via ldap > tools / languages / libraries, like php/rubi /etc ? > Because if it is the only way we need to continue updating the user data > (on ldap repository) from one place via our interface. Probably, anything is possible, but you would have to write your own tools