Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationSun, 22 Sep 2013 12:11:11 -0400
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2013/Sep/22/t1379866305bzlj1m5xntigvg9.htm/, Retrieved Sun, 28 Apr 2024 04:27:49 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=211626, Retrieved Sun, 28 Apr 2024 04:27:49 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact183
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [] [2013-09-22 16:11:11] [154a417cb3d2e1b589b01477b4193420] [Current]
Feedback Forum

Post a new message
Dataseries X:
13953,3
14657,7
16686,2
15232,4
15014,1
16688,6
13969,6
14546,8
16292
15039
17433,8
17798,4
16870,9
16659,3
19620,4
15953,5
17420,9
17647,5
15200,8
15637,3
17124,5
17659,4
17815
16165,6
17416,6
16823,9
19171,2
16806,8
18112,8
18485,5
17668
16324,3
17877,5
20136,7
19307
17776,3
19861,3
18757
19879,3
21068,4
19358
20639,2
20008,1
18150,1
21180,4
20428,9
17241,2
15969,3
14972,4
14488,3
15885,1
14305,3
13891,5
15431,6
14199,3
13542,6
16226,3
16786,1
16034,3
16744,5
15896,5
15781,8
18590,3
17416,8
16983
18829,4
16748,6
16502,8
18616,6
19136,4
19523,9
18970,2
20118,2
20125,4
23117,8
20014,6
22228,5
20819,1
19208,9
19953,3
21041,3
20006,8
21045,1
20496,3
20873,5
21304,2
23137,8
20514,2
21343,5
20967,2
20024,4
19602,7
19804,1
22173,9
21802,6
19452,2




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=211626&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 time2 seconds
R Server'Gertrude Mary Cox' @ cox.wessa.net







Univariate Dataseries
Name of dataseriesEvolutie van buitelandse handel België
SourceBelgostat
Descriptiontotale invoer België
Number of observations96

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & Evolutie van buitelandse handel België \tabularnewline
Source & Belgostat  \tabularnewline
Description & totale invoer België \tabularnewline
Number of observations & 96 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=211626&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]Evolutie van buitelandse handel België[/C][/ROW]
[ROW][C]Source[/C][C]Belgostat [/C][/ROW]
[ROW][C]Description[/C][C]totale invoer België[/C][/ROW]
[ROW][C]Number of observations[/C][C]96[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=211626&T=1

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

As an alternative you can also use a QR Code:  

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

Univariate Dataseries
Name of dataseriesEvolutie van buitelandse handel België
SourceBelgostat
Descriptiontotale invoer België
Number of observations96



Parameters (Session):
par1 = Evolutie van buitelandse handel België ; par2 = Belgostat ; par3 = totale invoer België ; par4 = 12 ;
Parameters (R input):
par1 = Evolutie van buitelandse handel België ; par2 = Belgostat ; par3 = totale invoer België ; 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')