Dear r-help, > > I am using CAH. I would cut my dendogram. What is the command in R that > allows draw a graph of the semi-partial R-squared ? >
I did this: d3=read.table("dd.txt", header=TRUE,dec=',',row.names='variable') don<-scale(d3, center = TRUE, scale = TRUE) #Calcul du Matrice de similarité dc<-dist(don,method ="euclidean",upper=FALSE) dc #Classification hc<-hclust(dc,"ward") Now, how can I caculate the semi-partial R-squared ?? > Best Regards > [[alternative HTML version deleted]]
______________________________________________ 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.