R version 2.9.0 (2009-04-17) Copyright (C) 2009 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 <- c(2.14,2.45,2.52,2.3,2.25,2.06,1.99,2.25,2.26,2.36,2.3,2.19,2.31,2.21,2.21,2.26,2.18,2.21,2.33,2.12,2.08,1.97,2.09,2.11,2.24,2.45,2.68,2.73,2.76,2.83,3.16,3.22,3.22,3.34,3.35,3.42,3.58,3.71,3.68,3.83,3.94,3.88,4.03,4.15,4.32,4.4,4.37,4.14,4.11,4.16,3.98,4.13,3.76,3.66,3.85,4.03,4.31,4.58,4.46,4.41,3.84,2.84,2.66,2.17,1.43,1.47,1.29,1.23,1.09,0.94,0.76,0.67) > par1 = '72' > #'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] 72 > (np <- floor(n / par1)) [1] 1 > arr <- array(NA,dim=c(par1,np+1)) > darr <- array(NA,dim=c(par1,np+1)) > ari <- array(0,dim=par1) > dx <- diff(x) > j <- 0 > for (i in 1:n) + { + j = j + 1 + ari[j] = ari[j] + 1 + arr[j,ari[j]] <- x[i] + darr[j,ari[j]] <- dx[i] + if (j == par1) j = 0 + } > ari [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 1 [39] 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 > arr [,1] [,2] [1,] 2.14 NA [2,] 2.45 NA [3,] 2.52 NA [4,] 2.30 NA [5,] 2.25 NA [6,] 2.06 NA [7,] 1.99 NA [8,] 2.25 NA [9,] 2.26 NA [10,] 2.36 NA [11,] 2.30 NA [12,] 2.19 NA [13,] 2.31 NA [14,] 2.21 NA [15,] 2.21 NA [16,] 2.26 NA [17,] 2.18 NA [18,] 2.21 NA [19,] 2.33 NA [20,] 2.12 NA [21,] 2.08 NA [22,] 1.97 NA [23,] 2.09 NA [24,] 2.11 NA [25,] 2.24 NA [26,] 2.45 NA [27,] 2.68 NA [28,] 2.73 NA [29,] 2.76 NA [30,] 2.83 NA [31,] 3.16 NA [32,] 3.22 NA [33,] 3.22 NA [34,] 3.34 NA [35,] 3.35 NA [36,] 3.42 NA [37,] 3.58 NA [38,] 3.71 NA [39,] 3.68 NA [40,] 3.83 NA [41,] 3.94 NA [42,] 3.88 NA [43,] 4.03 NA [44,] 4.15 NA [45,] 4.32 NA [46,] 4.40 NA [47,] 4.37 NA [48,] 4.14 NA [49,] 4.11 NA [50,] 4.16 NA [51,] 3.98 NA [52,] 4.13 NA [53,] 3.76 NA [54,] 3.66 NA [55,] 3.85 NA [56,] 4.03 NA [57,] 4.31 NA [58,] 4.58 NA [59,] 4.46 NA [60,] 4.41 NA [61,] 3.84 NA [62,] 2.84 NA [63,] 2.66 NA [64,] 2.17 NA [65,] 1.43 NA [66,] 1.47 NA [67,] 1.29 NA [68,] 1.23 NA [69,] 1.09 NA [70,] 0.94 NA [71,] 0.76 NA [72,] 0.67 NA > darr [,1] [,2] [1,] 0.31 NA [2,] 0.07 NA [3,] -0.22 NA [4,] -0.05 NA [5,] -0.19 NA [6,] -0.07 NA [7,] 0.26 NA [8,] 0.01 NA [9,] 0.10 NA [10,] -0.06 NA [11,] -0.11 NA [12,] 0.12 NA [13,] -0.10 NA [14,] 0.00 NA [15,] 0.05 NA [16,] -0.08 NA [17,] 0.03 NA [18,] 0.12 NA [19,] -0.21 NA [20,] -0.04 NA [21,] -0.11 NA [22,] 0.12 NA [23,] 0.02 NA [24,] 0.13 NA [25,] 0.21 NA [26,] 0.23 NA [27,] 0.05 NA [28,] 0.03 NA [29,] 0.07 NA [30,] 0.33 NA [31,] 0.06 NA [32,] 0.00 NA [33,] 0.12 NA [34,] 0.01 NA [35,] 0.07 NA [36,] 0.16 NA [37,] 0.13 NA [38,] -0.03 NA [39,] 0.15 NA [40,] 0.11 NA [41,] -0.06 NA [42,] 0.15 NA [43,] 0.12 NA [44,] 0.17 NA [45,] 0.08 NA [46,] -0.03 NA [47,] -0.23 NA [48,] -0.03 NA [49,] 0.05 NA [50,] -0.18 NA [51,] 0.15 NA [52,] -0.37 NA [53,] -0.10 NA [54,] 0.19 NA [55,] 0.18 NA [56,] 0.28 NA [57,] 0.27 NA [58,] -0.12 NA [59,] -0.05 NA [60,] -0.57 NA [61,] -1.00 NA [62,] -0.18 NA [63,] -0.49 NA [64,] -0.74 NA [65,] 0.04 NA [66,] -0.18 NA [67,] -0.06 NA [68,] -0.14 NA [69,] -0.15 NA [70,] -0.18 NA [71,] -0.09 NA [72,] NA NA > arr.mean <- array(NA,dim=par1) > arr.median <- array(NA,dim=par1) > arr.midrange <- array(NA,dim=par1) > for (j in 1:par1) + { + arr.mean[j] <- mean(arr[j,],na.rm=TRUE) + arr.median[j] <- median(arr[j,],na.rm=TRUE) + arr.midrange[j] <- (quantile(arr[j,],0.75,na.rm=TRUE) + quantile(arr[j,],0.25,na.rm=TRUE)) / 2 + } > overall.mean <- mean(x) > overall.median <- median(x) > overall.midrange <- (quantile(x,0.75) + quantile(x,0.25)) / 2 > postscript(file="/var/www/html/rcomp/tmp/1p65v1259744160.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(arr.mean,type='b',ylab='mean',main='Mean Plot',xlab='Periodic Index') > mtext(paste('#blocks = ',np)) > abline(overall.mean,0) > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/251o51259744160.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(arr.median,type='b',ylab='median',main='Median Plot',xlab='Periodic Index') > mtext(paste('#blocks = ',np)) > abline(overall.median,0) > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/3dnzj1259744160.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(arr.midrange,type='b',ylab='midrange',main='Midrange Plot',xlab='Periodic Index') > mtext(paste('#blocks = ',np)) > abline(overall.midrange,0) > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/4uw7u1259744160.ps",horizontal=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] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [,13] [,14] [1,] 2.14 2.45 2.52 2.3 2.25 2.06 1.99 2.25 2.26 2.36 2.3 2.19 2.31 2.21 [2,] 2.14 2.45 2.52 2.3 2.25 2.06 1.99 2.25 2.26 2.36 2.3 2.19 2.31 2.21 [3,] 2.14 2.45 2.52 2.3 2.25 2.06 1.99 2.25 2.26 2.36 2.3 2.19 2.31 2.21 [4,] 2.14 2.45 2.52 2.3 2.25 2.06 1.99 2.25 2.26 2.36 2.3 2.19 2.31 2.21 [5,] 2.14 2.45 2.52 2.3 2.25 2.06 1.99 2.25 2.26 2.36 2.3 2.19 2.31 2.21 [,15] [,16] [,17] [,18] [,19] [,20] [,21] [,22] [,23] [,24] [,25] [,26] [1,] 2.21 2.26 2.18 2.21 2.33 2.12 2.08 1.97 2.09 2.11 2.24 2.45 [2,] 2.21 2.26 2.18 2.21 2.33 2.12 2.08 1.97 2.09 2.11 2.24 2.45 [3,] 2.21 2.26 2.18 2.21 2.33 2.12 2.08 1.97 2.09 2.11 2.24 2.45 [4,] 2.21 2.26 2.18 2.21 2.33 2.12 2.08 1.97 2.09 2.11 2.24 2.45 [5,] 2.21 2.26 2.18 2.21 2.33 2.12 2.08 1.97 2.09 2.11 2.24 2.45 [,27] [,28] [,29] [,30] [,31] [,32] [,33] [,34] [,35] [,36] [,37] [,38] [1,] 2.68 2.73 2.76 2.83 3.16 3.22 3.22 3.34 3.35 3.42 3.58 3.71 [2,] 2.68 2.73 2.76 2.83 3.16 3.22 3.22 3.34 3.35 3.42 3.58 3.71 [3,] 2.68 2.73 2.76 2.83 3.16 3.22 3.22 3.34 3.35 3.42 3.58 3.71 [4,] 2.68 2.73 2.76 2.83 3.16 3.22 3.22 3.34 3.35 3.42 3.58 3.71 [5,] 2.68 2.73 2.76 2.83 3.16 3.22 3.22 3.34 3.35 3.42 3.58 3.71 [,39] [,40] [,41] [,42] [,43] [,44] [,45] [,46] [,47] [,48] [,49] [,50] [1,] 3.68 3.83 3.94 3.88 4.03 4.15 4.32 4.4 4.37 4.14 4.11 4.16 [2,] 3.68 3.83 3.94 3.88 4.03 4.15 4.32 4.4 4.37 4.14 4.11 4.16 [3,] 3.68 3.83 3.94 3.88 4.03 4.15 4.32 4.4 4.37 4.14 4.11 4.16 [4,] 3.68 3.83 3.94 3.88 4.03 4.15 4.32 4.4 4.37 4.14 4.11 4.16 [5,] 3.68 3.83 3.94 3.88 4.03 4.15 4.32 4.4 4.37 4.14 4.11 4.16 [,51] [,52] [,53] [,54] [,55] [,56] [,57] [,58] [,59] [,60] [,61] [,62] [1,] 3.98 4.13 3.76 3.66 3.85 4.03 4.31 4.58 4.46 4.41 3.84 2.84 [2,] 3.98 4.13 3.76 3.66 3.85 4.03 4.31 4.58 4.46 4.41 3.84 2.84 [3,] 3.98 4.13 3.76 3.66 3.85 4.03 4.31 4.58 4.46 4.41 3.84 2.84 [4,] 3.98 4.13 3.76 3.66 3.85 4.03 4.31 4.58 4.46 4.41 3.84 2.84 [5,] 3.98 4.13 3.76 3.66 3.85 4.03 4.31 4.58 4.46 4.41 3.84 2.84 [,63] [,64] [,65] [,66] [,67] [,68] [,69] [,70] [,71] [,72] [1,] 2.66 2.17 1.43 1.47 1.29 1.23 1.09 0.94 0.76 0.67 [2,] 2.66 2.17 1.43 1.47 1.29 1.23 1.09 0.94 0.76 0.67 [3,] 2.66 2.17 1.43 1.47 1.29 1.23 1.09 0.94 0.76 0.67 [4,] 2.66 2.17 1.43 1.47 1.29 1.23 1.09 0.94 0.76 0.67 [5,] 2.66 2.17 1.43 1.47 1.29 1.23 1.09 0.94 0.76 0.67 $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 1 [39] 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 $conf [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [,13] [,14] [1,] 2.14 2.45 2.52 2.3 2.25 2.06 1.99 2.25 2.26 2.36 2.3 2.19 2.31 2.21 [2,] 2.14 2.45 2.52 2.3 2.25 2.06 1.99 2.25 2.26 2.36 2.3 2.19 2.31 2.21 [,15] [,16] [,17] [,18] [,19] [,20] [,21] [,22] [,23] [,24] [,25] [,26] [1,] 2.21 2.26 2.18 2.21 2.33 2.12 2.08 1.97 2.09 2.11 2.24 2.45 [2,] 2.21 2.26 2.18 2.21 2.33 2.12 2.08 1.97 2.09 2.11 2.24 2.45 [,27] [,28] [,29] [,30] [,31] [,32] [,33] [,34] [,35] [,36] [,37] [,38] [1,] 2.68 2.73 2.76 2.83 3.16 3.22 3.22 3.34 3.35 3.42 3.58 3.71 [2,] 2.68 2.73 2.76 2.83 3.16 3.22 3.22 3.34 3.35 3.42 3.58 3.71 [,39] [,40] [,41] [,42] [,43] [,44] [,45] [,46] [,47] [,48] [,49] [,50] [1,] 3.68 3.83 3.94 3.88 4.03 4.15 4.32 4.4 4.37 4.14 4.11 4.16 [2,] 3.68 3.83 3.94 3.88 4.03 4.15 4.32 4.4 4.37 4.14 4.11 4.16 [,51] [,52] [,53] [,54] [,55] [,56] [,57] [,58] [,59] [,60] [,61] [,62] [1,] 3.98 4.13 3.76 3.66 3.85 4.03 4.31 4.58 4.46 4.41 3.84 2.84 [2,] 3.98 4.13 3.76 3.66 3.85 4.03 4.31 4.58 4.46 4.41 3.84 2.84 [,63] [,64] [,65] [,66] [,67] [,68] [,69] [,70] [,71] [,72] [1,] 2.66 2.17 1.43 1.47 1.29 1.23 1.09 0.94 0.76 0.67 [2,] 2.66 2.17 1.43 1.47 1.29 1.23 1.09 0.94 0.76 0.67 $out numeric(0) $group numeric(0) $names [1] "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" [16] "16" "17" "18" "19" "20" "21" "22" "23" "24" "25" "26" "27" "28" "29" "30" [31] "31" "32" "33" "34" "35" "36" "37" "38" "39" "40" "41" "42" "43" "44" "45" [46] "46" "47" "48" "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" > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/59snw1259744160.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > z <- data.frame(t(darr)) > names(z) <- c(1:par1) > (boxplot(z,notch=TRUE,col='grey',xlab='Periodic Index',ylab='Value',main='Notched Box Plots - Differenced Periodic Subseries')) $stats [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [,13] [1,] 0.31 0.07 -0.22 -0.05 -0.19 -0.07 0.26 0.01 0.1 -0.06 -0.11 0.12 -0.1 [2,] 0.31 0.07 -0.22 -0.05 -0.19 -0.07 0.26 0.01 0.1 -0.06 -0.11 0.12 -0.1 [3,] 0.31 0.07 -0.22 -0.05 -0.19 -0.07 0.26 0.01 0.1 -0.06 -0.11 0.12 -0.1 [4,] 0.31 0.07 -0.22 -0.05 -0.19 -0.07 0.26 0.01 0.1 -0.06 -0.11 0.12 -0.1 [5,] 0.31 0.07 -0.22 -0.05 -0.19 -0.07 0.26 0.01 0.1 -0.06 -0.11 0.12 -0.1 [,14] [,15] [,16] [,17] [,18] [,19] [,20] [,21] [,22] [,23] [,24] [,25] [1,] 0 0.05 -0.08 0.03 0.12 -0.21 -0.04 -0.11 0.12 0.02 0.13 0.21 [2,] 0 0.05 -0.08 0.03 0.12 -0.21 -0.04 -0.11 0.12 0.02 0.13 0.21 [3,] 0 0.05 -0.08 0.03 0.12 -0.21 -0.04 -0.11 0.12 0.02 0.13 0.21 [4,] 0 0.05 -0.08 0.03 0.12 -0.21 -0.04 -0.11 0.12 0.02 0.13 0.21 [5,] 0 0.05 -0.08 0.03 0.12 -0.21 -0.04 -0.11 0.12 0.02 0.13 0.21 [,26] [,27] [,28] [,29] [,30] [,31] [,32] [,33] [,34] [,35] [,36] [,37] [1,] 0.23 0.05 0.03 0.07 0.33 0.06 0 0.12 0.01 0.07 0.16 0.13 [2,] 0.23 0.05 0.03 0.07 0.33 0.06 0 0.12 0.01 0.07 0.16 0.13 [3,] 0.23 0.05 0.03 0.07 0.33 0.06 0 0.12 0.01 0.07 0.16 0.13 [4,] 0.23 0.05 0.03 0.07 0.33 0.06 0 0.12 0.01 0.07 0.16 0.13 [5,] 0.23 0.05 0.03 0.07 0.33 0.06 0 0.12 0.01 0.07 0.16 0.13 [,38] [,39] [,40] [,41] [,42] [,43] [,44] [,45] [,46] [,47] [,48] [,49] [1,] -0.03 0.15 0.11 -0.06 0.15 0.12 0.17 0.08 -0.03 -0.23 -0.03 0.05 [2,] -0.03 0.15 0.11 -0.06 0.15 0.12 0.17 0.08 -0.03 -0.23 -0.03 0.05 [3,] -0.03 0.15 0.11 -0.06 0.15 0.12 0.17 0.08 -0.03 -0.23 -0.03 0.05 [4,] -0.03 0.15 0.11 -0.06 0.15 0.12 0.17 0.08 -0.03 -0.23 -0.03 0.05 [5,] -0.03 0.15 0.11 -0.06 0.15 0.12 0.17 0.08 -0.03 -0.23 -0.03 0.05 [,50] [,51] [,52] [,53] [,54] [,55] [,56] [,57] [,58] [,59] [,60] [,61] [1,] -0.18 0.15 -0.37 -0.1 0.19 0.18 0.28 0.27 -0.12 -0.05 -0.57 -1 [2,] -0.18 0.15 -0.37 -0.1 0.19 0.18 0.28 0.27 -0.12 -0.05 -0.57 -1 [3,] -0.18 0.15 -0.37 -0.1 0.19 0.18 0.28 0.27 -0.12 -0.05 -0.57 -1 [4,] -0.18 0.15 -0.37 -0.1 0.19 0.18 0.28 0.27 -0.12 -0.05 -0.57 -1 [5,] -0.18 0.15 -0.37 -0.1 0.19 0.18 0.28 0.27 -0.12 -0.05 -0.57 -1 [,62] [,63] [,64] [,65] [,66] [,67] [,68] [,69] [,70] [,71] [,72] [1,] -0.18 -0.49 -0.74 0.04 -0.18 -0.06 -0.14 -0.15 -0.18 -0.09 NA [2,] -0.18 -0.49 -0.74 0.04 -0.18 -0.06 -0.14 -0.15 -0.18 -0.09 NA [3,] -0.18 -0.49 -0.74 0.04 -0.18 -0.06 -0.14 -0.15 -0.18 -0.09 NA [4,] -0.18 -0.49 -0.74 0.04 -0.18 -0.06 -0.14 -0.15 -0.18 -0.09 NA [5,] -0.18 -0.49 -0.74 0.04 -0.18 -0.06 -0.14 -0.15 -0.18 -0.09 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 1 [39] 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 0 $conf [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [,13] [1,] 0.31 0.07 -0.22 -0.05 -0.19 -0.07 0.26 0.01 0.1 -0.06 -0.11 0.12 -0.1 [2,] 0.31 0.07 -0.22 -0.05 -0.19 -0.07 0.26 0.01 0.1 -0.06 -0.11 0.12 -0.1 [,14] [,15] [,16] [,17] [,18] [,19] [,20] [,21] [,22] [,23] [,24] [,25] [1,] 0 0.05 -0.08 0.03 0.12 -0.21 -0.04 -0.11 0.12 0.02 0.13 0.21 [2,] 0 0.05 -0.08 0.03 0.12 -0.21 -0.04 -0.11 0.12 0.02 0.13 0.21 [,26] [,27] [,28] [,29] [,30] [,31] [,32] [,33] [,34] [,35] [,36] [,37] [1,] 0.23 0.05 0.03 0.07 0.33 0.06 0 0.12 0.01 0.07 0.16 0.13 [2,] 0.23 0.05 0.03 0.07 0.33 0.06 0 0.12 0.01 0.07 0.16 0.13 [,38] [,39] [,40] [,41] [,42] [,43] [,44] [,45] [,46] [,47] [,48] [,49] [1,] -0.03 0.15 0.11 -0.06 0.15 0.12 0.17 0.08 -0.03 -0.23 -0.03 0.05 [2,] -0.03 0.15 0.11 -0.06 0.15 0.12 0.17 0.08 -0.03 -0.23 -0.03 0.05 [,50] [,51] [,52] [,53] [,54] [,55] [,56] [,57] [,58] [,59] [,60] [,61] [1,] -0.18 0.15 -0.37 -0.1 0.19 0.18 0.28 0.27 -0.12 -0.05 -0.57 -1 [2,] -0.18 0.15 -0.37 -0.1 0.19 0.18 0.28 0.27 -0.12 -0.05 -0.57 -1 [,62] [,63] [,64] [,65] [,66] [,67] [,68] [,69] [,70] [,71] [,72] [1,] -0.18 -0.49 -0.74 0.04 -0.18 -0.06 -0.14 -0.15 -0.18 -0.09 NA [2,] -0.18 -0.49 -0.74 0.04 -0.18 -0.06 -0.14 -0.15 -0.18 -0.09 NA $out numeric(0) $group numeric(0) $names [1] "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15" [16] "16" "17" "18" "19" "20" "21" "22" "23" "24" "25" "26" "27" "28" "29" "30" [31] "31" "32" "33" "34" "35" "36" "37" "38" "39" "40" "41" "42" "43" "44" "45" [46] "46" "47" "48" "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" > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/6w2ls1259744160.ps",horizontal=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] [1,] 0.670 NA [2,] 2.185 NA [3,] 2.670 NA [4,] 3.845 NA [5,] 4.580 NA $n [1] 72 0 $conf [,1] [,2] [1,] 2.3609 NA [2,] 2.9791 NA $out numeric(0) $group numeric(0) $names [1] "1" NA > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/71dyf1259744160.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > z <- data.frame(cbind(arr.mean,arr.median,arr.midrange)) > names(z) <- list('mean','median','midrange') > (boxplot(z,notch=TRUE,col='grey',ylab='Overall Central Tendency',main='Notched Box Plots')) $stats [,1] [,2] [,3] [1,] 0.670 0.670 0.670 [2,] 2.185 2.185 2.185 [3,] 2.670 2.670 2.670 [4,] 3.845 3.845 3.845 [5,] 4.580 4.580 4.580 $n [1] 72 72 72 $conf [,1] [,2] [,3] [1,] 2.3609 2.3609 2.3609 [2,] 2.9791 2.9791 2.9791 $out numeric(0) $group numeric(0) $names [1] "mean" "median" "midrange" > dev.off() null device 1 > > system("convert tmp/1p65v1259744160.ps tmp/1p65v1259744160.png") > system("convert tmp/251o51259744160.ps tmp/251o51259744160.png") > system("convert tmp/3dnzj1259744160.ps tmp/3dnzj1259744160.png") > system("convert tmp/4uw7u1259744160.ps tmp/4uw7u1259744160.png") > system("convert tmp/59snw1259744160.ps tmp/59snw1259744160.png") > system("convert tmp/6w2ls1259744160.ps tmp/6w2ls1259744160.png") > system("convert tmp/71dyf1259744160.ps tmp/71dyf1259744160.png") > > > proc.time() user system elapsed 1.361 0.952 1.980