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, 12 Oct 2009 15:25:45 -0600
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/Oct/12/t1255382787hbad1zg5gigrxdz.htm/, Retrieved Mon, 29 Apr 2024 06:22:35 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=46072, Retrieved Mon, 29 Apr 2024 06:22:35 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact114
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [workshop 2, tijdr...] [2009-10-12 21:25:45] [0875edf2b3e9b91e51327d1913579f76] [Current]
Feedback Forum

Post a new message
Dataseries X:
73,2
50,3
47,1
49,2
45,1
39,2
34,7
35,7
36,4
44,6
37,6
43
45,9
39,3
42,3
42,8
36,5
41,8
35
36,7
41,2
41,4
34,2
42,2
48,2
38,6
41,6
45,9
41,5
45
38,1
47,4
41,3
46,6
39,7
44,2
52,4
55,1
48,9
45,3
58,2
52,4
42,6
44,6
53,4
53,8
56,2
53
63,1
45,9
46,6
59,8
67
56,2
59,1
58,4
52,7
69,1
69,3
58,6
80,8




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135

\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 & 'Gwilym Jenkins' @ 72.249.127.135 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=46072&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]'Gwilym Jenkins' @ 72.249.127.135[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=46072&T=0

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







Univariate Dataseries
Name of dataseriesUitvoer Tabak
Sourcewww.Belgostat.be --> Tabak + uitvoer
Description
Number of observations61

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & Uitvoer Tabak \tabularnewline
Source & www.Belgostat.be --> Tabak + uitvoer \tabularnewline
Description &  \tabularnewline
Number of observations & 61 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=46072&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]Uitvoer Tabak[/C][/ROW]
[ROW][C]Source[/C][C]www.Belgostat.be --> Tabak + uitvoer[/C][/ROW]
[ROW][C]Description[/C][C][/C][/ROW]
[ROW][C]Number of observations[/C][C]61[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=46072&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=46072&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 dataseriesUitvoer Tabak
Sourcewww.Belgostat.be --> Tabak + uitvoer
Description
Number of observations61



Parameters (Session):
par1 = Uitvoer Tabak ; par2 = www.Belgostat.be --> Tabak + uitvoer ;
Parameters (R input):
par1 = Uitvoer Tabak ; par2 = www.Belgostat.be --> Tabak + uitvoer ; par3 = ;
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')