Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationTue, 07 Feb 2012 16:56:48 -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/07/t1328651972lepergc79ajm5cd.htm/, Retrieved Sat, 04 May 2024 10:33:39 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=161861, Retrieved Sat, 04 May 2024 10:33:39 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact102
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [Goudkoers te Brussel] [2012-02-07 21:56:48] [49d363860b48c50a69486db091fa88e4] [Current]
Feedback Forum

Post a new message
Dataseries X:
Datum	EUR/kg
31/01/2007	15.579
28/02/2007	16.348
31/03/2007	15.928
30/04/2007	16.171
31/05/2007	15.937
30/06/2007	15.713
31/07/2007	15.594
31/08/2007	15.683
30/09/2007	16.438
31/10/2007	17.032
30/11/2007	17.696
31/12/2007	17.745
31/01/2008	19.394
29/02/2008	20.148
31/03/2008	20.108
30/04/2008	18.584
31/05/2008	18.441
30/06/2008	18.391
31/07/2008	19.178
31/08/2008	18.079
30/09/2008	18.483
31/10/2008	19.644
30/11/2008	19.195
31/12/2008	19.650
31/01/2009	20.830
28/02/2009	23.595
31/03/2009	22.937
30/04/2009	21.814
31/05/2009	21.928
30/06/2009	21.777
31/07/2009	21.383
31/08/2009	21.467
30/09/2009	22.052
31/10/2009	22.680
30/11/2009	24.320
31/12/2009	24.977
31/01/2010	25.204
28/02/2010	25.739
31/03/2010	26.434
30/04/2010	27.525
31/05/2010	30.695
30/06/2010	32.436
31/07/2010	30.160
31/08/2010	30.236
30/09/2010	31.293
31/10/2010	31.077
30/11/2010	32.226
31/12/2010	33.865
31/01/2011	32.810
28/02/2011	32.242
31/03/2011	32.700
30/04/2011	32.819
31/05/2011	33.947
30/06/2011	34.148
31/07/2011	35.261
31/08/2011	39.506
30/09/2011	41.591
31/10/2011	39.148
30/11/2011	41.216
31/12/2011	40.225
31/01/2012	41.126




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

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



Parameters (Session):
par2 = grey ; par3 = FALSE ; par4 = Unknown ;
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')