Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
1.0000 1.6506 2.0000 1.1555 3.0000 1.5548 4.0000 -3.2531 5.0000 -4.0615 6.0000 1.9549 7.0000 4.4235 8.0000 2.3023 9.0000 1.0270 10.0000 -2.8203 11.0000 0.7149 12.0000 -3.9223 13.0000 0.2440 14.0000 1.2493 15.0000 -3.9246 16.0000 0.4345 17.0000 0.8335 18.0000 -1.2177 19.0000 -1.0454 20.0000 -0.7691 21.0000 -4.0975 22.0000 3.2531 23.0000 0.4655 24.0000 2.8002 25.0000 1.3364 26.0000 0.0567 27.0000 5.6577 28.0000 2.8352 29.0000 -0.7980 30.0000 1.2974 31.0000 -2.2746 32.0000 0.8537 33.0000 -1.5814 34.0000 -0.9171 35.0000 0.4208 36.0000 -0.4767 37.0000 -0.0341 38.0000 1.9054 39.0000 -1.5289 40.0000 1.7967 41.0000 -5.3752 42.0000 0.5471 43.0000 3.2052 44.0000 0.2818 45.0000 2.0706 46.0000 0.9241 47.0000 0.8169 48.0000 -3.0030 49.0000 2.2811 50.0000 1.3591 51.0000 1.2208 52.0000 -3.9053 53.0000 0.0603 54.0000 1.4827 55.0000 2.6383 56.0000 -0.6104 57.0000 -4.5139 58.0000 2.7477 59.0000 -3.1834 60.0000 2.2611 61.0000 -1.0931 62.0000 1.7668 63.0000 -2.8145 64.0000 5.3316 65.0000 -1.1703 66.0000 -1.8894 67.0000 0.3215 68.0000 1.9598 69.0000 4.1192 70.0000 1.2412 71.0000 1.7752 72.0000 0.5842 73.0000 -1.7664 74.0000 3.4131 75.0000 2.1423 76.0000 2.3187 77.0000 1.3008 78.0000 2.5884 79.0000 -0.4831 80.0000 -2.6962 81.0000 -0.5378 82.0000 2.7625 83.0000 0.4055 84.0000 -6.0031 85.0000 -0.2064 86.0000 1.2556 87.0000 0.8201 88.0000 0.6777 89.0000 -2.3162 90.0000 2.2642 91.0000 2.3720 92.0000 -5.2296 93.0000 -0.9038 94.0000 -1.9610 95.0000 -3.1573 96.0000 -1.5441 97.0000 -3.1641 98.0000 0.6285 99.0000 2.4166 100.0000 -2.8704 101.0000 0.2450 102.0000 -0.0218 103.0000 -2.7211 104.0000 -1.2174 105.0000 2.8422 106.0000 -2.1915 107.0000 2.7251 108.0000 -5.7715 109.0000 -4.3503 110.0000 -1.6635 111.0000 0.9422 112.0000 -0.2832 113.0000 NA
Alternative
two.sided
two.sided
less
greater
Confidence
Null Hypothesis
R Code
par3 <- '20' par2 <- '0.95' par1 <- 'two.sided' par2 <- as.numeric(par2) par3 <- as.numeric(par3) (tt <- t.test(x,mu=par3,alternative=par1,conf.level=par2)) load(file='createtable') a<-table.start() a<-table.row.start(a) a<-table.element(a,'One Sample t-test',2,TRUE) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,'H0',header=TRUE) a<-table.element(a,tt$null.value) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,'Alternative',header=TRUE) a<-table.element(a,tt$alternative) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,'CI',header=TRUE) a<-table.element(a,par2) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,'Sample Mean',header=TRUE) a<-table.element(a,mean(x)) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,'T-Test',header=TRUE) a<-table.element(a,tt$statistic) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,'DF',header=TRUE) a<-table.element(a,tt$parameter) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,'P-Value',header=TRUE) a<-table.element(a,tt$p.value) a<-table.row.end(a) a<-table.end(a) table.save(a,file='mytable.tab')
Compute
Summary of computational transaction
Raw Input
view raw input (R code)
Raw Output
view raw output of R engine
Computing time
0 seconds
R Server
Big Analytics Cloud Computing Center
Click here to blog (archive) this computation