R version 2.7.0 (2008-04-22) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > x <- array(list(103.1 + ,119.5 + ,98.6 + ,100.6 + ,125 + ,98 + ,103.1 + ,145 + ,106.8 + ,95.5 + ,105.3 + ,96.6 + ,90.5 + ,116.9 + ,100.1 + ,90.9 + ,120.1 + ,107.7 + ,88.8 + ,88.9 + ,91.5 + ,90.7 + ,78.4 + ,97.8 + ,94.3 + ,114.6 + ,107.4 + ,104.6 + ,113.3 + ,117.5 + ,111.1 + ,117 + ,105.6 + ,110.8 + ,99.6 + ,97.4 + ,107.2 + ,99.4 + ,99.5 + ,99 + ,101.9 + ,98 + ,99 + ,115.2 + ,104.3 + ,91 + ,108.5 + ,100.6 + ,96.2 + ,113.8 + ,101.1 + ,96.9 + ,121 + ,103.9 + ,96.2 + ,92.2 + ,96.9 + ,100.1 + ,90.2 + ,95.5 + ,99 + ,101.5 + ,108.4 + ,115.4 + ,126.6 + ,117 + ,106.9 + ,93.9 + ,103.8 + ,107.1 + ,89.8 + ,100.8 + ,99.3 + ,93.4 + ,110.6 + ,99.2 + ,101.5 + ,104 + ,108.3 + ,110.4 + ,112.6 + ,105.6 + ,105.9 + ,107.3 + ,99.5 + ,108.4 + ,98.9 + ,107.4 + ,113.9 + ,109.8 + ,93.1 + ,86.1 + ,104.9 + ,88.1 + ,69.4 + ,102.2 + ,110.7 + ,101.2 + ,123.9 + ,113.1 + ,100.5 + ,124.9 + ,99.6 + ,98 + ,112.7 + ,93.6 + ,106.6 + ,121.9 + ,98.6 + ,90.1 + ,100.6 + ,99.6 + ,96.9 + ,104.3 + ,114.3 + ,125.9 + ,120.4 + ,107.8 + ,112 + ,107.5 + ,101.2 + ,100 + ,102.9 + ,112.5 + ,123.9 + ,125.6 + ,100.5 + ,79.8 + ,107.5 + ,93.9 + ,83.4 + ,108.8 + ,116.2 + ,113.6 + ,128.4 + ,112 + ,112.9 + ,121.1 + ,106.4 + ,104 + ,119.5 + ,95.7 + ,109.9 + ,128.7 + ,96 + ,99 + ,108.7 + ,95.8 + ,106.3 + ,105.5 + ,103 + ,128.9 + ,119.8 + ,102.2 + ,111.1 + ,111.3 + ,98.4 + ,102.9 + ,110.6 + ,111.4 + ,130 + ,120.1 + ,86.6 + ,87 + ,97.5 + ,91.3 + ,87.5 + ,107.7 + ,107.9 + ,117.6 + ,127.3 + ,101.8 + ,103.4 + ,117.2 + ,104.4 + ,110.8 + ,119.8 + ,93.4 + ,112.6 + ,116.2 + ,100.1 + ,102.5 + ,111 + ,98.5 + ,112.4 + ,112.4 + ,112.9 + ,135.6 + ,130.6 + ,101.4 + ,105.1 + ,109.1 + ,107.1 + ,127.7 + ,118.8 + ,110.8 + ,137 + ,123.9 + ,90.3 + ,91 + ,101.6 + ,95.5 + ,90.5 + ,112.8 + ,111.4 + ,122.4 + ,128 + ,113 + ,123.3 + ,129.6 + ,107.5 + ,124.3 + ,125.8 + ,95.9 + ,120 + ,119.5 + ,106.3 + ,118.1 + ,115.7 + ,105.2 + ,119 + ,113.6 + ,117.2 + ,142.7 + ,129.7 + ,106.9 + ,123.6 + ,112 + ,108.2 + ,129.6 + ,116.8 + ,113 + ,151.6 + ,127 + ,97.2 + ,110.4 + ,112.1 + ,99.9 + ,99.2 + ,114.2 + ,108.1 + ,130.5 + ,121.1 + ,118.1 + ,136.2 + ,131.6 + ,109.1 + ,129.7 + ,125 + ,93.3 + ,128 + ,120.4 + ,112.1 + ,121.6 + ,117.7) + ,dim=c(3 + ,85) + ,dimnames=list(c('Intermediairegoederen' + ,'Investeringsgoederen' + ,'Consumptiegoederen') + ,1:85)) > y <- array(NA,dim=c(3,85),dimnames=list(c('Intermediairegoederen','Investeringsgoederen','Consumptiegoederen'),1:85)) > for (i in 1:dim(x)[1]) + { + for (j in 1:dim(x)[2]) + { + y[i,j] <- as.numeric(x[i,j]) + } + } > par4 = 'FALSE' > par3 = 'FALSE' > par2 = 'ALL' > par1 = 'ward' > ylab = 'height' > xlab = 'cases' > main = 'Dendrogram' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Prof. Dr. P. Wessa > #To cite this work: AUTHOR(S), (YEAR), YOUR SOFTWARE TITLE (vNUMBER) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_YOURPAGE.wasp/ > #Source of accompanying publication: Office for Research, Development, and Education > #Technical description: Write here your technical program description (don't use hard returns!) > par3 <- as.logical(par3) > par4 <- as.logical(par4) > if (par3 == 'TRUE'){ + dum = xlab + xlab = ylab + ylab = dum + } > x <- t(y) > hc <- hclust(dist(x),method=par1) > d <- as.dendrogram(hc) > str(d) --[dendrogram w/ 2 branches and 85 members at h = 616] |--[dendrogram w/ 2 branches and 34 members at h = 138] | |--[dendrogram w/ 2 branches and 14 members at h = 40.2] | | |--[dendrogram w/ 2 branches and 6 members at h = 17.6] | | | |--[dendrogram w/ 2 branches and 2 members at h = 5.26] | | | | |--leaf "25" | | | | `--leaf "68" | | | `--[dendrogram w/ 2 branches and 4 members at h = 12.6] | | | |--leaf "43" | | | `--[dendrogram w/ 2 branches and 3 members at h = 5.32] | | | |--leaf "44" | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf "31" | | | `--leaf "56" | | `--[dendrogram w/ 2 branches and 8 members at h = 34.3] | | |--[dendrogram w/ 2 branches and 2 members at h = 10.3] | | | |--leaf "8" | | | `--leaf "32" | | `--[dendrogram w/ 2 branches and 6 members at h = 20.6] | | |--[dendrogram w/ 2 branches and 3 members at h = 5.27] | | | |--leaf "37" | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.6] | | | |--leaf "19" | | | `--leaf "20" | | `--[dendrogram w/ 2 branches and 3 members at h = 9.27] | | |--leaf "67" | | `--[dendrogram w/ 2 branches and 2 members at h = 6.67] | | |--leaf "7" | | `--leaf "55" | `--[dendrogram w/ 2 branches and 20 members at h = 48.9] | |--[dendrogram w/ 2 branches and 4 members at h = 13.9] | | |--[dendrogram w/ 2 branches and 2 members at h = 4.17] | | | |--leaf "12" | | | `--leaf "13" | | `--[dendrogram w/ 2 branches and 2 members at h = 5.08] | | |--leaf "23" | | `--leaf "24" | `--[dendrogram w/ 2 branches and 16 members at h = 41.6] | |--[dendrogram w/ 2 branches and 5 members at h = 12] | | |--[dendrogram w/ 2 branches and 3 members at h = 6.4] | | | |--leaf "29" | | | `--[dendrogram w/ 2 branches and 2 members at h = 5.08] | | | |--leaf "4" | | | `--leaf "14" | | `--[dendrogram w/ 2 branches and 2 members at h = 7.2] | | |--leaf "16" | | `--leaf "50" | `--[dendrogram w/ 2 branches and 11 members at h = 19.2] | |--[dendrogram w/ 2 branches and 3 members at h = 4.68] | | |--leaf "38" | | `--[dendrogram w/ 2 branches and 2 members at h = 2.73] | | |--leaf "26" | | `--leaf "41" | `--[dendrogram w/ 2 branches and 8 members at h = 14.4] | |--[dendrogram w/ 2 branches and 2 members at h = 4.64] | | |--leaf "28" | | `--leaf "64" | `--[dendrogram w/ 2 branches and 6 members at h = 9.8] | |--[dendrogram w/ 2 branches and 2 members at h = 1.94] | | |--leaf "35" | | `--leaf "80" | `--[dendrogram w/ 2 branches and 4 members at h = 6.12] | |--leaf "49" | `--[dendrogram w/ 2 branches and 3 members at h = 3.18] | |--leaf "21" | `--[dendrogram w/ 2 branches and 2 members at h = 1.79] | |--leaf "53" | `--leaf "61" `--[dendrogram w/ 2 branches and 51 members at h = 255] |--[dendrogram w/ 2 branches and 24 members at h = 73.9] | |--[dendrogram w/ 2 branches and 4 members at h = 18.3] | | |--leaf "78" | | `--[dendrogram w/ 2 branches and 3 members at h = 8.34] | | |--leaf "75" | | `--[dendrogram w/ 2 branches and 2 members at h = 5.33] | | |--leaf "63" | | `--leaf "82" | `--[dendrogram w/ 2 branches and 20 members at h = 57.6] | |--[dendrogram w/ 2 branches and 7 members at h = 20.2] | | |--[dendrogram w/ 2 branches and 2 members at h = 8.45] | | | |--leaf "45" | | | `--leaf "46" | | `--[dendrogram w/ 2 branches and 5 members at h = 8.91] | | |--leaf "57" | | `--[dendrogram w/ 2 branches and 4 members at h = 6.73] | | |--leaf "71" | | `--[dendrogram w/ 2 branches and 3 members at h = 3.93] | | |--leaf "42" | | `--[dendrogram w/ 2 branches and 2 members at h = 2.44] | | |--leaf "69" | | `--leaf "70" | `--[dendrogram w/ 2 branches and 13 members at h = 39.9] | |--[dendrogram w/ 2 branches and 10 members at h = 22.0] | | |--[dendrogram w/ 2 branches and 3 members at h = 6.5] | | | |--leaf "85" | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.64] | | | |--leaf "22" | | | `--leaf "39" | | `--[dendrogram w/ 2 branches and 7 members at h = 12.5] | | |--[dendrogram w/ 2 branches and 3 members at h = 5.96] | | | |--leaf "51" | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.97] | | | |--leaf "65" | | | `--leaf "77" | | `--[dendrogram w/ 2 branches and 4 members at h = 9.4] | | |--leaf "66" | | `--[dendrogram w/ 2 branches and 3 members at h = 5.19] | | |--leaf "83" | | `--[dendrogram w/ 2 branches and 2 members at h = 3.48] | | |--leaf "54" | | `--leaf "81" | `--[dendrogram w/ 2 branches and 3 members at h = 32.4] | |--leaf "3" | `--[dendrogram w/ 2 branches and 2 members at h = 8.46] | |--leaf "72" | `--leaf "84" `--[dendrogram w/ 2 branches and 27 members at h = 102] |--[dendrogram w/ 2 branches and 8 members at h = 21.6] | |--[dendrogram w/ 2 branches and 2 members at h = 6.07] | | |--leaf "1" | | `--leaf "2" | `--[dendrogram w/ 2 branches and 6 members at h = 10.2] | |--[dendrogram w/ 2 branches and 2 members at h = 4.48] | | |--leaf "15" | | `--leaf "17" | `--[dendrogram w/ 2 branches and 4 members at h = 9.09] | |--leaf "5" | `--[dendrogram w/ 2 branches and 3 members at h = 7.78] | |--leaf "18" | `--[dendrogram w/ 2 branches and 2 members at h = 6.47] | |--leaf "6" | `--leaf "9" `--[dendrogram w/ 2 branches and 19 members at h = 57.7] |--[dendrogram w/ 2 branches and 7 members at h = 20.9] | |--[dendrogram w/ 2 branches and 3 members at h = 7.03] | | |--leaf "76" | | `--[dendrogram w/ 2 branches and 2 members at h = 2.54] | | |--leaf "73" | | `--leaf "74" | `--[dendrogram w/ 2 branches and 4 members at h = 9.2] | |--leaf "11" | `--[dendrogram w/ 2 branches and 3 members at h = 5.62] | |--leaf "27" | `--[dendrogram w/ 2 branches and 2 members at h = 3.01] | |--leaf "30" | `--leaf "40" `--[dendrogram w/ 2 branches and 12 members at h = 39.8] |--[dendrogram w/ 2 branches and 2 members at h = 2.69] | |--leaf "33" | `--leaf "34" `--[dendrogram w/ 2 branches and 10 members at h = 25.7] |--[dendrogram w/ 2 branches and 4 members at h = 9.35] | |--leaf "60" | `--[dendrogram w/ 2 branches and 3 members at h = 5.32] | |--leaf "52" | `--[dendrogram w/ 2 branches and 2 members at h = 2.40] | |--leaf "62" | `--leaf "79" `--[dendrogram w/ 2 branches and 6 members at h = 22.7] |--[dendrogram w/ 2 branches and 2 members at h = 7.84] | |--leaf "36" | `--leaf "48" `--[dendrogram w/ 2 branches and 4 members at h = 13.4] |--[dendrogram w/ 2 branches and 2 members at h = 3.4] | |--leaf "10" | `--leaf "59" `--[dendrogram w/ 2 branches and 2 members at h = 5.18] |--leaf "47" `--leaf "58" > mysub <- paste('Method: ',par1) > postscript(file="/var/www/html/rcomp/tmp/143361226589903.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > if (par4 == 'TRUE'){ + plot(d,main=main,ylab=ylab,xlab=xlab,horiz=par3, nodePar=list(pch = c(1,NA), cex=0.8, lab.cex = 0.8),type='t',center=T, sub=mysub) + } else { + plot(d,main=main,ylab=ylab,xlab=xlab,horiz=par3, nodePar=list(pch = c(1,NA), cex=0.8, lab.cex = 0.8), sub=mysub) + } > dev.off() null device 1 > if (par2 != 'ALL'){ + if (par3 == 'TRUE'){ + ylab = 'cluster' + } else { + xlab = 'cluster' + } + par2 <- as.numeric(par2) + memb <- cutree(hc, k = par2) + cent <- NULL + for(k in 1:par2){ + cent <- rbind(cent, colMeans(x[memb == k, , drop = FALSE])) + } + hc1 <- hclust(dist(cent),method=par1, members = table(memb)) + de <- as.dendrogram(hc1) + postscript(file="/var/www/html/rcomp/tmp/2rxhu1226589903.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) + if (par4 == 'TRUE'){ + plot(de,main=main,ylab=ylab,xlab=xlab,horiz=par3, nodePar=list(pch = c(1,NA), cex=0.8, lab.cex = 0.8),type='t',center=T, sub=mysub) + } else { + plot(de,main=main,ylab=ylab,xlab=xlab,horiz=par3, nodePar=list(pch = c(1,NA), cex=0.8, lab.cex = 0.8), sub=mysub) + } + dev.off() + str(de) + } > > #Note: the /var/www/html/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/rcomp/createtable") > > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,'Summary of Dendrogram',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Label',header=TRUE) > a<-table.element(a,'Height',header=TRUE) > a<-table.row.end(a) > num <- length(x[,1])-1 > for (i in 1:num) + { + a<-table.row.start(a) + a<-table.element(a,hc$labels[i]) + a<-table.element(a,hc$height[i]) + a<-table.row.end(a) + } > a<-table.end(a) > table.save(a,file="/var/www/html/rcomp/tmp/3y3he1226589903.tab") > if (par2 != 'ALL'){ + a<-table.start() + a<-table.row.start(a) + a<-table.element(a,'Summary of Cut Dendrogram',2,TRUE) + a<-table.row.end(a) + a<-table.row.start(a) + a<-table.element(a,'Label',header=TRUE) + a<-table.element(a,'Height',header=TRUE) + a<-table.row.end(a) + num <- par2-1 + for (i in 1:num) + { + a<-table.row.start(a) + a<-table.element(a,i) + a<-table.element(a,hc1$height[i]) + a<-table.row.end(a) + } + a<-table.end(a) + table.save(a,file="/var/www/html/rcomp/tmp/4nkw11226589903.tab") + } > > system("convert tmp/143361226589903.ps tmp/143361226589903.png") > system("convert tmp/2rxhu1226589903.ps tmp/2rxhu1226589903.png") convert: unable to open image `tmp/2rxhu1226589903.ps': No such file or directory. convert: missing an image filename `tmp/2rxhu1226589903.png'. > > > proc.time() user system elapsed 1.714 0.314 1.788