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(3.98079081276633e-05 + ,-0.000973976133257226 + ,9.54105981046696e-05 + ,0.0025088460252085 + ,-0.00317190862576495 + ,-0.000294031330328119 + ,0.000968982944777646 + ,-0.000851197318024926 + ,-0.00138793660546551 + ,0.000768157042933171 + ,-0.00043345520475556 + ,0.00366870846041696 + ,-0.00115605912816505 + ,-0.000726387151364303 + ,0.00158304848369840 + ,-0.000705551333861491 + ,-0.000686845735372371 + ,0.000856524956680535 + ,0.00112951149233031 + ,-0.000633986568076334 + ,0.000485377794173421 + ,0.00350968792492686 + ,0.00110875144650834 + ,-0.000454222753280748 + ,-0.00070519397282043 + ,-0.000564138898205549 + ,-0.00323625658579197 + ,-0.000207775895461774 + ,0.000121573704094360 + ,0.00043576463403868 + ,-0.00105292199456297 + ,-0.0002403967976497 + ,-0.00118907538442198 + ,0.000625841684237297 + ,0.00143341373589394 + ,-0.00192988553325272 + ,-0.00157492400816634 + ,-0.000826348774317081 + ,0.00200273506082489 + ,0.00234881104580967 + ,-0.00111885056021927 + ,-0.00081068847426387 + ,-0.000153003860193700 + ,-0.000584636837683116 + ,0.00160325078754813 + ,-0.00183253836358638 + ,-2.44819684689276e-06 + ,-0.000771460372823094 + ,-0.00104001978218138 + ,4.48050729071727e-05 + ,-0.00169203184569203 + ,0.000174462273812442 + ,-0.00114098465483701 + ,0.000769566716964055 + ,-0.000818911240646756 + ,-0.000828750325242718 + ,0.00018261275748915 + ,-0.00159799022419187 + ,0.00152164245558621 + ,0.000884169332101304 + ,-0.00180485032467462 + ,-0.000145630936549182 + ,-0.00147324017244386 + ,0.00060792316144348 + ,0.000905629038218515 + ,-0.00169040652912523 + ,-3.12105291171649e-05 + ,-0.000906676164921031 + ,0.000514094616829656 + ,0.000837486441965654 + ,0.000374199742847721 + ,-0.000878094545087892 + ,-0.001182893501353 + ,0.000646111491672511 + ,-0.000599857591795931 + ,-0.00144802173609301 + ,-0.000104582917017275 + ,0.000492759150213751 + ,-0.000931164919957729 + ,0.000371424202406294 + ,0.00140975891549500 + ,6.6750425077598e-05 + ,-0.000277340783067839 + ,-0.000455194022166956 + ,0.00149545439655812 + ,-0.00131297831713598 + ,-0.000172568590443257 + ,-0.000606874399482126 + ,0.000336885535519071 + ,-0.000642830360379811 + ,-0.000512599342982913 + ,0.000704580414167671 + ,-0.000945254989964433 + ,-0.000475584476934928 + ,-0.000848558711677428 + ,0.000314088890732562 + ,-0.000617706260337561 + ,-0.000400848410183710 + ,-0.000838652504832539 + ,-0.000333202351853059 + ,-0.00104162067143271 + ,-0.000146313497017913 + ,-8.59352300135553e-05 + ,0.00137121135042611 + ,0.000958241811236665 + ,0.00339310785749926 + ,0.00259450104170567 + ,0.00237818486786294 + ,-0.00116307131503507 + ,0.000681404236029412 + ,-0.000892729488794187 + ,-0.000758226783340658 + ,-0.00148062583439785 + ,-0.00170642385731143 + ,0.00129224214825562 + ,-0.00154330598635992 + ,0.000855094334823046) > par1 = '12' > #'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] 117 > (np <- floor(n / par1)) [1] 9 > 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] 10 10 10 10 10 10 10 10 10 9 9 9 > arr [,1] [,2] [,3] [,4] [,5] [1,] 3.980791e-05 -0.0011560591 -0.0007051940 -1.574924e-03 -1.040020e-03 [2,] -9.739761e-04 -0.0007263872 -0.0005641389 -8.263488e-04 4.480507e-05 [3,] 9.541060e-05 0.0015830485 -0.0032362566 2.002735e-03 -1.692032e-03 [4,] 2.508846e-03 -0.0007055513 -0.0002077759 2.348811e-03 1.744623e-04 [5,] -3.171909e-03 -0.0006868457 0.0001215737 -1.118851e-03 -1.140985e-03 [6,] -2.940313e-04 0.0008565250 0.0004357646 -8.106885e-04 7.695667e-04 [7,] 9.689829e-04 0.0011295115 -0.0010529220 -1.530039e-04 -8.189112e-04 [8,] -8.511973e-04 -0.0006339866 -0.0002403968 -5.846368e-04 -8.287503e-04 [9,] -1.387937e-03 0.0004853778 -0.0011890754 1.603251e-03 1.826128e-04 [10,] 7.681570e-04 0.0035096879 0.0006258417 -1.832538e-03 -1.597990e-03 [11,] -4.334552e-04 0.0011087514 0.0014334137 -2.448197e-06 1.521642e-03 [12,] 3.668708e-03 -0.0004542228 -0.0019298855 -7.714604e-04 8.841693e-04 [,6] [,7] [,8] [,9] [,10] [1,] -1.804850e-03 -1.182894e-03 0.0014954544 -6.177063e-04 -0.0011630713 [2,] -1.456309e-04 6.461115e-04 -0.0013129783 -4.008484e-04 0.0006814042 [3,] -1.473240e-03 -5.998576e-04 -0.0001725686 -8.386525e-04 -0.0008927295 [4,] 6.079232e-04 -1.448022e-03 -0.0006068744 -3.332024e-04 -0.0007582268 [5,] 9.056290e-04 -1.045829e-04 0.0003368855 -1.041621e-03 -0.0014806258 [6,] -1.690407e-03 4.927592e-04 -0.0006428304 -1.463135e-04 -0.0017064239 [7,] -3.121053e-05 -9.311649e-04 -0.0005125993 -8.593523e-05 0.0012922421 [8,] -9.066762e-04 3.714242e-04 0.0007045804 1.371211e-03 -0.0015433060 [9,] 5.140946e-04 1.409759e-03 -0.0009452550 9.582418e-04 0.0008550943 [10,] 8.374864e-04 6.675043e-05 -0.0004755845 3.393108e-03 NA [11,] 3.741997e-04 -2.773408e-04 -0.0008485587 2.594501e-03 NA [12,] -8.780945e-04 -4.551940e-04 0.0003140889 2.378185e-03 NA > darr [,1] [,2] [,3] [,4] [,5] [1,] -0.0010137840 0.0004296720 0.0001410551 0.0007485752 1.084825e-03 [2,] 0.0010693867 0.0023094356 -0.0026721177 0.0028290838 -1.736837e-03 [3,] 0.0024134354 -0.0022885998 0.0030284807 0.0003460760 1.866494e-03 [4,] -0.0056807547 0.0000187056 0.0003293496 -0.0034676616 -1.315447e-03 [5,] 0.0028778773 0.0015433707 0.0003141909 0.0003081621 1.910551e-03 [6,] 0.0012630143 0.0002729865 -0.0014886866 0.0006576846 -1.588478e-03 [7,] -0.0018201803 -0.0017634981 0.0008125252 -0.0004316330 -9.839085e-06 [8,] -0.0005367393 0.0011193644 -0.0009486786 0.0021878876 1.011363e-03 [9,] 0.0021560936 0.0030243101 0.0018149171 -0.0034357892 -1.780603e-03 [10,] -0.0012016122 -0.0024009365 0.0008075721 0.0018300902 3.119633e-03 [11,] 0.0041021637 -0.0015629742 -0.0033632993 -0.0007690122 -6.374731e-04 [12,] -0.0048247676 -0.0002509712 0.0003549615 -0.0002685594 -2.689020e-03 [,6] [,7] [,8] [,9] [,10] [1,] 0.0016592194 0.0018290050 -0.0028084327 2.168579e-04 0.0018444756 [2,] -0.0013276092 -0.0012459691 0.0011404097 -4.378041e-04 -0.0015741337 [3,] 0.0020811633 -0.0008481641 -0.0004343058 5.054502e-04 0.0001345027 [4,] 0.0002977059 0.0013434388 0.0009437599 -7.084183e-04 -0.0007223991 [5,] -0.0025960356 0.0005973421 -0.0009797159 8.953072e-04 -0.0002257980 [6,] 0.0016591960 -0.0014239241 0.0001302310 6.037827e-05 0.0029986660 [7,] -0.0008754656 0.0013025891 0.0012171798 1.457147e-03 -0.0028355481 [8,] 0.0014207708 0.0010383347 -0.0016498354 -4.129695e-04 0.0023984003 [9,] 0.0003233918 -0.0013430085 0.0004696705 2.434866e-03 NA [10,] -0.0004632867 -0.0003440912 -0.0003729742 -7.986068e-04 NA [11,] -0.0012522943 -0.0001778532 0.0011626476 -2.163162e-04 NA [12,] -0.0003047990 0.0019506484 -0.0009317952 -3.541256e-03 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/1te1s1260910483.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/22zvl1260910483.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/32zcb1260910483.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/4qrap1260910483.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] [1,] -1.804850e-03 -1.312978e-03 -0.0032362566 -0.0014480217 -0.0014806258 [2,] -1.182894e-03 -8.263488e-04 -0.0014732402 -0.0007055513 -0.0011409847 [3,] -1.098039e-03 -4.824937e-04 -0.0007192550 -0.0002704891 -0.0008642332 [4,] -6.177063e-04 4.480507e-05 0.0000954106 0.0006079232 0.0001215737 [5,] 3.980791e-05 6.814042e-04 0.0020027351 0.0025088460 0.0009056290 [,6] [,7] [,8] [,9] [,10] [1,] -0.0017064239 -0.0010529220 -0.0015433060 -0.0013879366 -0.0018325384 [2,] -0.0008106885 -0.0008189112 -0.0008511973 -0.0009452550 -0.0004755845 [3,] -0.0002201724 -0.0001194695 -0.0006093117 0.0004997362 0.0006258417 [4,] 0.0004927592 0.0009689829 0.0003714242 0.0009582418 0.0008374864 [5,] 0.0008565250 0.0012922421 0.0013712114 0.0016032508 0.0008374864 [,11] [,12] [1,] -0.0008485587 -0.0019298855 [2,] -0.0002773408 -0.0007714604 [3,] 0.0003741997 -0.0004542228 [4,] 0.0014334137 0.0008841693 [5,] 0.0025945010 0.0023781849 $n [1] 10 10 10 10 10 10 10 10 10 9 9 9 $conf [,1] [,2] [,3] [,4] [,5] [1,] -0.0013804295 -9.177568e-04 -1.503016e-03 -0.0009267534 -0.0014950577 [2,] -0.0008156494 -4.723046e-05 6.450542e-05 0.0003857751 -0.0002334087 [,6] [,7] [,8] [,9] [,10] [1,] -0.0008714268 -0.0010127728 -1.220182e-03 -0.0004513267 -0.000065709 [2,] 0.0004310820 0.0007738337 1.558755e-06 0.0014507991 0.001317392 [,11] [,12] [1,] -0.0005267976 -0.0013261877 [2,] 0.0012751971 0.0004177422 $out [1] 0.001495454 -0.003171909 0.003509688 0.003393108 0.003668708 $group [1] 1 5 10 10 12 $names [1] "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" Warning message: In bxp(list(stats = c(-0.00180485032467462, -0.001182893501353, : some notches went outside hinges ('box'): maybe set notch=FALSE > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/53za91260910483.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] [1,] -0.0010137840 -0.0026721177 -0.0022885998 -0.0034676616 -0.0025960356 [2,] 0.0001410551 -0.0015741337 -0.0004343058 -0.0013154469 -0.0002257980 [3,] 0.0005891236 -0.0008418866 0.0004257631 -0.0003448564 0.0004557665 [4,] 0.0016592194 0.0011404097 0.0020811633 0.0003293496 0.0015433707 [5,] 0.0018444756 0.0028290838 0.0030284807 0.0013434388 0.0028778773 [,6] [,7] [,8] [,9] [,10] [1,] -0.0015884780 -0.0028355481 -0.0016498354 -0.0034357892 -0.0024009365 [2,] -0.0014239241 -0.0017634981 -0.0005367393 -0.0013430085 -0.0007986068 [3,] 0.0002016088 -0.0002207360 0.0010248489 0.0004696705 -0.0003729742 [4,] 0.0012630143 0.0012171798 0.0014207708 0.0021560936 0.0008075721 [5,] 0.0029986660 0.0014571466 0.0023984003 0.0030243101 0.0031196327 [,11] [,12] [1,] -0.0015629742 -0.0048247676 [2,] -0.0012522943 -0.0026890197 [3,] -0.0006374731 -0.0003047990 [4,] -0.0001778532 -0.0002509712 [5,] 0.0011626476 0.0019506484 $n [1] 10 10 10 10 10 10 10 10 9 9 9 9 $conf [,1] [,2] [,3] [,4] [,5] [1,] -0.0001694118 -0.0021981807 -0.0008310656 -0.0011666623 -0.0004281807 [2,] 0.0013476590 0.0005144075 0.0016825917 0.0004769496 0.0013397137 [,6] [,7] [,8] [,9] [,10] [1,] -0.001140893 -0.001710002 4.679882e-05 -0.001373190 -0.0012188951 [2,] 0.001544110 0.001268529 2.002899e-03 0.002312531 0.0004729466 [,11] [,12] [1,] -1.203345e-03 -0.0015888378 [2,] -7.160084e-05 0.0009792399 $out [1] -0.002808433 -0.005680755 0.004102164 -0.003363299 $group [1] 1 4 11 11 $names [1] "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" Warning message: In bxp(list(stats = c(-0.00101378404138489, 0.000141055074614881, : some notches went outside hinges ('box'): maybe set notch=FALSE > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/6u7pb1260910483.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] [,3] [,4] [,5] [1,] -0.0031719086 -1.156059e-03 -0.0019298855 -0.0018325384 -0.0016920318 [2,] -0.0009125867 -6.961985e-04 -0.0011209987 -0.0009725997 -0.0010905022 [3,] -0.0001271117 1.557752e-05 -0.0004022678 -0.0006780486 -0.0003870531 [4,] 0.0008685700 1.119131e-03 0.0002786692 0.0008004013 0.0004760897 [5,] 0.0025088460 3.509688e-03 0.0014334137 0.0023488110 0.0015216425 [,6] [,7] [,8] [,9] [,10] [1,] -1.804850e-03 -0.0014480217 -0.0013129783 -0.0010416207 -0.0017064239 [2,] -1.189958e-03 -0.0007655113 -0.0007456945 -0.0005092773 -0.0014806258 [3,] -8.842073e-05 -0.0001909619 -0.0004940919 -0.0001161244 -0.0008927295 [4,] 5.610089e-04 0.0004320917 0.0003254872 0.0018746981 0.0006814042 [5,] 9.056290e-04 0.0014097589 0.0014954544 0.0033931079 0.0012922421 $n [1] 12 12 12 12 12 12 12 12 12 9 $conf [,1] [,2] [,3] [,4] [,5] [1,] -0.0009395092 -0.0008124067 -0.0010406658 -0.0014867262 -0.001101586 [2,] 0.0006852858 0.0008435617 0.0002361301 0.0001306290 0.000327480 [,6] [,7] [,8] [,9] [,10] [1,] -0.0008870486 -0.0007371966 -9.826651e-04 -0.0012034716 -0.0020313987 [2,] 0.0007102071 0.0003552729 -5.518724e-06 0.0009712228 0.0002459397 $out [1] 0.003668708 -0.003236257 $group [1] 1 3 $names [1] "1" "2" "3" "4" "5" "6" "7" "8" "9" NA Warning message: In bxp(list(stats = c(-0.00317190862576495, -0.000912586725641076, : some notches went outside hinges ('box'): maybe set notch=FALSE > dev.off() null device 1 > postscript(file="/var/www/html/rcomp/tmp/7jwru1260910483.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.0007709456 -0.0010980395 -9.087581e-04 [2,] -0.0004401065 -0.0006642834 -4.686447e-04 [3,] -0.0001465545 -0.0003623559 -1.178844e-04 [4,] 0.0002774357 0.0001273651 9.546896e-05 [5,] 0.0006078562 0.0006258417 5.780365e-04 $n [1] 12 12 12 $conf [,1] [,2] [,3] [1,] -0.0004738303 -7.234321e-04 -0.0003751804 [2,] 0.0001807214 -1.279755e-06 0.0001394116 $out numeric(0) $group numeric(0) $names [1] "mean" "median" "midrange" Warning message: In bxp(list(stats = c(-0.000770945598804767, -0.000440106522878487, : some notches went outside hinges ('box'): maybe set notch=FALSE > dev.off() null device 1 > try(system("convert tmp/1te1s1260910483.ps tmp/1te1s1260910483.png",intern=TRUE)) character(0) > try(system("convert tmp/22zvl1260910483.ps tmp/22zvl1260910483.png",intern=TRUE)) character(0) > try(system("convert tmp/32zcb1260910483.ps tmp/32zcb1260910483.png",intern=TRUE)) character(0) > try(system("convert tmp/4qrap1260910483.ps tmp/4qrap1260910483.png",intern=TRUE)) character(0) > try(system("convert tmp/53za91260910483.ps tmp/53za91260910483.png",intern=TRUE)) character(0) > try(system("convert tmp/6u7pb1260910483.ps tmp/6u7pb1260910483.png",intern=TRUE)) character(0) > try(system("convert tmp/7jwru1260910483.ps tmp/7jwru1260910483.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 1.189 0.942 1.554