Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationSat, 20 Sep 2014 21:30:34 +0100
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2014/Sep/20/t14112456442pkcqf134gn00g7.htm/, Retrieved Mon, 13 May 2024 21:22:04 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=235983, Retrieved Mon, 13 May 2024 21:22:04 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywordsDe in- en uitvoer gegevens van de EU op maandelijkse basis, startend van januari 2007 en eindigend bij december 2013
Estimated Impact108
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [In- en uitvoer ci...] [2014-09-20 20:30:34] [fa167ee88e9691113a166d275cdce5e1] [Current]
- RMP     [Histogram] [Frequentietabel i...] [2014-09-20 21:10:40] [66b890982a1475fba3234e23b59cb058]
- R P       [Histogram] [Frequentietabel i...] [2014-09-20 21:21:26] [66b890982a1475fba3234e23b59cb058]
Feedback Forum

Post a new message
Dataseries X:
13396	20905
13637	20303
15467	23110
13722	19916
14727	20955
14961	21391
14026	20644
13895	20305
14474	21752
15759	23948
15995	24665
14119	21432
15342	24127
15796	23738
15435	24429
16195	24374
15572	23159
16223	23943
15921	23729
14143	21822
16290	24958
16579	25673
14314	22547
13318	20236
11938	19555
12574	18848
13298	20229
12124	18027
11757	17721
12803	18721
12800	18630
11293	17035
12992	20278
13426	21295
13174	21170
13648	19834
12801	20918
13183	20578
15703	24479
14859	22398
14350	21773
16444	23619
14207	22190
13329	21005
14795	23852
15248	24265
16081	25908
15670	24681
14805	24206
15779	24493
17945	28115
15280	24732
16773	25554
16362	24935
15774	23981
15505	23990
16397	25975
16060	25552
16748	26349
16137	25001
15523	25155
16267	25933
18066	27938
16105	25097
16883	26160
17034	25663
16452	25245
16234	24406
16658	25532
18133	28552
17488	27772
15853	24271
17198	26916
16719	25489
17635	27667
16726	25702
17503	26701
17074	26168
17054	26052
15451	24338
16374	26445
17242	28576
16684	27472
16489	25504




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=235983&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=235983&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=235983&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



Parameters (Session):
par1 = In- en uitvoer van EU ; par2 = http://statline.cbs.nl/StatWeb/publication/?DM=SLNL&PA=70017&D1=a&D2=0&D3=0-2&D4=65-76,78-89,91-102,104-115,117-128,130-141,143-155,l&HDR=T,G1,G2&STB=G3&VW=T ; par3 = De maandelijkse cijferreeksen van de in- en uitvoer van de EU startend van januarie 2007 en eindigend bij december 2013. ; par4 = 12 ;
Parameters (R input):
par1 = In- en uitvoer van EU ; par2 = http://statline.cbs.nl/StatWeb/publication/?DM=SLNL&PA=70017&D1=a&D2=0&D3=0-2&D4=65-76,78-89,91-102,104-115,117-128,130-141,143-155,l&HDR=T,G1,G2&STB=G3&VW=T ; par3 = De maandelijkse cijferreeksen van de in- en uitvoer van de EU startend van januarie 2007 en eindigend bij december 2013. ; 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')