Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationThu, 02 Feb 2012 17:23:22 -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/02/t1328221439kjh6owgrj8oi046.htm/, Retrieved Thu, 02 May 2024 21:35:31 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=161721, Retrieved Thu, 02 May 2024 21:35:31 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact140
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Univariate Data Series] [] [2012-02-02 21:54:53] [fe8175f8c4dea978723b530a89039627]
-   PD    [Univariate Data Series] [Goudkoers te Brussel] [2012-02-02 22:23:22] [38b7061a49f7215900abdc4599fce3db] [Current]
Feedback Forum

Post a new message
Dataseries X:
31/01/2007	  15,58
28/02/2007	  16,35
31/03/2007	  15,93
30/04/2007	  16,17
31/05/2007	  15,94
30/06/2007	  15,71
31/07/2007  15,59
31/08/2007	  15,68
30/09/2007  16,44
31/10/2007	  17,03
30/11/2007	  17,70
31/12/2007	  17,75
31/01/2008	  19,39
29/02/2008	  20,15
31/03/2008	  20,11
30/04/2008	  18,58
31/05/2008	  18,44
30/06/2008	  18,39
31/07/2008	  19,18
31/08/2008	  18,08
30/09/2008	  18,48
31/10/2008	  19,64
30/11/2008	  19,20
31/12/2008	  19,65
31/01/2009   20,83
28/02/2009	  23,60
31/03/2009  22,94
30/04/2009	  21,81
31/05/2009	  21,93
30/06/2009	  21,78
31/07/2009	  21,38
31/08/2009	  21,47
30/09/2009	  22,05
31/10/2009	  22,68
30/11/2009	  24,32
31/12/2009  24,98
31/01/2010	  25,20
28/02/2010	  25,74
31/03/2010	  26,43
30/04/2010	  27,53
31/05/2010  30,70
30/06/2010	  32,44
31/07/2010	  30,16
31/08/2010	  30,24
30/09/2010	  31,29
31/10/2010	  31,08
30/11/2010	  32,23
31/12/2010	  33,87
31/01/2011  32,81
28/02/2011	  32,24
31/03/2011	  32,70
30/04/2011  32,82
31/05/2011	  33,95
30/06/2011	  34,15
31/07/2011  35,26
31/08/2011	  39,51
30/09/2011	  41,59
31/10/2011	  39,15
30/11/2011	  41,22
31/12/2011	  40,23
31/01/2012	  41,13




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Herman Ole Andreas Wold' @ wold.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 & 'Herman Ole Andreas Wold' @ wold.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=161721&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]'Herman Ole Andreas Wold' @ wold.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=161721&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=161721&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'Herman Ole Andreas Wold' @ wold.wessa.net



Parameters (Session):
par1 = Goudkoers te Brussel ; par2 = Belgostat ; par3 = Goudkoers te Brussel ; par4 = 12 ;
Parameters (R input):
par1 = Goudkoers te Brussel ; par2 = Belgostat ; par3 = Goudkoers te Brussel ; 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')