Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
3.7 4.9 4.5 3 3.5 3.3 2 3.7 4.6 4.4 4 3.2 4.4 4.2 5.2 4.5 4.5 4.8 4.5 4.4 3.3 4.3 4 4.5 4 3.9 4.4 3.7 4.4 3.5 3.3 3 3.4 4.2 3.5 2.5 3.5 4.9 4.5 3.2 3.9 4.1 4.3 4.5 4.7 4.8 3.5 5.2 3.9 4.3 2.8 4.9 4.6 3.3 4.2 3.4 5.5 4 3.5 4 4.5 3.6 2.9 2.6 2.8 5.2 4.5 4.3 3.4 3.9 4.4 3.1 4.6 3.9 3.7 3.8 3.9 4.1 4.6 2.7 3.8 4 3 1.6 4.3 3.4 3.1 4.3 3.9 4.9 3.3 2.4 4.2 4.6 3.4 3.6 3.7 2.5 3.9 3.5 3.5 4.2 3.7 4.4 4.6 3.9 4.9 5.4 4.2 3.1 4.1 3.9 4.5 4.2 3.6 3.7 4.2 2.9 3.1 3 5.5 3.5 2.6 4.6 2.5 3.1 4.3 2.9 4.3 2.1 4 4.7 1.6 3.3 4.2 4.4 2.1 3.9 2.4 3.9 4.5 4 4.5 4.2 3.5 3.5 3.3 3.3 4.5 4 4.2 3.7 2.5 3.9 3.4 3.6 3.1 3.7 4.3 3.9 3.4 5.2 3.1 3 3 3.1 2.7 2 3 3.5 3.7 3.8 3.9 3.6 3.4 3.9 4.5 4.1 3.8 4.3 4.2 4.4 4.3 4.3 3.6 4.2 3.3 2.8 4.6 4.2 2.9 4.4 2.8 3.3 3 4 5.4 4.2 4.9 4.2
Alternative
two.sided
two.sided
less
greater
Confidence
Null Hypothesis
R Code
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
1 seconds
R Server
Big Analytics Cloud Computing Center
Click here to blog (archive) this computation