R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch" Copyright (C) 2016 The R Foundation for Statistical Computing Platform: x86_64-pc-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. 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(1.56,1.56,1.54,1.54,1.54,1.54,1.57,1.58,1.57,1.57,1.57,1.57,1.56,1.58,1.58,1.58,1.58,1.53,1.48,1.48,1.48,1.48,1.48,1.57,1.57,1.57,1.60,1.60,1.65,1.71,1.71,1.71,1.74,1.78,1.84,1.84,1.76,1.72,1.66,1.65,1.66,1.66,1.66,1.61,1.55,1.56,1.55,1.55,1.61,1.54,1.48,1.42,1.42,1.42,1.43,1.46,1.50,1.47,1.43,1.42,1.39,1.37,1.38,1.51,1.47,1.47,1.53,1.55,1.50,1.52,1.53,1.53,1.52,1.60,1.52,1.64,1.63,1.69,1.73,1.69,1.61,1.52,1.55,1.56,1.56,1.56,1.54,1.53,1.54,1.48,1.38,1.34,1.28,1.28,1.30,1.31,1.31,1.31,1.32,1.31,1.27,1.24,1.24,1.24,1.24,1.24,1.24,1.24,1.23,1.26,1.28,1.32,1.40,1.41,1.37,1.33,1.33,1.34,1.34,1.38,1.43,1.39,1.33,1.33,1.34,1.38,1.37,1.38,1.31,1.38,1.30,1.30,1.29,1.31,1.31,1.32,1.31,1.30,1.31,1.33,1.34,1.42,1.42,1.36,1.36,1.34,1.34,1.33,1.31,1.25,1.23,1.17,1.19,1.19,1.19,1.19) > par1 = '52' > par1 <- '52' > #'GNU S' R Code compiled by R2WASP v. 1.2.327 (Mon, 30 Nov 2015 07:01:18 +0000) > #Author: root > #To cite this work: Wessa P., (2015), Mean Plot (v1.0.5) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_meanplot.wasp/ > #Source of accompanying publication: Office for Research, Development, and Education > # > par1 <- as.numeric(par1) > x <- na.omit(x) > (n <- length(x)) [1] 156 > (np <- floor(n / par1)) [1] 3 > 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] 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 [39] 3 3 3 3 3 3 3 3 3 3 3 3 3 3 > arr [,1] [,2] [,3] [,4] [1,] 1.56 1.42 1.24 NA [2,] 1.56 1.42 1.24 NA [3,] 1.54 1.43 1.24 NA [4,] 1.54 1.46 1.24 NA [5,] 1.54 1.50 1.23 NA [6,] 1.54 1.47 1.26 NA [7,] 1.57 1.43 1.28 NA [8,] 1.58 1.42 1.32 NA [9,] 1.57 1.39 1.40 NA [10,] 1.57 1.37 1.41 NA [11,] 1.57 1.38 1.37 NA [12,] 1.57 1.51 1.33 NA [13,] 1.56 1.47 1.33 NA [14,] 1.58 1.47 1.34 NA [15,] 1.58 1.53 1.34 NA [16,] 1.58 1.55 1.38 NA [17,] 1.58 1.50 1.43 NA [18,] 1.53 1.52 1.39 NA [19,] 1.48 1.53 1.33 NA [20,] 1.48 1.53 1.33 NA [21,] 1.48 1.52 1.34 NA [22,] 1.48 1.60 1.38 NA [23,] 1.48 1.52 1.37 NA [24,] 1.57 1.64 1.38 NA [25,] 1.57 1.63 1.31 NA [26,] 1.57 1.69 1.38 NA [27,] 1.60 1.73 1.30 NA [28,] 1.60 1.69 1.30 NA [29,] 1.65 1.61 1.29 NA [30,] 1.71 1.52 1.31 NA [31,] 1.71 1.55 1.31 NA [32,] 1.71 1.56 1.32 NA [33,] 1.74 1.56 1.31 NA [34,] 1.78 1.56 1.30 NA [35,] 1.84 1.54 1.31 NA [36,] 1.84 1.53 1.33 NA [37,] 1.76 1.54 1.34 NA [38,] 1.72 1.48 1.42 NA [39,] 1.66 1.38 1.42 NA [40,] 1.65 1.34 1.36 NA [41,] 1.66 1.28 1.36 NA [42,] 1.66 1.28 1.34 NA [43,] 1.66 1.30 1.34 NA [44,] 1.61 1.31 1.33 NA [45,] 1.55 1.31 1.31 NA [46,] 1.56 1.31 1.25 NA [47,] 1.55 1.32 1.23 NA [48,] 1.55 1.31 1.17 NA [49,] 1.61 1.27 1.19 NA [50,] 1.54 1.24 1.19 NA [51,] 1.48 1.24 1.19 NA [52,] 1.42 1.24 1.19 NA > darr [,1] [,2] [,3] [,4] [1,] 0.00 0.00 0.00 NA [2,] -0.02 0.01 0.00 NA [3,] 0.00 0.03 0.00 NA [4,] 0.00 0.04 -0.01 NA [5,] 0.00 -0.03 0.03 NA [6,] 0.03 -0.04 0.02 NA [7,] 0.01 -0.01 0.04 NA [8,] -0.01 -0.03 0.08 NA [9,] 0.00 -0.02 0.01 NA [10,] 0.00 0.01 -0.04 NA [11,] 0.00 0.13 -0.04 NA [12,] -0.01 -0.04 0.00 NA [13,] 0.02 0.00 0.01 NA [14,] 0.00 0.06 0.00 NA [15,] 0.00 0.02 0.04 NA [16,] 0.00 -0.05 0.05 NA [17,] -0.05 0.02 -0.04 NA [18,] -0.05 0.01 -0.06 NA [19,] 0.00 0.00 0.00 NA [20,] 0.00 -0.01 0.01 NA [21,] 0.00 0.08 0.04 NA [22,] 0.00 -0.08 -0.01 NA [23,] 0.09 0.12 0.01 NA [24,] 0.00 -0.01 -0.07 NA [25,] 0.00 0.06 0.07 NA [26,] 0.03 0.04 -0.08 NA [27,] 0.00 -0.04 0.00 NA [28,] 0.05 -0.08 -0.01 NA [29,] 0.06 -0.09 0.02 NA [30,] 0.00 0.03 0.00 NA [31,] 0.00 0.01 0.01 NA [32,] 0.03 0.00 -0.01 NA [33,] 0.04 0.00 -0.01 NA [34,] 0.06 -0.02 0.01 NA [35,] 0.00 -0.01 0.02 NA [36,] -0.08 0.01 0.01 NA [37,] -0.04 -0.06 0.08 NA [38,] -0.06 -0.10 0.00 NA [39,] -0.01 -0.04 -0.06 NA [40,] 0.01 -0.06 0.00 NA [41,] 0.00 0.00 -0.02 NA [42,] 0.00 0.02 0.00 NA [43,] -0.05 0.01 -0.01 NA [44,] -0.06 0.00 -0.02 NA [45,] 0.01 0.00 -0.06 NA [46,] -0.01 0.01 -0.02 NA [47,] 0.00 -0.01 -0.06 NA [48,] 0.06 -0.04 0.02 NA [49,] -0.07 -0.03 0.00 NA [50,] -0.06 0.00 0.00 NA [51,] -0.06 0.00 0.00 NA [52,] 0.00 0.00 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/wessaorg/rcomp/tmp/1ekwz1483886957.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=13.888888888889,height=8.3333333333333) > 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/wessaorg/rcomp/tmp/2dhzy1483886957.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=13.888888888889,height=8.3333333333333) > 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/wessaorg/rcomp/tmp/3gtec1483886957.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=13.888888888889,height=8.3333333333333) > 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/wessaorg/rcomp/tmp/4ls9q1483886957.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=13.888888888889,height=8.3333333333333) > 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] [1,] 1.24 1.24 1.240 1.24 1.230 1.260 1.280 1.32 1.390 1.37 1.370 1.33 1.330 [2,] 1.33 1.33 1.335 1.35 1.365 1.365 1.355 1.37 1.395 1.39 1.375 1.42 1.400 [3,] 1.42 1.42 1.430 1.46 1.500 1.470 1.430 1.42 1.400 1.41 1.380 1.51 1.470 [4,] 1.49 1.49 1.485 1.50 1.520 1.505 1.500 1.50 1.485 1.49 1.475 1.54 1.515 [5,] 1.56 1.56 1.540 1.54 1.540 1.540 1.570 1.58 1.570 1.57 1.570 1.57 1.560 [,14] [,15] [,16] [,17] [,18] [,19] [,20] [,21] [,22] [,23] [,24] [,25] [1,] 1.340 1.340 1.380 1.430 1.390 1.330 1.330 1.34 1.38 1.370 1.380 1.31 [2,] 1.405 1.435 1.465 1.465 1.455 1.405 1.405 1.41 1.43 1.425 1.475 1.44 [3,] 1.470 1.530 1.550 1.500 1.520 1.480 1.480 1.48 1.48 1.480 1.570 1.57 [4,] 1.525 1.555 1.565 1.540 1.525 1.505 1.505 1.50 1.54 1.500 1.605 1.60 [5,] 1.580 1.580 1.580 1.580 1.530 1.530 1.530 1.52 1.60 1.520 1.640 1.63 [,26] [,27] [,28] [,29] [,30] [,31] [,32] [,33] [,34] [,35] [,36] [,37] [1,] 1.380 1.300 1.300 1.29 1.310 1.31 1.320 1.310 1.30 1.310 1.330 1.34 [2,] 1.475 1.450 1.450 1.45 1.415 1.43 1.440 1.435 1.43 1.425 1.430 1.44 [3,] 1.570 1.600 1.600 1.61 1.520 1.55 1.560 1.560 1.56 1.540 1.530 1.54 [4,] 1.630 1.665 1.645 1.63 1.615 1.63 1.635 1.650 1.67 1.690 1.685 1.65 [5,] 1.690 1.730 1.690 1.65 1.710 1.71 1.710 1.740 1.78 1.840 1.840 1.76 [,38] [,39] [,40] [,41] [,42] [,43] [,44] [,45] [,46] [,47] [,48] [,49] [1,] 1.42 1.38 1.340 1.28 1.28 1.30 1.31 1.31 1.250 1.230 1.17 1.19 [2,] 1.45 1.40 1.350 1.32 1.31 1.32 1.32 1.31 1.280 1.275 1.24 1.23 [3,] 1.48 1.42 1.360 1.36 1.34 1.34 1.33 1.31 1.310 1.320 1.31 1.27 [4,] 1.60 1.54 1.505 1.51 1.50 1.50 1.47 1.43 1.435 1.435 1.43 1.44 [5,] 1.72 1.66 1.650 1.66 1.66 1.66 1.61 1.55 1.560 1.550 1.55 1.61 [,50] [,51] [,52] [1,] 1.190 1.190 1.190 [2,] 1.215 1.215 1.215 [3,] 1.240 1.240 1.240 [4,] 1.390 1.360 1.330 [5,] 1.540 1.480 1.420 $n [1] 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 [39] 3 3 3 3 3 3 3 3 3 3 3 3 3 3 $conf [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [1,] 1.274046 1.274046 1.293168 1.323168 1.358607 1.34229 1.297729 1.301412 [2,] 1.565954 1.565954 1.566832 1.596832 1.641393 1.59771 1.562271 1.538588 [,9] [,10] [,11] [,12] [,13] [,14] [,15] [,16] [1,] 1.317901 1.318779 1.288779 1.400534 1.365095 1.360534 1.420534 1.458779 [2,] 1.482099 1.501221 1.471221 1.619466 1.574905 1.579466 1.639466 1.641221 [,17] [,18] [,19] [,20] [,21] [,22] [,23] [,24] [1,] 1.431584 1.456145 1.388779 1.388779 1.397901 1.379657 1.411584 1.451412 [2,] 1.568416 1.583855 1.571221 1.571221 1.562099 1.580343 1.548416 1.688588 [,25] [,26] [,27] [,28] [,29] [,30] [,31] [,32] [1,] 1.424046 1.428607 1.403874 1.422118 1.445802 1.337557 1.367557 1.382118 [2,] 1.715954 1.711393 1.796126 1.777882 1.774198 1.702443 1.732443 1.737882 [,33] [,34] [,35] [,36] [,37] [,38] [,39] [,40] [1,] 1.363874 1.341069 1.298263 1.297386 1.348435 1.343168 1.29229 1.218607 [2,] 1.756126 1.778931 1.781737 1.762614 1.731565 1.616832 1.54771 1.501393 [,41] [,42] [,43] [,44] [,45] [,46] [,47] [,48] [1,] 1.186679 1.166679 1.175802 1.193168 1.200534 1.168607 1.174046 1.136679 [2,] 1.533321 1.513321 1.504198 1.466832 1.419466 1.451393 1.465954 1.483321 [,49] [,50] [,51] [,52] [1,] 1.078435 1.080363 1.107729 1.135095 [2,] 1.461565 1.399637 1.372271 1.344905 $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" Warning message: In bxp(list(stats = c(1.24, 1.33, 1.42, 1.49, 1.56, 1.24, 1.33, : some notches went outside hinges ('box'): maybe set notch=FALSE > dev.off() null device 1 > postscript(file="/var/wessaorg/rcomp/tmp/5ps451483886957.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=13.888888888889,height=8.3333333333333) > 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] [1,] 0 -0.020 0.000 -0.010 -0.030 -0.040 -0.010 -0.030 -0.020 -0.040 -0.040 [2,] 0 -0.010 0.000 -0.005 -0.015 -0.010 0.000 -0.020 -0.010 -0.020 -0.020 [3,] 0 0.000 0.000 0.000 0.000 0.020 0.010 -0.010 0.000 0.000 0.000 [4,] 0 0.005 0.015 0.020 0.015 0.025 0.025 0.035 0.005 0.005 0.065 [5,] 0 0.010 0.030 0.040 0.030 0.030 0.040 0.080 0.010 0.010 0.130 [,12] [,13] [,14] [,15] [,16] [,17] [,18] [,19] [,20] [,21] [,22] [1,] -0.040 0.000 0.00 0.00 -0.050 -0.050 -0.060 0 -0.010 0.00 -0.080 [2,] -0.025 0.005 0.00 0.01 -0.025 -0.045 -0.055 0 -0.005 0.02 -0.045 [3,] -0.010 0.010 0.00 0.02 0.000 -0.040 -0.050 0 0.000 0.04 -0.010 [4,] -0.005 0.015 0.03 0.03 0.025 -0.010 -0.020 0 0.005 0.06 -0.005 [5,] 0.000 0.020 0.06 0.04 0.050 0.020 0.010 0 0.010 0.08 0.000 [,23] [,24] [,25] [,26] [,27] [,28] [,29] [,30] [,31] [,32] [,33] [1,] 0.010 -0.070 0.000 -0.080 -0.04 -0.080 -0.090 0.000 0.000 -0.010 -0.010 [2,] 0.050 -0.040 0.030 -0.025 -0.02 -0.045 -0.035 0.000 0.005 -0.005 -0.005 [3,] 0.090 -0.010 0.060 0.030 0.00 -0.010 0.020 0.000 0.010 0.000 0.000 [4,] 0.105 -0.005 0.065 0.035 0.00 0.020 0.040 0.015 0.010 0.015 0.020 [5,] 0.120 0.000 0.070 0.040 0.00 0.050 0.060 0.030 0.010 0.030 0.040 [,34] [,35] [,36] [,37] [,38] [,39] [,40] [,41] [,42] [,43] [,44] [1,] -0.020 -0.010 -0.080 -0.06 -0.10 -0.060 -0.060 -0.02 0.00 -0.05 -0.06 [2,] -0.005 -0.005 -0.035 -0.05 -0.08 -0.050 -0.030 -0.01 0.00 -0.03 -0.04 [3,] 0.010 0.000 0.010 -0.04 -0.06 -0.040 0.000 0.00 0.00 -0.01 -0.02 [4,] 0.035 0.010 0.010 0.02 -0.03 -0.025 0.005 0.00 0.01 0.00 -0.01 [5,] 0.060 0.020 0.010 0.08 0.00 -0.010 0.010 0.00 0.02 0.01 0.00 [,45] [,46] [,47] [,48] [,49] [,50] [,51] [,52] [1,] -0.060 -0.020 -0.060 -0.04 -0.070 -0.06 -0.06 0 [2,] -0.030 -0.015 -0.035 -0.01 -0.050 -0.03 -0.03 0 [3,] 0.000 -0.010 -0.010 0.02 -0.030 0.00 0.00 0 [4,] 0.005 0.000 -0.005 0.04 -0.015 0.00 0.00 0 [5,] 0.010 0.010 0.000 0.06 0.000 0.00 0.00 0 $n [1] 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 [39] 3 3 3 3 3 3 3 3 3 3 3 3 3 2 $conf [,1] [,2] [,3] [,4] [,5] [,6] [,7] [1,] 0 -0.0136832 -0.0136832 -0.02280534 -0.0273664 -0.01192747 -0.01280534 [2,] 0 0.0136832 0.0136832 0.02280534 0.0273664 0.05192747 0.03280534 [,8] [,9] [,10] [,11] [,12] [,13] [1,] -0.06017174 -0.0136832 -0.02280534 -0.07753814 -0.028244269 0.0008778657 [2,] 0.04017174 0.0136832 0.02280534 0.07753814 0.008244269 0.0191221343 [,14] [,15] [,16] [,17] [,18] [,19] [1,] -0.0273664 0.001755731 -0.04561067 -0.07192747 -0.08192747 0 [2,] 0.0273664 0.038244269 0.04561067 -0.00807253 -0.01807253 0 [,20] [,21] [,22] [,23] [,24] [,25] [1,] -0.009122134 0.003511463 -0.04648854 0.03982826 -0.04192747 0.02807253 [2,] 0.009122134 0.076488537 0.02648854 0.14017174 0.02192747 0.09192747 [,26] [,27] [,28] [,29] [,30] [,31] [1,] -0.02473281 -0.01824427 -0.06929387 -0.04841601 -0.0136832 0.005438933 [2,] 0.08473281 0.01824427 0.04929387 0.08841601 0.0136832 0.014561067 [,32] [,33] [,34] [,35] [,36] [,37] [1,] -0.01824427 -0.02280534 -0.02648854 -0.0136832 -0.0310496 -0.10385494 [2,] 0.01824427 0.02280534 0.04648854 0.0136832 0.0510496 0.02385494 [,38] [,39] [,40] [,41] [,42] [,43] [1,] -0.10561067 -0.06280534 -0.03192747 -0.009122134 -0.009122134 -0.0373664 [2,] -0.01438933 -0.01719466 0.03192747 0.009122134 0.009122134 0.0173664 [,44] [,45] [,46] [,47] [,48] [,49] [1,] -0.047366403 -0.03192747 -0.023683201 -0.0373664 -0.02561067 -0.06192747 [2,] 0.007366403 0.03192747 0.003683201 0.0173664 0.06561067 0.00192747 [,50] [,51] [,52] [1,] -0.0273664 -0.0273664 0 [2,] 0.0273664 0.0273664 0 $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" Warning message: In bxp(list(stats = c(0, 0, 0, 0, 0, -0.02, -0.01, 0, 0.005, 0.01, : some notches went outside hinges ('box'): maybe set notch=FALSE > dev.off() null device 1 > postscript(file="/var/wessaorg/rcomp/tmp/603o21483886957.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=13.888888888889,height=8.3333333333333) > 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] [1,] 1.420 1.240 1.170 NA [2,] 1.545 1.355 1.270 NA [3,] 1.570 1.475 1.325 NA [4,] 1.655 1.540 1.360 NA [5,] 1.780 1.730 1.430 NA $n [1] 52 52 52 0 $conf [,1] [,2] [,3] [,4] [1,] 1.545898 1.434465 1.30528 NA [2,] 1.594102 1.515535 1.34472 NA $out [1] 1.84 1.84 $group [1] 1 1 $names [1] "1" "2" "3" NA > dev.off() null device 1 > postscript(file="/var/wessaorg/rcomp/tmp/7ralw1483886957.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=13.888888888889,height=8.3333333333333) > 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,] 1.283333 1.240 1.2725 [2,] 1.420000 1.370 1.4100 [3,] 1.451667 1.475 1.4550 [4,] 1.515000 1.535 1.5225 [5,] 1.566667 1.610 1.5575 $n [1] 52 52 52 $conf [,1] [,2] [,3] [1,] 1.430852 1.438847 1.430351 [2,] 1.472482 1.511153 1.479649 $out numeric(0) $group numeric(0) $names [1] "mean" "median" "midrange" > dev.off() null device 1 > > try(system("convert tmp/1ekwz1483886957.ps tmp/1ekwz1483886957.png",intern=TRUE)) character(0) > try(system("convert tmp/2dhzy1483886957.ps tmp/2dhzy1483886957.png",intern=TRUE)) character(0) > try(system("convert tmp/3gtec1483886957.ps tmp/3gtec1483886957.png",intern=TRUE)) character(0) > try(system("convert tmp/4ls9q1483886957.ps tmp/4ls9q1483886957.png",intern=TRUE)) character(0) > try(system("convert tmp/5ps451483886957.ps tmp/5ps451483886957.png",intern=TRUE)) character(0) > try(system("convert tmp/603o21483886957.ps tmp/603o21483886957.png",intern=TRUE)) character(0) > try(system("convert tmp/7ralw1483886957.ps tmp/7ralw1483886957.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 3.375 0.236 3.656