R version 2.12.2 (2011-02-25) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-redhat-linux-gnu (64-bit) 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. Natural language support but running in an English locale 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 <- c(131676 + ,135050 + ,129070 + ,137792 + ,139762 + ,142917 + ,144198 + ,142648 + ,152170 + ,136022 + ,138142 + ,138135 + ,135027 + ,132911 + ,133976 + ,137012 + ,119610 + ,118106 + ,120383 + ,133185 + ,131416 + ,134248 + ,134397 + ,127728 + ,131837 + ,125955 + ,134187 + ,143291 + ,145074 + ,149812 + ,144668 + ,147253 + ,145568 + ,155564 + ,155872 + ,156323 + ,158010 + ,155598 + ,154785 + ,157294 + ,162938 + ,157283 + ,166074 + ,169282 + ,172552 + ,174055 + ,175409 + ,173696 + ,171283 + ,173322 + ,170717 + ,174229 + ,175339 + ,173511 + ,175839 + ,173816 + ,173990 + ,174777 + ,174819 + ,176726 + ,176199 + ,180952 + ,176663 + ,182346 + ,180605 + ,182497 + ,187856 + ,190020 + ,190108 + ,193288 + ,193230 + ,199068 + ,195076 + ,191563 + ,191067 + ,186665 + ,185508 + ,184371 + ,183046 + ,175714 + ,175768 + ,171029 + ,170465 + ,170102 + ,156389 + ,124291 + ,99360 + ,86675 + ,85056 + ,128236 + ,164257 + ,162401 + ,152779 + ,156005 + ,153387 + ,153190 + ,148840 + ,144211 + ,145953 + ,145542 + ,150271 + ,147489 + ,143824 + ,134754 + ,131736 + ,126304 + ,125511 + ,125495 + ,130133 + ,126257 + ,110323 + ,98417 + ,105749 + ,120665 + ,124075 + ,127245 + ,146731 + ,144979 + ,148210 + ,144670 + ,142970 + ,142524 + ,146142 + ,146522 + ,148128 + ,148798 + ,150181 + ,152388 + ,155694 + ,160662 + ,155520 + ,158262 + ,154338 + ,158196 + ,160371 + ,154856 + ,150636 + ,145899 + ,141242 + ,140834 + ,141119 + ,139104 + ,134437 + ,129425 + ,123155 + ,119273 + ,120472 + ,121523 + ,121983 + ,123658 + ,124794 + ,124827 + ,120382 + ,117395 + ,115790 + ,114283 + ,117271 + ,117448 + ,118764 + ,120550 + ,123554 + ,125412 + ,124182 + ,119828 + ,115361 + ,114226 + ,115214 + ,115864 + ,114276 + ,113469 + ,114883 + ,114172 + ,111225 + ,112149 + ,115618 + ,118002 + ,121382 + ,120663) > par1 = '1' > #'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!) > par1 <- as.numeric(par1) > (n <- length(x)) [1] 178 > (np <- floor(n / par1)) [1] 178 > arr <- array(NA,dim=c(par1,np+1)) > ari <- array(0,dim=par1) > j <- 0 > for (i in 1:n) + { + j = j + 1 + ari[j] = ari[j] + 1 + arr[j,ari[j]] <- x[i] + if (j == par1) j = 0 + } > ari [1] 178 > arr [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [1,] 131676 135050 129070 137792 139762 142917 144198 142648 152170 136022 [,11] [,12] [,13] [,14] [,15] [,16] [,17] [,18] [,19] [,20] [1,] 138142 138135 135027 132911 133976 137012 119610 118106 120383 133185 [,21] [,22] [,23] [,24] [,25] [,26] [,27] [,28] [,29] [,30] [1,] 131416 134248 134397 127728 131837 125955 134187 143291 145074 149812 [,31] [,32] [,33] [,34] [,35] [,36] [,37] [,38] [,39] [,40] [1,] 144668 147253 145568 155564 155872 156323 158010 155598 154785 157294 [,41] [,42] [,43] [,44] [,45] [,46] [,47] [,48] [,49] [,50] [1,] 162938 157283 166074 169282 172552 174055 175409 173696 171283 173322 [,51] [,52] [,53] [,54] [,55] [,56] [,57] [,58] [,59] [,60] [1,] 170717 174229 175339 173511 175839 173816 173990 174777 174819 176726 [,61] [,62] [,63] [,64] [,65] [,66] [,67] [,68] [,69] [,70] [1,] 176199 180952 176663 182346 180605 182497 187856 190020 190108 193288 [,71] [,72] [,73] [,74] [,75] [,76] [,77] [,78] [,79] [,80] [1,] 193230 199068 195076 191563 191067 186665 185508 184371 183046 175714 [,81] [,82] [,83] [,84] [,85] [,86] [,87] [,88] [,89] [,90] [,91] [1,] 175768 171029 170465 170102 156389 124291 99360 86675 85056 128236 164257 [,92] [,93] [,94] [,95] [,96] [,97] [,98] [,99] [,100] [,101] [1,] 162401 152779 156005 153387 153190 148840 144211 145953 145542 150271 [,102] [,103] [,104] [,105] [,106] [,107] [,108] [,109] [,110] [,111] [1,] 147489 143824 134754 131736 126304 125511 125495 130133 126257 110323 [,112] [,113] [,114] [,115] [,116] [,117] [,118] [,119] [,120] [,121] [1,] 98417 105749 120665 124075 127245 146731 144979 148210 144670 142970 [,122] [,123] [,124] [,125] [,126] [,127] [,128] [,129] [,130] [,131] [1,] 142524 146142 146522 148128 148798 150181 152388 155694 160662 155520 [,132] [,133] [,134] [,135] [,136] [,137] [,138] [,139] [,140] [,141] [1,] 158262 154338 158196 160371 154856 150636 145899 141242 140834 141119 [,142] [,143] [,144] [,145] [,146] [,147] [,148] [,149] [,150] [,151] [1,] 139104 134437 129425 123155 119273 120472 121523 121983 123658 124794 [,152] [,153] [,154] [,155] [,156] [,157] [,158] [,159] [,160] [,161] [1,] 124827 120382 117395 115790 114283 117271 117448 118764 120550 123554 [,162] [,163] [,164] [,165] [,166] [,167] [,168] [,169] [,170] [,171] [1,] 125412 124182 119828 115361 114226 115214 115864 114276 113469 114883 [,172] [,173] [,174] [,175] [,176] [,177] [,178] [,179] [1,] 114172 111225 112149 115618 118002 121382 120663 NA > arr.sd <- array(NA,dim=par1) > arr.range <- array(NA,dim=par1) > arr.iqr <- array(NA,dim=par1) > for (j in 1:par1) + { + arr.sd[j] <- sqrt(var(arr[j,],na.rm=TRUE)) + arr.range[j] <- max(arr[j,],na.rm=TRUE) - min(arr[j,],na.rm=TRUE) + arr.iqr[j] <- quantile(arr[j,],0.75,na.rm=TRUE) - quantile(arr[j,],0.25,na.rm=TRUE) + } > overall.sd <- sqrt(var(x)) > overall.range <- max(x) - min(x) > overall.iqr <- quantile(x,0.75) - quantile(x,0.25) > postscript(file="/var/www/wessaorg/rcomp/tmp/1gqus1305033552.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(arr.sd,type='b',ylab='S.D.',main='Standard Deviation Plot',xlab='Periodic Index') > mtext(paste('# blocks = ',np)) > abline(overall.sd,0) > dev.off() null device 1 > postscript(file="/var/www/wessaorg/rcomp/tmp/2v3sz1305033552.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(arr.range,type='b',ylab='range',main='Range Plot',xlab='Periodic Index') > mtext(paste('# blocks = ',np)) > abline(overall.range,0) > dev.off() null device 1 > postscript(file="/var/www/wessaorg/rcomp/tmp/3b3ly1305033552.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(arr.iqr,type='b',ylab='IQR',main='Interquartile Range Plot',xlab='Periodic Index') > mtext(paste('# blocks = ',np)) > abline(overall.iqr,0) > dev.off() null device 1 > postscript(file="/var/www/wessaorg/rcomp/tmp/44b6l1305033552.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > z <- data.frame(t(arr)) > names(z) <- c(1:par1) > (boxplot(z,notch=TRUE,col='grey',xlab='Periodic Index',ylab='Value',main='Notched Box Plots - Periodic Subseries')) $stats [,1] [1,] 85056.0 [2,] 124827.0 [3,] 144439.5 [4,] 162401.0 [5,] 199068.0 $n [1] 178 $conf [,1] [1,] 139989.8 [2,] 148889.2 $out numeric(0) $group numeric(0) $names [1] "1" > dev.off() null device 1 > postscript(file="/var/www/wessaorg/rcomp/tmp/5srqi1305033552.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > z <- data.frame(arr) > names(z) <- c(1:np) > (boxplot(z,notch=TRUE,col='grey',xlab='Block Index',ylab='Value',main='Notched Box Plots - Sequential Blocks')) $stats [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [1,] 131676 135050 129070 137792 139762 142917 144198 142648 152170 136022 [2,] 131676 135050 129070 137792 139762 142917 144198 142648 152170 136022 [3,] 131676 135050 129070 137792 139762 142917 144198 142648 152170 136022 [4,] 131676 135050 129070 137792 139762 142917 144198 142648 152170 136022 [5,] 131676 135050 129070 137792 139762 142917 144198 142648 152170 136022 [,11] [,12] [,13] [,14] [,15] [,16] [,17] [,18] [,19] [,20] [1,] 138142 138135 135027 132911 133976 137012 119610 118106 120383 133185 [2,] 138142 138135 135027 132911 133976 137012 119610 118106 120383 133185 [3,] 138142 138135 135027 132911 133976 137012 119610 118106 120383 133185 [4,] 138142 138135 135027 132911 133976 137012 119610 118106 120383 133185 [5,] 138142 138135 135027 132911 133976 137012 119610 118106 120383 133185 [,21] [,22] [,23] [,24] [,25] [,26] [,27] [,28] [,29] [,30] [1,] 131416 134248 134397 127728 131837 125955 134187 143291 145074 149812 [2,] 131416 134248 134397 127728 131837 125955 134187 143291 145074 149812 [3,] 131416 134248 134397 127728 131837 125955 134187 143291 145074 149812 [4,] 131416 134248 134397 127728 131837 125955 134187 143291 145074 149812 [5,] 131416 134248 134397 127728 131837 125955 134187 143291 145074 149812 [,31] [,32] [,33] [,34] [,35] [,36] [,37] [,38] [,39] [,40] [1,] 144668 147253 145568 155564 155872 156323 158010 155598 154785 157294 [2,] 144668 147253 145568 155564 155872 156323 158010 155598 154785 157294 [3,] 144668 147253 145568 155564 155872 156323 158010 155598 154785 157294 [4,] 144668 147253 145568 155564 155872 156323 158010 155598 154785 157294 [5,] 144668 147253 145568 155564 155872 156323 158010 155598 154785 157294 [,41] [,42] [,43] [,44] [,45] [,46] [,47] [,48] [,49] [,50] [1,] 162938 157283 166074 169282 172552 174055 175409 173696 171283 173322 [2,] 162938 157283 166074 169282 172552 174055 175409 173696 171283 173322 [3,] 162938 157283 166074 169282 172552 174055 175409 173696 171283 173322 [4,] 162938 157283 166074 169282 172552 174055 175409 173696 171283 173322 [5,] 162938 157283 166074 169282 172552 174055 175409 173696 171283 173322 [,51] [,52] [,53] [,54] [,55] [,56] [,57] [,58] [,59] [,60] [1,] 170717 174229 175339 173511 175839 173816 173990 174777 174819 176726 [2,] 170717 174229 175339 173511 175839 173816 173990 174777 174819 176726 [3,] 170717 174229 175339 173511 175839 173816 173990 174777 174819 176726 [4,] 170717 174229 175339 173511 175839 173816 173990 174777 174819 176726 [5,] 170717 174229 175339 173511 175839 173816 173990 174777 174819 176726 [,61] [,62] [,63] [,64] [,65] [,66] [,67] [,68] [,69] [,70] [1,] 176199 180952 176663 182346 180605 182497 187856 190020 190108 193288 [2,] 176199 180952 176663 182346 180605 182497 187856 190020 190108 193288 [3,] 176199 180952 176663 182346 180605 182497 187856 190020 190108 193288 [4,] 176199 180952 176663 182346 180605 182497 187856 190020 190108 193288 [5,] 176199 180952 176663 182346 180605 182497 187856 190020 190108 193288 [,71] [,72] [,73] [,74] [,75] [,76] [,77] [,78] [,79] [,80] [1,] 193230 199068 195076 191563 191067 186665 185508 184371 183046 175714 [2,] 193230 199068 195076 191563 191067 186665 185508 184371 183046 175714 [3,] 193230 199068 195076 191563 191067 186665 185508 184371 183046 175714 [4,] 193230 199068 195076 191563 191067 186665 185508 184371 183046 175714 [5,] 193230 199068 195076 191563 191067 186665 185508 184371 183046 175714 [,81] [,82] [,83] [,84] [,85] [,86] [,87] [,88] [,89] [,90] [,91] [1,] 175768 171029 170465 170102 156389 124291 99360 86675 85056 128236 164257 [2,] 175768 171029 170465 170102 156389 124291 99360 86675 85056 128236 164257 [3,] 175768 171029 170465 170102 156389 124291 99360 86675 85056 128236 164257 [4,] 175768 171029 170465 170102 156389 124291 99360 86675 85056 128236 164257 [5,] 175768 171029 170465 170102 156389 124291 99360 86675 85056 128236 164257 [,92] [,93] [,94] [,95] [,96] [,97] [,98] [,99] [,100] [,101] [1,] 162401 152779 156005 153387 153190 148840 144211 145953 145542 150271 [2,] 162401 152779 156005 153387 153190 148840 144211 145953 145542 150271 [3,] 162401 152779 156005 153387 153190 148840 144211 145953 145542 150271 [4,] 162401 152779 156005 153387 153190 148840 144211 145953 145542 150271 [5,] 162401 152779 156005 153387 153190 148840 144211 145953 145542 150271 [,102] [,103] [,104] [,105] [,106] [,107] [,108] [,109] [,110] [,111] [1,] 147489 143824 134754 131736 126304 125511 125495 130133 126257 110323 [2,] 147489 143824 134754 131736 126304 125511 125495 130133 126257 110323 [3,] 147489 143824 134754 131736 126304 125511 125495 130133 126257 110323 [4,] 147489 143824 134754 131736 126304 125511 125495 130133 126257 110323 [5,] 147489 143824 134754 131736 126304 125511 125495 130133 126257 110323 [,112] [,113] [,114] [,115] [,116] [,117] [,118] [,119] [,120] [,121] [1,] 98417 105749 120665 124075 127245 146731 144979 148210 144670 142970 [2,] 98417 105749 120665 124075 127245 146731 144979 148210 144670 142970 [3,] 98417 105749 120665 124075 127245 146731 144979 148210 144670 142970 [4,] 98417 105749 120665 124075 127245 146731 144979 148210 144670 142970 [5,] 98417 105749 120665 124075 127245 146731 144979 148210 144670 142970 [,122] [,123] [,124] [,125] [,126] [,127] [,128] [,129] [,130] [,131] [1,] 142524 146142 146522 148128 148798 150181 152388 155694 160662 155520 [2,] 142524 146142 146522 148128 148798 150181 152388 155694 160662 155520 [3,] 142524 146142 146522 148128 148798 150181 152388 155694 160662 155520 [4,] 142524 146142 146522 148128 148798 150181 152388 155694 160662 155520 [5,] 142524 146142 146522 148128 148798 150181 152388 155694 160662 155520 [,132] [,133] [,134] [,135] [,136] [,137] [,138] [,139] [,140] [,141] [1,] 158262 154338 158196 160371 154856 150636 145899 141242 140834 141119 [2,] 158262 154338 158196 160371 154856 150636 145899 141242 140834 141119 [3,] 158262 154338 158196 160371 154856 150636 145899 141242 140834 141119 [4,] 158262 154338 158196 160371 154856 150636 145899 141242 140834 141119 [5,] 158262 154338 158196 160371 154856 150636 145899 141242 140834 141119 [,142] [,143] [,144] [,145] [,146] [,147] [,148] [,149] [,150] [,151] [1,] 139104 134437 129425 123155 119273 120472 121523 121983 123658 124794 [2,] 139104 134437 129425 123155 119273 120472 121523 121983 123658 124794 [3,] 139104 134437 129425 123155 119273 120472 121523 121983 123658 124794 [4,] 139104 134437 129425 123155 119273 120472 121523 121983 123658 124794 [5,] 139104 134437 129425 123155 119273 120472 121523 121983 123658 124794 [,152] [,153] [,154] [,155] [,156] [,157] [,158] [,159] [,160] [,161] [1,] 124827 120382 117395 115790 114283 117271 117448 118764 120550 123554 [2,] 124827 120382 117395 115790 114283 117271 117448 118764 120550 123554 [3,] 124827 120382 117395 115790 114283 117271 117448 118764 120550 123554 [4,] 124827 120382 117395 115790 114283 117271 117448 118764 120550 123554 [5,] 124827 120382 117395 115790 114283 117271 117448 118764 120550 123554 [,162] [,163] [,164] [,165] [,166] [,167] [,168] [,169] [,170] [,171] [1,] 125412 124182 119828 115361 114226 115214 115864 114276 113469 114883 [2,] 125412 124182 119828 115361 114226 115214 115864 114276 113469 114883 [3,] 125412 124182 119828 115361 114226 115214 115864 114276 113469 114883 [4,] 125412 124182 119828 115361 114226 115214 115864 114276 113469 114883 [5,] 125412 124182 119828 115361 114226 115214 115864 114276 113469 114883 [,172] [,173] [,174] [,175] [,176] [,177] [,178] [,179] [1,] 114172 111225 112149 115618 118002 121382 120663 NA [2,] 114172 111225 112149 115618 118002 121382 120663 NA [3,] 114172 111225 112149 115618 118002 121382 120663 NA [4,] 114172 111225 112149 115618 118002 121382 120663 NA [5,] 114172 111225 112149 115618 118002 121382 120663 NA $n [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [38] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [75] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [112] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 [149] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 $conf [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [1,] 131676 135050 129070 137792 139762 142917 144198 142648 152170 136022 [2,] 131676 135050 129070 137792 139762 142917 144198 142648 152170 136022 [,11] [,12] [,13] [,14] [,15] [,16] [,17] [,18] [,19] [,20] [1,] 138142 138135 135027 132911 133976 137012 119610 118106 120383 133185 [2,] 138142 138135 135027 132911 133976 137012 119610 118106 120383 133185 [,21] [,22] [,23] [,24] [,25] [,26] [,27] [,28] [,29] [,30] [1,] 131416 134248 134397 127728 131837 125955 134187 143291 145074 149812 [2,] 131416 134248 134397 127728 131837 125955 134187 143291 145074 149812 [,31] [,32] [,33] [,34] [,35] [,36] [,37] [,38] [,39] [,40] [1,] 144668 147253 145568 155564 155872 156323 158010 155598 154785 157294 [2,] 144668 147253 145568 155564 155872 156323 158010 155598 154785 157294 [,41] [,42] [,43] [,44] [,45] [,46] [,47] [,48] [,49] [,50] [1,] 162938 157283 166074 169282 172552 174055 175409 173696 171283 173322 [2,] 162938 157283 166074 169282 172552 174055 175409 173696 171283 173322 [,51] [,52] [,53] [,54] [,55] [,56] [,57] [,58] [,59] [,60] [1,] 170717 174229 175339 173511 175839 173816 173990 174777 174819 176726 [2,] 170717 174229 175339 173511 175839 173816 173990 174777 174819 176726 [,61] [,62] [,63] [,64] [,65] [,66] [,67] [,68] [,69] [,70] [1,] 176199 180952 176663 182346 180605 182497 187856 190020 190108 193288 [2,] 176199 180952 176663 182346 180605 182497 187856 190020 190108 193288 [,71] [,72] [,73] [,74] [,75] [,76] [,77] [,78] [,79] [,80] [1,] 193230 199068 195076 191563 191067 186665 185508 184371 183046 175714 [2,] 193230 199068 195076 191563 191067 186665 185508 184371 183046 175714 [,81] [,82] [,83] [,84] [,85] [,86] [,87] [,88] [,89] [,90] [,91] [1,] 175768 171029 170465 170102 156389 124291 99360 86675 85056 128236 164257 [2,] 175768 171029 170465 170102 156389 124291 99360 86675 85056 128236 164257 [,92] [,93] [,94] [,95] [,96] [,97] [,98] [,99] [,100] [,101] [1,] 162401 152779 156005 153387 153190 148840 144211 145953 145542 150271 [2,] 162401 152779 156005 153387 153190 148840 144211 145953 145542 150271 [,102] [,103] [,104] [,105] [,106] [,107] [,108] [,109] [,110] [,111] [1,] 147489 143824 134754 131736 126304 125511 125495 130133 126257 110323 [2,] 147489 143824 134754 131736 126304 125511 125495 130133 126257 110323 [,112] [,113] [,114] [,115] [,116] [,117] [,118] [,119] [,120] [,121] [1,] 98417 105749 120665 124075 127245 146731 144979 148210 144670 142970 [2,] 98417 105749 120665 124075 127245 146731 144979 148210 144670 142970 [,122] [,123] [,124] [,125] [,126] [,127] [,128] [,129] [,130] [,131] [1,] 142524 146142 146522 148128 148798 150181 152388 155694 160662 155520 [2,] 142524 146142 146522 148128 148798 150181 152388 155694 160662 155520 [,132] [,133] [,134] [,135] [,136] [,137] [,138] [,139] [,140] [,141] [1,] 158262 154338 158196 160371 154856 150636 145899 141242 140834 141119 [2,] 158262 154338 158196 160371 154856 150636 145899 141242 140834 141119 [,142] [,143] [,144] [,145] [,146] [,147] [,148] [,149] [,150] [,151] [1,] 139104 134437 129425 123155 119273 120472 121523 121983 123658 124794 [2,] 139104 134437 129425 123155 119273 120472 121523 121983 123658 124794 [,152] [,153] [,154] [,155] [,156] [,157] [,158] [,159] [,160] [,161] [1,] 124827 120382 117395 115790 114283 117271 117448 118764 120550 123554 [2,] 124827 120382 117395 115790 114283 117271 117448 118764 120550 123554 [,162] [,163] [,164] [,165] [,166] [,167] [,168] [,169] [,170] [,171] [1,] 125412 124182 119828 115361 114226 115214 115864 114276 113469 114883 [2,] 125412 124182 119828 115361 114226 115214 115864 114276 113469 114883 [,172] [,173] [,174] [,175] [,176] [,177] [,178] [,179] [1,] 114172 111225 112149 115618 118002 121382 120663 NA [2,] 114172 111225 112149 115618 118002 121382 120663 NA $out numeric(0) $group numeric(0) $names [1] "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" [13] "13" "14" "15" "16" "17" "18" "19" "20" "21" "22" "23" "24" [25] "25" "26" "27" "28" "29" "30" "31" "32" "33" "34" "35" "36" [37] "37" "38" "39" "40" "41" "42" "43" "44" "45" "46" "47" "48" [49] "49" "50" "51" "52" "53" "54" "55" "56" "57" "58" "59" "60" [61] "61" "62" "63" "64" "65" "66" "67" "68" "69" "70" "71" "72" [73] "73" "74" "75" "76" "77" "78" "79" "80" "81" "82" "83" "84" [85] "85" "86" "87" "88" "89" "90" "91" "92" "93" "94" "95" "96" [97] "97" "98" "99" "100" "101" "102" "103" "104" "105" "106" "107" "108" [109] "109" "110" "111" "112" "113" "114" "115" "116" "117" "118" "119" "120" [121] "121" "122" "123" "124" "125" "126" "127" "128" "129" "130" "131" "132" [133] "133" "134" "135" "136" "137" "138" "139" "140" "141" "142" "143" "144" [145] "145" "146" "147" "148" "149" "150" "151" "152" "153" "154" "155" "156" [157] "157" "158" "159" "160" "161" "162" "163" "164" "165" "166" "167" "168" [169] "169" "170" "171" "172" "173" "174" "175" "176" "177" "178" NA > dev.off() null device 1 > postscript(file="/var/www/wessaorg/rcomp/tmp/653zx1305033552.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > z <- data.frame(cbind(arr.sd,arr.range,arr.iqr)) > names(z) <- list('S.D.','Range','IQR') > (boxplot(z,notch=TRUE,col='grey',ylab='Overall Variability',main='Notched Box Plots')) $stats [,1] [,2] [,3] [1,] 24220.07 114012 36993 [2,] 24220.07 114012 36993 [3,] 24220.07 114012 36993 [4,] 24220.07 114012 36993 [5,] 24220.07 114012 36993 $n [1] 1 1 1 $conf [,1] [,2] [,3] [1,] 24220.07 114012 36993 [2,] 24220.07 114012 36993 $out numeric(0) $group numeric(0) $names [1] "S.D." "Range" "IQR" > dev.off() null device 1 > > try(system("convert tmp/1gqus1305033552.ps tmp/1gqus1305033552.png",intern=TRUE)) character(0) > try(system("convert tmp/2v3sz1305033552.ps tmp/2v3sz1305033552.png",intern=TRUE)) character(0) > try(system("convert tmp/3b3ly1305033552.ps tmp/3b3ly1305033552.png",intern=TRUE)) character(0) > try(system("convert tmp/44b6l1305033552.ps tmp/44b6l1305033552.png",intern=TRUE)) character(0) > try(system("convert tmp/5srqi1305033552.ps tmp/5srqi1305033552.png",intern=TRUE)) character(0) > try(system("convert tmp/653zx1305033552.ps tmp/653zx1305033552.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 4.13 0.47 4.70