Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_onesampletests_mean.wasp
Title produced by softwareOne Sample Tests about the Mean
Date of computationTue, 08 Dec 2015 12:25:47 +0000
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2015/Dec/08/t1449577884h5e9pazzz43g9g9.htm/, Retrieved Thu, 16 May 2024 20:08:55 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=285478, Retrieved Thu, 16 May 2024 20:08:55 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact123
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Paired and Unpaired Two Samples Tests about the Mean] [] [2015-11-04 17:38:24] [32b17a345b130fdf5cc88718ed94a974]
- RMPD    [One Sample Tests about the Mean] [mean critical value] [2015-12-08 12:25:47] [9ba20d7febfaa932a022ff7864ec748a] [Current]
Feedback Forum

Post a new message
Dataseries X:
1368
1390
1438
1599
1616
1666
1645
1681
1731
1761
1808
1640
1699
1740
1852
1885
1948
1967
2002
2073
2085
2139
1972
2045
2083
2142
2191
2261
2317
2365
2459
2506
2534
2252
2329
2391
2458
2524
2589
2673
2706
2824
2883
2914
2401
2510
2561
2631
2699
2796
2900
2973
3090
3157
3184
2444
2499
2578
2614
2704
2852
2946
3010
3135
3225
3306
2457
2527
2623
2675
2776
2898
2985
3052
3170
3265
3308
2601
2684
2648
2702
2792
2914
3021
3159
3278
3385
3424
2615
2749
2804
2791
2872
3062
3172
3247
3389
3433
3469
2693
2795
2891
2954
3053
3149
3274
3312
3443
3555
3611




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Gwilym Jenkins' @ jenkins.wessa.net

\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input & view raw input (R code)  \tabularnewline
Raw Output & view raw output of R engine  \tabularnewline
Computing time & 0 seconds \tabularnewline
R Server & 'Gwilym Jenkins' @ jenkins.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=285478&T=0

[TABLE]
[ROW][C]Summary of computational transaction[/C][/ROW]
[ROW][C]Raw Input[/C][C]view raw input (R code) [/C][/ROW]
[ROW][C]Raw Output[/C][C]view raw output of R engine [/C][/ROW]
[ROW][C]Computing time[/C][C]0 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Gwilym Jenkins' @ jenkins.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=285478&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=285478&T=0

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Gwilym Jenkins' @ jenkins.wessa.net







One Sample t-test
H02998.89
Alternativeless
CI0.95
Sample Mean2609.48181818182
T-Test-7.40371259910453
DF109
P-Value1.47549586703065e-11

\begin{tabular}{lllllllll}
\hline
One Sample t-test \tabularnewline
H0 & 2998.89 \tabularnewline
Alternative & less \tabularnewline
CI & 0.95 \tabularnewline
Sample Mean & 2609.48181818182 \tabularnewline
T-Test & -7.40371259910453 \tabularnewline
DF & 109 \tabularnewline
P-Value & 1.47549586703065e-11 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=285478&T=1

[TABLE]
[ROW][C]One Sample t-test[/C][/ROW]
[ROW][C]H0[/C][C]2998.89[/C][/ROW]
[ROW][C]Alternative[/C][C]less[/C][/ROW]
[ROW][C]CI[/C][C]0.95[/C][/ROW]
[ROW][C]Sample Mean[/C][C]2609.48181818182[/C][/ROW]
[ROW][C]T-Test[/C][C]-7.40371259910453[/C][/ROW]
[ROW][C]DF[/C][C]109[/C][/ROW]
[ROW][C]P-Value[/C][C]1.47549586703065e-11[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=285478&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=285478&T=1

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

One Sample t-test
H02998.89
Alternativeless
CI0.95
Sample Mean2609.48181818182
T-Test-7.40371259910453
DF109
P-Value1.47549586703065e-11



Parameters (Session):
par1 = two.sided ; par2 = 0.95 ; par3 = 2998.89 ;
Parameters (R input):
par1 = less ; par2 = 0.95 ; par3 = 2998.89 ;
R code (references can be found in the software module):
par3 <- '2998.89'
par2 <- '0.95'
par1 <- 'greater'
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')