R version 2.7.2 (2008-08-25) 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 <- c(0.989130435,0.919087137,0.925417076,0.925612053,1.066666667,0.851108765,1.030693069,0.989031079,0.913000978,0.792723264,0.978170478,0.987513007,0.909433962,0.883608147,0.82745098,0.8252149,1.023255814,0.815418024,1.026192703,0.914742451,0.807276303,0.739130435,0.98973306,0.972164948,0.853889943,0.856864654,0.775739042,0.789473684,0.931350114,0.73971079,0.885245902,0.842435094,0.818458418,0.72755418,0.923238696,0.922680412,0.883762201,0.818270165,0.771047228,0.825852783,0.924485126,0.755165289,0.874671341,0.815956482,0.799807507,0.712598425,0.832980973,0.910323253,0.869149952,0.779182879,0.750254842,0.75856014,0.920889988,0.743991641,0.816254417,0.769593957,0.784007353,0.683284457,0.850505051,0.900695134,0.868398268) > par1 = '61' > #'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] 61 > (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 > arr [,1] [,2] [1,] 0.9891304 NA [2,] 0.9190871 NA [3,] 0.9254171 NA [4,] 0.9256121 NA [5,] 1.0666667 NA [6,] 0.8511088 NA [7,] 1.0306931 NA [8,] 0.9890311 NA [9,] 0.9130010 NA [10,] 0.7927233 NA [11,] 0.9781705 NA [12,] 0.9875130 NA [13,] 0.9094340 NA [14,] 0.8836081 NA [15,] 0.8274510 NA [16,] 0.8252149 NA [17,] 1.0232558 NA [18,] 0.8154180 NA [19,] 1.0261927 NA [20,] 0.9147425 NA [21,] 0.8072763 NA [22,] 0.7391304 NA [23,] 0.9897331 NA [24,] 0.9721649 NA [25,] 0.8538899 NA [26,] 0.8568647 NA [27,] 0.7757390 NA [28,] 0.7894737 NA [29,] 0.9313501 NA [30,] 0.7397108 NA [31,] 0.8852459 NA [32,] 0.8424351 NA [33,] 0.8184584 NA [34,] 0.7275542 NA [35,] 0.9232387 NA [36,] 0.9226804 NA [37,] 0.8837622 NA [38,] 0.8182702 NA [39,] 0.7710472 NA [40,] 0.8258528 NA [41,] 0.9244851 NA [42,] 0.7551653 NA [43,] 0.8746713 NA [44,] 0.8159565 NA [45,] 0.7998075 NA [46,] 0.7125984 NA [47,] 0.8329810 NA [48,] 0.9103233 NA [49,] 0.8691500 NA [50,] 0.7791829 NA [51,] 0.7502548 NA [52,] 0.7585601 NA [53,] 0.9208900 NA [54,] 0.7439916 NA [55,] 0.8162544 NA [56,] 0.7695940 NA [57,] 0.7840074 NA [58,] 0.6832845 NA [59,] 0.8505051 NA [60,] 0.9006951 NA [61,] 0.8683983 NA > darr [,1] [,2] [1,] -0.070043298 NA [2,] 0.006329939 NA [3,] 0.000194977 NA [4,] 0.141054614 NA [5,] -0.215557902 NA [6,] 0.179584304 NA [7,] -0.041661990 NA [8,] -0.076030101 NA [9,] -0.120277714 NA [10,] 0.185447214 NA [11,] 0.009342529 NA [12,] -0.078079045 NA [13,] -0.025825815 NA [14,] -0.056157167 NA [15,] -0.002236080 NA [16,] 0.198040914 NA [17,] -0.207837790 NA [18,] 0.210774679 NA [19,] -0.111450252 NA [20,] -0.107466148 NA [21,] -0.068145868 NA [22,] 0.250602625 NA [23,] -0.017568112 NA [24,] -0.118275005 NA [25,] 0.002974711 NA [26,] -0.081125612 NA [27,] 0.013734642 NA [28,] 0.141876430 NA [29,] -0.191639324 NA [30,] 0.145535112 NA [31,] -0.042810808 NA [32,] -0.023976676 NA [33,] -0.090904238 NA [34,] 0.195684516 NA [35,] -0.000558284 NA [36,] -0.038918211 NA [37,] -0.065492036 NA [38,] -0.047222937 NA [39,] 0.054805555 NA [40,] 0.098632343 NA [41,] -0.169319837 NA [42,] 0.119506052 NA [43,] -0.058714859 NA [44,] -0.016148975 NA [45,] -0.087209082 NA [46,] 0.120382548 NA [47,] 0.077342280 NA [48,] -0.041173301 NA [49,] -0.089967073 NA [50,] -0.028928037 NA [51,] 0.008305298 NA [52,] 0.162329848 NA [53,] -0.176898347 NA [54,] 0.072262776 NA [55,] -0.046660460 NA [56,] 0.014413396 NA [57,] -0.100722896 NA [58,] 0.167220594 NA [59,] 0.050190083 NA [60,] -0.032296866 NA [61,] 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/133he1225730829.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/2hew51225730829.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/389vo1225730829.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/423oq1225730829.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] [1,] 0.9891304 0.9190871 0.925417 0.925612 1.066667 0.8511088 1.030693 0.989031 [2,] 0.9891304 0.9190871 0.925417 0.925612 1.066667 0.8511088 1.030693 0.989031 [3,] 0.9891304 0.9190871 0.925417 0.925612 1.066667 0.8511088 1.030693 0.989031 [4,] 0.9891304 0.9190871 0.925417 0.925612 1.066667 0.8511088 1.030693 0.989031 [5,] 0.9891304 0.9190871 0.925417 0.925612 1.066667 0.8511088 1.030693 0.989031 [,9] [,10] [,11] [,12] [,13] [,14] [,15] [1,] 0.913001 0.7927233 0.9781705 0.987513 0.909434 0.8836081 0.827451 [2,] 0.913001 0.7927233 0.9781705 0.987513 0.909434 0.8836081 0.827451 [3,] 0.913001 0.7927233 0.9781705 0.987513 0.909434 0.8836081 0.827451 [4,] 0.913001 0.7927233 0.9781705 0.987513 0.909434 0.8836081 0.827451 [5,] 0.913001 0.7927233 0.9781705 0.987513 0.909434 0.8836081 0.827451 [,16] [,17] [,18] [,19] [,20] [,21] [,22] [1,] 0.8252149 1.023256 0.815418 1.026193 0.9147425 0.8072763 0.7391304 [2,] 0.8252149 1.023256 0.815418 1.026193 0.9147425 0.8072763 0.7391304 [3,] 0.8252149 1.023256 0.815418 1.026193 0.9147425 0.8072763 0.7391304 [4,] 0.8252149 1.023256 0.815418 1.026193 0.9147425 0.8072763 0.7391304 [5,] 0.8252149 1.023256 0.815418 1.026193 0.9147425 0.8072763 0.7391304 [,23] [,24] [,25] [,26] [,27] [,28] [,29] [,30] [1,] 0.989733 0.972165 0.85389 0.8568647 0.775739 0.7894737 0.9313501 0.7397108 [2,] 0.989733 0.972165 0.85389 0.8568647 0.775739 0.7894737 0.9313501 0.7397108 [3,] 0.989733 0.972165 0.85389 0.8568647 0.775739 0.7894737 0.9313501 0.7397108 [4,] 0.989733 0.972165 0.85389 0.8568647 0.775739 0.7894737 0.9313501 0.7397108 [5,] 0.989733 0.972165 0.85389 0.8568647 0.775739 0.7894737 0.9313501 0.7397108 [,31] [,32] [,33] [,34] [,35] [,36] [,37] [1,] 0.8852459 0.8424351 0.8184584 0.7275542 0.9232387 0.9226804 0.8837622 [2,] 0.8852459 0.8424351 0.8184584 0.7275542 0.9232387 0.9226804 0.8837622 [3,] 0.8852459 0.8424351 0.8184584 0.7275542 0.9232387 0.9226804 0.8837622 [4,] 0.8852459 0.8424351 0.8184584 0.7275542 0.9232387 0.9226804 0.8837622 [5,] 0.8852459 0.8424351 0.8184584 0.7275542 0.9232387 0.9226804 0.8837622 [,38] [,39] [,40] [,41] [,42] [,43] [,44] [1,] 0.8182702 0.7710472 0.8258528 0.9244851 0.7551653 0.8746713 0.8159565 [2,] 0.8182702 0.7710472 0.8258528 0.9244851 0.7551653 0.8746713 0.8159565 [3,] 0.8182702 0.7710472 0.8258528 0.9244851 0.7551653 0.8746713 0.8159565 [4,] 0.8182702 0.7710472 0.8258528 0.9244851 0.7551653 0.8746713 0.8159565 [5,] 0.8182702 0.7710472 0.8258528 0.9244851 0.7551653 0.8746713 0.8159565 [,45] [,46] [,47] [,48] [,49] [,50] [,51] [1,] 0.7998075 0.7125984 0.832981 0.9103233 0.86915 0.7791829 0.7502548 [2,] 0.7998075 0.7125984 0.832981 0.9103233 0.86915 0.7791829 0.7502548 [3,] 0.7998075 0.7125984 0.832981 0.9103233 0.86915 0.7791829 0.7502548 [4,] 0.7998075 0.7125984 0.832981 0.9103233 0.86915 0.7791829 0.7502548 [5,] 0.7998075 0.7125984 0.832981 0.9103233 0.86915 0.7791829 0.7502548 [,52] [,53] [,54] [,55] [,56] [,57] [,58] [1,] 0.7585601 0.92089 0.7439916 0.8162544 0.769594 0.7840074 0.6832845 [2,] 0.7585601 0.92089 0.7439916 0.8162544 0.769594 0.7840074 0.6832845 [3,] 0.7585601 0.92089 0.7439916 0.8162544 0.769594 0.7840074 0.6832845 [4,] 0.7585601 0.92089 0.7439916 0.8162544 0.769594 0.7840074 0.6832845 [5,] 0.7585601 0.92089 0.7439916 0.8162544 0.769594 0.7840074 0.6832845 [,59] [,60] [,61] [1,] 0.850505 0.9006951 0.8683983 [2,] 0.850505 0.9006951 0.8683983 [3,] 0.850505 0.9006951 0.8683983 [4,] 0.850505 0.9006951 0.8683983 [5,] 0.850505 0.9006951 0.8683983 $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 $conf [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [1,] 0.9891304 0.9190871 0.925417 0.925612 1.066667 0.8511088 1.030693 0.989031 [2,] 0.9891304 0.9190871 0.925417 0.925612 1.066667 0.8511088 1.030693 0.989031 [,9] [,10] [,11] [,12] [,13] [,14] [,15] [1,] 0.913001 0.7927233 0.9781705 0.987513 0.909434 0.8836081 0.827451 [2,] 0.913001 0.7927233 0.9781705 0.987513 0.909434 0.8836081 0.827451 [,16] [,17] [,18] [,19] [,20] [,21] [,22] [1,] 0.8252149 1.023256 0.815418 1.026193 0.9147425 0.8072763 0.7391304 [2,] 0.8252149 1.023256 0.815418 1.026193 0.9147425 0.8072763 0.7391304 [,23] [,24] [,25] [,26] [,27] [,28] [,29] [,30] [1,] 0.989733 0.972165 0.85389 0.8568647 0.775739 0.7894737 0.9313501 0.7397108 [2,] 0.989733 0.972165 0.85389 0.8568647 0.775739 0.7894737 0.9313501 0.7397108 [,31] [,32] [,33] [,34] [,35] [,36] [,37] [1,] 0.8852459 0.8424351 0.8184584 0.7275542 0.9232387 0.9226804 0.8837622 [2,] 0.8852459 0.8424351 0.8184584 0.7275542 0.9232387 0.9226804 0.8837622 [,38] [,39] [,40] [,41] [,42] [,43] [,44] [1,] 0.8182702 0.7710472 0.8258528 0.9244851 0.7551653 0.8746713 0.8159565 [2,] 0.8182702 0.7710472 0.8258528 0.9244851 0.7551653 0.8746713 0.8159565 [,45] [,46] [,47] [,48] [,49] [,50] [,51] [1,] 0.7998075 0.7125984 0.832981 0.9103233 0.86915 0.7791829 0.7502548 [2,] 0.7998075 0.7125984 0.832981 0.9103233 0.86915 0.7791829 0.7502548 [,52] [,53] [,54] [,55] [,56] [,57] [,58] [1,] 0.7585601 0.92089 0.7439916 0.8162544 0.769594 0.7840074 0.6832845 [2,] 0.7585601 0.92089 0.7439916 0.8162544 0.769594 0.7840074 0.6832845 [,59] [,60] [,61] [1,] 0.850505 0.9006951 0.8683983 [2,] 0.850505 0.9006951 0.8683983 $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" > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/5nl5c1225730829.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] [1,] -0.0700433 0.006329939 0.000194977 0.1410546 -0.2155579 0.1795843 [2,] -0.0700433 0.006329939 0.000194977 0.1410546 -0.2155579 0.1795843 [3,] -0.0700433 0.006329939 0.000194977 0.1410546 -0.2155579 0.1795843 [4,] -0.0700433 0.006329939 0.000194977 0.1410546 -0.2155579 0.1795843 [5,] -0.0700433 0.006329939 0.000194977 0.1410546 -0.2155579 0.1795843 [,7] [,8] [,9] [,10] [,11] [,12] [1,] -0.04166199 -0.0760301 -0.1202777 0.1854472 0.009342529 -0.07807904 [2,] -0.04166199 -0.0760301 -0.1202777 0.1854472 0.009342529 -0.07807904 [3,] -0.04166199 -0.0760301 -0.1202777 0.1854472 0.009342529 -0.07807904 [4,] -0.04166199 -0.0760301 -0.1202777 0.1854472 0.009342529 -0.07807904 [5,] -0.04166199 -0.0760301 -0.1202777 0.1854472 0.009342529 -0.07807904 [,13] [,14] [,15] [,16] [,17] [,18] [1,] -0.02582582 -0.05615717 -0.00223608 0.1980409 -0.2078378 0.2107747 [2,] -0.02582582 -0.05615717 -0.00223608 0.1980409 -0.2078378 0.2107747 [3,] -0.02582582 -0.05615717 -0.00223608 0.1980409 -0.2078378 0.2107747 [4,] -0.02582582 -0.05615717 -0.00223608 0.1980409 -0.2078378 0.2107747 [5,] -0.02582582 -0.05615717 -0.00223608 0.1980409 -0.2078378 0.2107747 [,19] [,20] [,21] [,22] [,23] [,24] [1,] -0.1114503 -0.1074661 -0.06814587 0.2506026 -0.01756811 -0.118275 [2,] -0.1114503 -0.1074661 -0.06814587 0.2506026 -0.01756811 -0.118275 [3,] -0.1114503 -0.1074661 -0.06814587 0.2506026 -0.01756811 -0.118275 [4,] -0.1114503 -0.1074661 -0.06814587 0.2506026 -0.01756811 -0.118275 [5,] -0.1114503 -0.1074661 -0.06814587 0.2506026 -0.01756811 -0.118275 [,25] [,26] [,27] [,28] [,29] [,30] [1,] 0.002974711 -0.08112561 0.01373464 0.1418764 -0.1916393 0.1455351 [2,] 0.002974711 -0.08112561 0.01373464 0.1418764 -0.1916393 0.1455351 [3,] 0.002974711 -0.08112561 0.01373464 0.1418764 -0.1916393 0.1455351 [4,] 0.002974711 -0.08112561 0.01373464 0.1418764 -0.1916393 0.1455351 [5,] 0.002974711 -0.08112561 0.01373464 0.1418764 -0.1916393 0.1455351 [,31] [,32] [,33] [,34] [,35] [,36] [1,] -0.04281081 -0.02397668 -0.09090424 0.1956845 -0.000558284 -0.03891821 [2,] -0.04281081 -0.02397668 -0.09090424 0.1956845 -0.000558284 -0.03891821 [3,] -0.04281081 -0.02397668 -0.09090424 0.1956845 -0.000558284 -0.03891821 [4,] -0.04281081 -0.02397668 -0.09090424 0.1956845 -0.000558284 -0.03891821 [5,] -0.04281081 -0.02397668 -0.09090424 0.1956845 -0.000558284 -0.03891821 [,37] [,38] [,39] [,40] [,41] [,42] [1,] -0.06549204 -0.04722294 0.05480555 0.09863234 -0.1693198 0.1195061 [2,] -0.06549204 -0.04722294 0.05480555 0.09863234 -0.1693198 0.1195061 [3,] -0.06549204 -0.04722294 0.05480555 0.09863234 -0.1693198 0.1195061 [4,] -0.06549204 -0.04722294 0.05480555 0.09863234 -0.1693198 0.1195061 [5,] -0.06549204 -0.04722294 0.05480555 0.09863234 -0.1693198 0.1195061 [,43] [,44] [,45] [,46] [,47] [,48] [1,] -0.05871486 -0.01614898 -0.08720908 0.1203825 0.07734228 -0.0411733 [2,] -0.05871486 -0.01614898 -0.08720908 0.1203825 0.07734228 -0.0411733 [3,] -0.05871486 -0.01614898 -0.08720908 0.1203825 0.07734228 -0.0411733 [4,] -0.05871486 -0.01614898 -0.08720908 0.1203825 0.07734228 -0.0411733 [5,] -0.05871486 -0.01614898 -0.08720908 0.1203825 0.07734228 -0.0411733 [,49] [,50] [,51] [,52] [,53] [,54] [1,] -0.08996707 -0.02892804 0.008305298 0.1623298 -0.1768983 0.07226278 [2,] -0.08996707 -0.02892804 0.008305298 0.1623298 -0.1768983 0.07226278 [3,] -0.08996707 -0.02892804 0.008305298 0.1623298 -0.1768983 0.07226278 [4,] -0.08996707 -0.02892804 0.008305298 0.1623298 -0.1768983 0.07226278 [5,] -0.08996707 -0.02892804 0.008305298 0.1623298 -0.1768983 0.07226278 [,55] [,56] [,57] [,58] [,59] [,60] [,61] [1,] -0.04666046 0.01441340 -0.1007229 0.1672206 0.05019008 -0.03229687 NA [2,] -0.04666046 0.01441340 -0.1007229 0.1672206 0.05019008 -0.03229687 NA [3,] -0.04666046 0.01441340 -0.1007229 0.1672206 0.05019008 -0.03229687 NA [4,] -0.04666046 0.01441340 -0.1007229 0.1672206 0.05019008 -0.03229687 NA [5,] -0.04666046 0.01441340 -0.1007229 0.1672206 0.05019008 -0.03229687 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 0 $conf [,1] [,2] [,3] [,4] [,5] [,6] [1,] -0.0700433 0.006329939 0.000194977 0.1410546 -0.2155579 0.1795843 [2,] -0.0700433 0.006329939 0.000194977 0.1410546 -0.2155579 0.1795843 [,7] [,8] [,9] [,10] [,11] [,12] [1,] -0.04166199 -0.0760301 -0.1202777 0.1854472 0.009342529 -0.07807904 [2,] -0.04166199 -0.0760301 -0.1202777 0.1854472 0.009342529 -0.07807904 [,13] [,14] [,15] [,16] [,17] [,18] [1,] -0.02582582 -0.05615717 -0.00223608 0.1980409 -0.2078378 0.2107747 [2,] -0.02582582 -0.05615717 -0.00223608 0.1980409 -0.2078378 0.2107747 [,19] [,20] [,21] [,22] [,23] [,24] [1,] -0.1114503 -0.1074661 -0.06814587 0.2506026 -0.01756811 -0.118275 [2,] -0.1114503 -0.1074661 -0.06814587 0.2506026 -0.01756811 -0.118275 [,25] [,26] [,27] [,28] [,29] [,30] [1,] 0.002974711 -0.08112561 0.01373464 0.1418764 -0.1916393 0.1455351 [2,] 0.002974711 -0.08112561 0.01373464 0.1418764 -0.1916393 0.1455351 [,31] [,32] [,33] [,34] [,35] [,36] [1,] -0.04281081 -0.02397668 -0.09090424 0.1956845 -0.000558284 -0.03891821 [2,] -0.04281081 -0.02397668 -0.09090424 0.1956845 -0.000558284 -0.03891821 [,37] [,38] [,39] [,40] [,41] [,42] [1,] -0.06549204 -0.04722294 0.05480555 0.09863234 -0.1693198 0.1195061 [2,] -0.06549204 -0.04722294 0.05480555 0.09863234 -0.1693198 0.1195061 [,43] [,44] [,45] [,46] [,47] [,48] [1,] -0.05871486 -0.01614898 -0.08720908 0.1203825 0.07734228 -0.0411733 [2,] -0.05871486 -0.01614898 -0.08720908 0.1203825 0.07734228 -0.0411733 [,49] [,50] [,51] [,52] [,53] [,54] [1,] -0.08996707 -0.02892804 0.008305298 0.1623298 -0.1768983 0.07226278 [2,] -0.08996707 -0.02892804 0.008305298 0.1623298 -0.1768983 0.07226278 [,55] [,56] [,57] [,58] [,59] [,60] [,61] [1,] -0.04666046 0.01441340 -0.1007229 0.1672206 0.05019008 -0.03229687 NA [2,] -0.04666046 0.01441340 -0.1007229 0.1672206 0.05019008 -0.03229687 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" > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/6731n1225730829.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.6832845 NA [2,] 0.7927233 NA [3,] 0.8538899 NA [4,] 0.9226804 NA [5,] 1.0666667 NA $n [1] 61 0 $conf [,1] [,2] [1,] 0.8275998 NA [2,] 0.8801800 NA $out numeric(0) $group numeric(0) $names [1] "1" NA > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/7jjpu1225730829.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.6832845 0.6832845 0.6832845 [2,] 0.7927233 0.7927233 0.7927233 [3,] 0.8538899 0.8538899 0.8538899 [4,] 0.9226804 0.9226804 0.9226804 [5,] 1.0666667 1.0666667 1.0666667 $n [1] 61 61 61 $conf [,1] [,2] [,3] [1,] 0.8275998 0.8275998 0.8275998 [2,] 0.8801800 0.8801800 0.8801800 $out numeric(0) $group numeric(0) $names [1] "mean" "median" "midrange" > dev.off() null device 1 > > system("convert tmp/133he1225730829.ps tmp/133he1225730829.png") > system("convert tmp/2hew51225730829.ps tmp/2hew51225730829.png") > system("convert tmp/389vo1225730829.ps tmp/389vo1225730829.png") > system("convert tmp/423oq1225730829.ps tmp/423oq1225730829.png") > system("convert tmp/5nl5c1225730829.ps tmp/5nl5c1225730829.png") > system("convert tmp/6731n1225730829.ps tmp/6731n1225730829.png") > system("convert tmp/7jjpu1225730829.ps tmp/7jjpu1225730829.png") > > > proc.time() user system elapsed 1.611 1.014 2.028