Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationTue, 12 Feb 2008 04:34:02 -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/Feb/12/t1202816141jsvua8zwyp0oz9d.htm/, Retrieved Sat, 11 May 2024 08:54:34 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=8112, Retrieved Sat, 11 May 2024 08:54:34 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact270
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [Tijdreeks - Grafi...] [2008-02-12 11:34:02] [18a9c7462de321e50920adc850709d38] [Current]
Feedback Forum

Post a new message
Dataseries X:
161,79
161,79
161,85
161,77
161,86
161,89
161,89
161,89
162,18
162,43
162,58
162,57
162,57
162,57
162,44
162,79
163,15
163,23
163,23
163,23
163,38
163,71
163,73
163,73
163,73
163,73
163,93
164,27
164,57
164,73
164,73
164,76
165,75
165,86
165,99
166,13
166,13
166,13
166,15
166,45
166,48
166,51
166,51
166,51
166,58
166,82
167,35
167,5
167,5
167,6
167,72
167,29
166,98
166,98
166,98
166,98
167,63
167,83
167,85
167,87
167,87
167,96
167,7
169,25
168,79
168,77
168,77
169
168,92
169,23
169,28
169,29




Summary of compuational 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 compuational 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=8112&T=0

[TABLE]
[ROW][C]Summary of compuational 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=8112&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=8112&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 compuational 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 dataseriesPrijsevolutie blazers
Sourcehttp://www.belgostat.be
DescriptionGegevens van 2000 tot 2005
Number of observations72

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & Prijsevolutie blazers \tabularnewline
Source & http://www.belgostat.be \tabularnewline
Description & Gegevens van 2000 tot 2005 \tabularnewline
Number of observations & 72 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=8112&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]Prijsevolutie blazers[/C][/ROW]
[ROW][C]Source[/C][C]http://www.belgostat.be[/C][/ROW]
[ROW][C]Description[/C][C]Gegevens van 2000 tot 2005[/C][/ROW]
[ROW][C]Number of observations[/C][C]72[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=8112&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=8112&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 dataseriesPrijsevolutie blazers
Sourcehttp://www.belgostat.be
DescriptionGegevens van 2000 tot 2005
Number of observations72



Parameters (Session):
par1 = Prijsevolutie blazers ; par2 = http://www.belgostat.be ; par3 = Gegevens van 2000 tot 2005 ;
Parameters (R input):
par1 = Prijsevolutie blazers ; par2 = http://www.belgostat.be ; par3 = Gegevens van 2000 tot 2005 ;
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')