Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationWed, 08 Feb 2012 13:55:23 -0500
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2012/Feb/08/t1328728939mqrwf4aaqvmrl65.htm/, Retrieved Thu, 02 May 2024 15:30:07 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=161914, Retrieved Thu, 02 May 2024 15:30:07 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact108
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [] [2012-02-08 18:55:23] [921480865c2f7a3cce0a5eeacc6bbad6] [Current]
Feedback Forum

Post a new message
Dataseries X:
31/01/2003		13,81
28/02/2003		13,9
31/03/2003		13,91
30/04/2003		13,94
31/05/2003		13,96
30/06/2003		14,01
31/07/2003		14,01
31/08/2003		14,06
30/09/2003		14,09
31/10/2003		14,13
30/11/2003		14,12
31/12/2003		14,13
31/01/2004		14,14
29/02/2004		14,16
31/03/2004		14,21
30/04/2004		14,26
31/05/2004		14,29
30/06/2004		14,32
31/07/2004		14,33
31/08/2004		14,39
30/09/2004		14,48
31/10/2004		14,44
30/11/2004		14,46
31/12/2004		14,48
31/01/2005		14,53
28/02/2005		14,58
31/03/2005		14,62
30/04/2005		14,62
31/05/2005		14,61
30/06/2005		14,65
31/07/2005		14,68
31/08/2005		14,7
30/09/2005		14,78
31/10/2005		14,84
30/11/2005		14,89
31/12/2005		14,89
31/01/2006		15,13
28/02/2006		15,25
31/03/2006		15,33
30/04/2006		15,36
31/05/2006		15,4
30/06/2006		15,4
31/07/2006		15,41
31/08/2006		15,47
30/09/2006		15,54
31/10/2006		15,55
30/11/2006		15,59
31/12/2006		15,65
31/01/2007		15,75
28/02/2007		15,86
31/03/2007		15,89
30/04/2007		15,94
31/05/2007		15,93
30/06/2007		15,95
31/07/2007		15,99
31/08/2007		15,99
30/09/2007		16,06
31/10/2007		16,08
30/11/2007		16,07
31/12/2007		16,11
31/01/2008		16,15
29/02/2008		16,18
31/03/2008		16,3
30/04/2008		16,42
31/05/2008		16,49
30/06/2008		16,5
31/07/2008		16,58
31/08/2008		16,64
30/09/2008		16,66
31/10/2008		16,81
30/11/2008		16,91
31/12/2008		16,92
31/01/2009		16,95
28/02/2009		17,11
31/03/2009		17,16
30/04/2009		17,16
31/05/2009		17,27
30/06/2009		17,34
31/07/2009		17,39
31/08/2009		17,43
30/09/2009		17,45
31/10/2009		17,5
30/11/2009		17,56
31/12/2009		17,65




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 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 & 1 seconds \tabularnewline
R Server & 'Gwilym Jenkins' @ jenkins.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=161914&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]1 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=161914&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=161914&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 time1 seconds
R Server'Gwilym Jenkins' @ jenkins.wessa.net



Parameters (Session):
par2 = Belgostat ; par4 = 12 ;
Parameters (R input):
par1 = ; par2 = Belgostat ; par3 = ; par4 = 12 ;
R code (references can be found in the software module):
if (par4 != 'No season') {
par4 <- as.numeric(par4)
if (par4 < 4) par4 <- 12
}
summary(x)
n <- length(x)
bitmap(file='test1.png')
if (par4=='No season') {
plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab,xaxt='n')
axis(1,at=seq(1,n,10))
}
if (par4!='No season') {
plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab,xaxt='n')
axis(1,at=seq(1,n,par4))
grid(nx=0,ny=NULL,col='black')
abline(v=seq(1,n,par4),col='black',lty='dotted')
}
dev.off()
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Univariate Dataseries',2,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Name of dataseries',header=TRUE)
a<-table.element(a,par1)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Source',header=TRUE)
a<-table.element(a,par2)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Description',header=TRUE)
a<-table.element(a,par3)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'Number of observations',header=TRUE)
a<-table.element(a,length(x))
a<-table.row.end(a)
a<-table.end(a)
table.save(a,file='mytable.tab')