Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationMon, 02 Nov 2009 05:26:04 -0700
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2009/Nov/02/t1257164790yuz8ly30evvjy4y.htm/, Retrieved Sat, 04 May 2024 02:43:06 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=52526, Retrieved Sat, 04 May 2024 02:43:06 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact124
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [] [2009-11-02 12:26:04] [0458bd763b171003ec052ce63099d477] [Current]
Feedback Forum

Post a new message
Dataseries X:
18695.5
17533.1
17691
16923.1
17747.8
21043.5
18814.5
17514.6
21586.7
17806.1
17059.2
20862.3
19629.5
20591.4
20039
18962.7
20411.6
23424.2
20880.4
20660.1
22608.8
18677.2
19799.3
22698
20818.9
23970.1
23225.5
22610.4
22275.2
26563.3
21513.9
23514.8
24118.8
21204.6
22141.2
24327
24771.5
25488.4
21798.7
24270.3
23414.9
26745.9
23362
24767.1
25638.7
24536.4
23528
25409.7
28300.4
27463
23993.2
26892.2
25232
26901.3
28271.9
25759.8
29578.3
27688.5
24868.3
29177.4
28296.2
24277.4
22002.4
20748.8
20494.2
22315.7
20051.4
19121
21730
20300.3
18621




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'RServer@AstonUniversity' @ vre.aston.ac.uk

\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 & 'RServer@AstonUniversity' @ vre.aston.ac.uk \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=52526&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]'RServer@AstonUniversity' @ vre.aston.ac.uk[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=52526&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=52526&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'RServer@AstonUniversity' @ vre.aston.ac.uk







Univariate Dataseries
Name of dataseriesBuitenlandse handel, communautaire concept
SourceBelgostat
Descriptiontotale uitvoer
Number of observations71

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & Buitenlandse handel, communautaire concept \tabularnewline
Source & Belgostat \tabularnewline
Description & totale uitvoer \tabularnewline
Number of observations & 71 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=52526&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]Buitenlandse handel, communautaire concept[/C][/ROW]
[ROW][C]Source[/C][C]Belgostat[/C][/ROW]
[ROW][C]Description[/C][C]totale uitvoer[/C][/ROW]
[ROW][C]Number of observations[/C][C]71[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=52526&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=52526&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 dataseriesBuitenlandse handel, communautaire concept
SourceBelgostat
Descriptiontotale uitvoer
Number of observations71



Parameters (Session):
par1 = Buitenlandse handel, communautaire concept ; par2 = Belgostat ; par3 = totale uitvoer ;
Parameters (R input):
par1 = Buitenlandse handel, communautaire concept ; par2 = Belgostat ; par3 = totale uitvoer ;
R code (references can be found in the software module):
bitmap(file='test1.png')
plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab)
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')