R version 2.15.2 (2012-10-26) -- "Trick or Treat" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i686-pc-linux-gnu (32-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 <- array(list(493 + ,369.07 + ,481 + ,369.32 + ,462 + ,370.38 + ,457 + ,371.63 + ,442 + ,371.32 + ,439 + ,371.51 + ,488 + ,369.69 + ,521 + ,368.18 + ,501 + ,366.87 + ,485 + ,366.94 + ,464 + ,368.27 + ,460 + ,369.62 + ,467 + ,370.47 + ,460 + ,371.44 + ,448 + ,372.39 + ,443 + ,373.32 + ,436 + ,373.77 + ,431 + ,373.13 + ,484 + ,371.51 + ,510 + ,369.59 + ,513 + ,368.12 + ,503 + ,368.38 + ,471 + ,369.64 + ,471 + ,371.11 + ,476 + ,372.38 + ,475 + ,373.08 + ,470 + ,373.87 + ,461 + ,374.93 + ,455 + ,375.58 + ,456 + ,375.44 + ,517 + ,373.91 + ,525 + ,371.77 + ,523 + ,370.72 + ,519 + ,370.5 + ,509 + ,372.19 + ,512 + ,373.71 + ,519 + ,374.92 + ,517 + ,375.63 + ,510 + ,376.51 + ,509 + ,377.75 + ,501 + ,378.54 + ,507 + ,378.21 + ,569 + ,376.65 + ,580 + ,374.28 + ,578 + ,373.12 + ,565 + ,373.1 + ,547 + ,374.67 + ,555 + ,375.97 + ,562 + ,377.03 + ,561 + ,377.87 + ,555 + ,378.88 + ,544 + ,380.42 + ,537 + ,380.62 + ,543 + ,379.66 + ,594 + ,377.48 + ,611 + ,376.07 + ,613 + ,374.1 + ,611 + ,374.47 + ,594 + ,376.15 + ,595 + ,377.51 + ,591 + ,378.43 + ,589 + ,379.7 + ,584 + ,380.91 + ,573 + ,382.2 + ,567 + ,382.45 + ,569 + ,382.14 + ,621 + ,380.6 + ,629 + ,378.6 + ,628 + ,376.72 + ,612 + ,376.98 + ,595 + ,378.29 + ,597 + ,380.07 + ,593 + ,381.36 + ,590 + ,382.19 + ,580 + ,382.65 + ,574 + ,384.65 + ,573 + ,384.94 + ,573 + ,384.01 + ,620 + ,382.15 + ,626 + ,380.33 + ,620 + ,378.81 + ,588 + ,379.06 + ,566 + ,380.17 + ,557 + ,381.85 + ,561 + ,382.88 + ,549 + ,383.77 + ,532 + ,384.42 + ,526 + ,386.36 + ,511 + ,386.53 + ,499 + ,386.01 + ,555 + ,384.45 + ,565 + ,381.96 + ,542 + ,380.81 + ,527 + ,381.09 + ,510 + ,382.37 + ,514 + ,383.84 + ,517 + ,385.42 + ,508 + ,385.72 + ,493 + ,385.96 + ,490 + ,387.18 + ,469 + ,388.5 + ,478 + ,387.88 + ,528 + ,386.38 + ,534 + ,384.15 + ,518 + ,383.07 + ,506 + ,382.98 + ,502 + ,384.11 + ,516 + ,385.54 + ,528 + ,386.92 + ,533 + ,387.41 + ,536 + ,388.77 + ,537 + ,389.46 + ,524 + ,390.18 + ,536 + ,389.43 + ,587 + ,387.74 + ,597 + ,385.91 + ,581 + ,384.77 + ,564 + ,384.38 + ,558 + ,385.99 + ,575 + ,387.26 + ,580 + ,388.45 + ,575 + ,389.7 + ,563 + ,391.08 + ,552 + ,392.46 + ,537 + ,392.96 + ,545 + ,392.03 + ,601 + ,390.13 + ,604 + ,388.15 + ,586 + ,386.8 + ,564 + ,387.18 + ,549 + ,388.59) + ,dim=c(2 + ,131) + ,dimnames=list(c('Totaal' + ,'CO2 ') + ,1:131)) > y <- array(NA,dim=c(2,131),dimnames=list(c('Totaal','CO2 '),1:131)) > for (i in 1:dim(x)[1]) + { + for (j in 1:dim(x)[2]) + { + y[i,j] <- as.numeric(x[i,j]) + } + } > par6 = '0.0' > par5 = 'unpaired' > par4 = 'two.sided' > par3 = '0.95' > par2 = '2' > par1 = '1' > main = 'Two Samples' > par6 <- '0.0' > par5 <- 'unpaired' > par4 <- 'two.sided' > par3 <- '0.95' > par2 <- '2' > par1 <- '1' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Dr. Ian E. Holliday > #To cite this work: Ian E. Holliday, 2009, 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: > #Technical description: > par1 <- as.numeric(par1) #column number of first sample > par2 <- as.numeric(par2) #column number of second sample > par3 <- as.numeric(par3) #confidence (= 1 - alpha) > if (par5 == 'unpaired') paired <- FALSE else paired <- TRUE > par6 <- as.numeric(par6) #H0 > z <- t(y) > if (par1 == par2) stop('Please, select two different column numbers') > if (par1 < 1) stop('Please, select a column number greater than zero for the first sample') > if (par2 < 1) stop('Please, select a column number greater than zero for the second sample') > if (par1 > length(z[1,])) stop('The column number for the first sample should be smaller') > if (par2 > length(z[1,])) stop('The column number for the second sample should be smaller') > if (par3 <= 0) stop('The confidence level should be larger than zero') > if (par3 >= 1) stop('The confidence level should be smaller than zero') > (r.t <- t.test(z[,par1],z[,par2],var.equal=TRUE,alternative=par4,paired=paired,mu=par6,conf.level=par3)) Two Sample t-test data: z[, par1] and z[, par2] t = 35.6057, df = 260, p-value < 2.2e-16 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: 147.6340 164.9194 sample estimates: mean of x mean of y 535.7405 379.4637 > (v.t <- var.test(z[,par1],z[,par2],conf.level=par3)) F test to compare two variances data: z[, par1] and z[, par2] F = 55.2706, num df = 130, denom df = 130, p-value < 2.2e-16 alternative hypothesis: true ratio of variances is not equal to 1 95 percent confidence interval: 39.13153 78.06594 sample estimates: ratio of variances 55.2706 > (r.w <- t.test(z[,par1],z[,par2],var.equal=FALSE,alternative=par4,paired=paired,mu=par6,conf.level=par3)) Welch Two Sample t-test data: z[, par1] and z[, par2] t = 35.6057, df = 134.703, p-value < 2.2e-16 alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: 147.5963 164.9572 sample estimates: mean of x mean of y 535.7405 379.4637 > (w.t <- wilcox.test(z[,par1],z[,par2],alternative=par4,paired=paired,mu=par6,conf.level=par3)) Wilcoxon rank sum test with continuity correction data: z[, par1] and z[, par2] W = 17161, p-value < 2.2e-16 alternative hypothesis: true location shift is not equal to 0 > (ks.t <- ks.test(z[,par1],z[,par2],alternative=par4)) Two-sample Kolmogorov-Smirnov test data: z[, par1] and z[, par2] D = 1, p-value < 2.2e-16 alternative hypothesis: two-sided Warning message: In ks.test(z[, par1], z[, par2], alternative = par4) : p-values will be approximate in the presence of ties > m1 <- mean(z[,par1],na.rm=T) > m2 <- mean(z[,par2],na.rm=T) > mdiff <- m1 - m2 > newsam1 <- z[!is.na(z[,par1]),par1] > newsam2 <- z[,par2]+mdiff > newsam2 <- newsam2[!is.na(newsam2)] > (ks1.t <- ks.test(newsam1,newsam2,alternative=par4)) Two-sample Kolmogorov-Smirnov test data: newsam1 and newsam2 D = 0.4275, p-value = 8.026e-11 alternative hypothesis: two-sided Warning message: In ks.test(newsam1, newsam2, alternative = par4) : p-values will be approximate in the presence of ties > mydf <- data.frame(cbind(z[,par1],z[,par2])) > colnames(mydf) <- c('Variable 1','Variable 2') > postscript(file="/var/wessaorg/rcomp/tmp/135vc1354798264.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > boxplot(mydf, notch=TRUE, ylab='value',main=main) > dev.off() null device 1 > postscript(file="/var/wessaorg/rcomp/tmp/2usog1354798264.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > qqnorm(z[,par1],main='Normal QQplot - Variable 1') > qqline(z[,par1]) > dev.off() null device 1 > postscript(file="/var/wessaorg/rcomp/tmp/3r3w51354798264.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > qqnorm(z[,par2],main='Normal QQplot - Variable 2') > qqline(z[,par2]) > dev.off() null device 1 > > #Note: the /var/wessaorg/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/wessaorg/rcomp/createtable") > > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,paste('Two Sample t-test (',par5,')',sep=''),2,TRUE) > a<-table.row.end(a) > if(!paired){ + a<-table.row.start(a) + a<-table.element(a,'Mean of Sample 1',header=TRUE) + a<-table.element(a,r.t$estimate[[1]]) + a<-table.row.end(a) + a<-table.row.start(a) + a<-table.element(a,'Mean of Sample 2',header=TRUE) + a<-table.element(a,r.t$estimate[[2]]) + a<-table.row.end(a) + } else { + a<-table.row.start(a) + a<-table.element(a,'Difference: Mean1 - Mean2',header=TRUE) + a<-table.element(a,r.t$estimate) + a<-table.row.end(a) + } > a<-table.row.start(a) > a<-table.element(a,'t-stat',header=TRUE) > a<-table.element(a,r.t$statistic[[1]]) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'df',header=TRUE) > a<-table.element(a,r.t$parameter[[1]]) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'p-value',header=TRUE) > a<-table.element(a,r.t$p.value) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'H0 value',header=TRUE) > a<-table.element(a,r.t$null.value[[1]]) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Alternative',header=TRUE) > a<-table.element(a,r.t$alternative) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'CI Level',header=TRUE) > a<-table.element(a,attr(r.t$conf.int,'conf.level')) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'CI',header=TRUE) > a<-table.element(a,paste('[',r.t$conf.int[1],',',r.t$conf.int[2],']',sep='')) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'F-test to compare two variances',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'F-stat',header=TRUE) > a<-table.element(a,v.t$statistic[[1]]) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'df',header=TRUE) > a<-table.element(a,v.t$parameter[[1]]) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'p-value',header=TRUE) > a<-table.element(a,v.t$p.value) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'H0 value',header=TRUE) > a<-table.element(a,v.t$null.value[[1]]) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Alternative',header=TRUE) > a<-table.element(a,v.t$alternative) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'CI Level',header=TRUE) > a<-table.element(a,attr(v.t$conf.int,'conf.level')) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'CI',header=TRUE) > a<-table.element(a,paste('[',v.t$conf.int[1],',',v.t$conf.int[2],']',sep='')) > a<-table.row.end(a) > a<-table.end(a) > table.save(a,file="/var/wessaorg/rcomp/tmp/42n2l1354798265.tab") > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,paste('Welch Two Sample t-test (',par5,')',sep=''),2,TRUE) > a<-table.row.end(a) > if(!paired){ + a<-table.row.start(a) + a<-table.element(a,'Mean of Sample 1',header=TRUE) + a<-table.element(a,r.w$estimate[[1]]) + a<-table.row.end(a) + a<-table.row.start(a) + a<-table.element(a,'Mean of Sample 2',header=TRUE) + a<-table.element(a,r.w$estimate[[2]]) + a<-table.row.end(a) + } else { + a<-table.row.start(a) + a<-table.element(a,'Difference: Mean1 - Mean2',header=TRUE) + a<-table.element(a,r.w$estimate) + a<-table.row.end(a) + } > a<-table.row.start(a) > a<-table.element(a,'t-stat',header=TRUE) > a<-table.element(a,r.w$statistic[[1]]) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'df',header=TRUE) > a<-table.element(a,r.w$parameter[[1]]) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'p-value',header=TRUE) > a<-table.element(a,r.w$p.value) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'H0 value',header=TRUE) > a<-table.element(a,r.w$null.value[[1]]) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Alternative',header=TRUE) > a<-table.element(a,r.w$alternative) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'CI Level',header=TRUE) > a<-table.element(a,attr(r.w$conf.int,'conf.level')) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'CI',header=TRUE) > a<-table.element(a,paste('[',r.w$conf.int[1],',',r.w$conf.int[2],']',sep='')) > a<-table.row.end(a) > a<-table.end(a) > table.save(a,file="/var/wessaorg/rcomp/tmp/5nxed1354798265.tab") > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,paste('Wicoxon rank sum test with continuity correction (',par5,')',sep=''),2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'W',header=TRUE) > a<-table.element(a,w.t$statistic[[1]]) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'p-value',header=TRUE) > a<-table.element(a,w.t$p.value) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'H0 value',header=TRUE) > a<-table.element(a,w.t$null.value[[1]]) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Alternative',header=TRUE) > a<-table.element(a,w.t$alternative) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Kolmogorov-Smirnov Test to compare Distributions of two Samples',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'KS Statistic',header=TRUE) > a<-table.element(a,ks.t$statistic[[1]]) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'p-value',header=TRUE) > a<-table.element(a,ks.t$p.value) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Kolmogorov-Smirnov Test to compare Distributional Shape of two Samples',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'KS Statistic',header=TRUE) > a<-table.element(a,ks1.t$statistic[[1]]) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'p-value',header=TRUE) > a<-table.element(a,ks1.t$p.value) > a<-table.row.end(a) > a<-table.end(a) > table.save(a,file="/var/wessaorg/rcomp/tmp/6qnl51354798265.tab") > > try(system("convert tmp/135vc1354798264.ps tmp/135vc1354798264.png",intern=TRUE)) character(0) > try(system("convert tmp/2usog1354798264.ps tmp/2usog1354798264.png",intern=TRUE)) character(0) > try(system("convert tmp/3r3w51354798264.ps tmp/3r3w51354798264.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 2.164 0.419 2.558