Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationWed, 20 Feb 2008 04:59:59 -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/20/t12035089378aim7cprkm13iqk.htm/, Retrieved Sat, 11 May 2024 22:47:37 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=8414, Retrieved Sat, 11 May 2024 22:47:37 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact212
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [prijsevolutie bla...] [2008-02-20 11:59:59] [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 time6 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 & 6 seconds \tabularnewline
R Server & 'Gwilym Jenkins' @ 72.249.127.135 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=8414&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]6 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=8414&T=0

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







Univariate Dataseries
Name of dataseriesPrijsevolutie Blazers
Sourcewww.belgostat.be
DescriptionPrijsevolutie blazers
Number of observations72

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & Prijsevolutie Blazers \tabularnewline
Source & www.belgostat.be \tabularnewline
Description & Prijsevolutie blazers \tabularnewline
Number of observations & 72 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=8414&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]www.belgostat.be[/C][/ROW]
[ROW][C]Description[/C][C]Prijsevolutie blazers[/C][/ROW]
[ROW][C]Number of observations[/C][C]72[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=8414&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=8414&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
Sourcewww.belgostat.be
DescriptionPrijsevolutie blazers
Number of observations72



Parameters (Session):
Parameters (R input):
par1 = Prijsevolutie Blazers ; par2 = www.belgostat.be ; par3 = Prijsevolutie blazers ;
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')