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 computationSat, 13 Dec 2008 03:48:15 -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/2008/Dec/13/t1229165330vy415ekp5svsb1x.htm/, Retrieved Sun, 02 Jun 2024 11:27:15 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=32961, Retrieved Sun, 02 Jun 2024 11:27:15 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact184
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
F     [Exercise 1.13] [Exercise 1.13 (Wo...] [2008-10-01 13:28:34] [b98453cac15ba1066b407e146608df68]
- RMPD  [Univariate Data Series] [Time series 1] [2008-10-13 19:38:20] [7496c02ff89a4d46194b78685600e356]
-   PD    [Univariate Data Series] [Tijdreeks Consump...] [2008-12-13 10:23:03] [f5709eefd05c649ca6dad46019ffd879]
-   PD        [Univariate Data Series] [Tijdreeks Consump...] [2008-12-13 10:48:15] [28deb8481dba3cc87d2d53a86e0e0d0b] [Current]
Feedback Forum

Post a new message
Dataseries X:
98.5
97.0
103.3
99.6
100.1
102.9
95.9
94.5
107.4
116.0
102.8
99.8
109.6
103.0
111.6
106.3
97.9
108.8
103.9
101.2
122.9
123.9
111.7
120.9
99.6
103.3
119.4
106.5
101.9
124.6
106.5
107.8
127.4
120.1
118.5
127.7
107.7
104.5
118.8
110.3
109.6
119.1
96.5
106.7
126.3
116.2
118.8
115.2
110.0
111.4
129.6
108.1
117.8
122.9
100.6
111.8
127.0
128.6
124.8
118.5
114.7
112.6
128.7
111.0
115.8
126.0
111.1
113.2
120.1
130.6
124.0
119.4
116.7
116.5
119.6
126.5
111.3
123.5
114.2
103.7
129.5




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'George Udny Yule' @ 72.249.76.132

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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=32961&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'George Udny Yule' @ 72.249.76.132







Univariate Dataseries
Name of dataseriesConsumptiegoederen
SourceBelgoStat
Description
Number of observations81

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & Consumptiegoederen \tabularnewline
Source & BelgoStat \tabularnewline
Description &  \tabularnewline
Number of observations & 81 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=32961&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]Consumptiegoederen[/C][/ROW]
[ROW][C]Source[/C][C]BelgoStat[/C][/ROW]
[ROW][C]Description[/C][C][/C][/ROW]
[ROW][C]Number of observations[/C][C]81[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=32961&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=32961&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 dataseriesConsumptiegoederen
SourceBelgoStat
Description
Number of observations81



Parameters (Session):
par1 = Consumptiegoederen ; par2 = BelgoStat ;
Parameters (R input):
par1 = Consumptiegoederen ; par2 = BelgoStat ; 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')