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, 30 Sep 2015 09:21:12 +0100
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2015/Sep/30/t14436013592r0sz2s15keilpq.htm/, Retrieved Thu, 16 May 2024 06:59:31 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=280746, Retrieved Thu, 16 May 2024 06:59:31 +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] [] [2015-09-30 08:21:12] [5460c453892b15ffecb85c645e1cdda5] [Current]
Feedback Forum

Post a new message
Dataseries X:
94.3
94.6
94.9
95.6
95.4
97.4
98.4
100.5
106.6
106.7
106.8
109
109.3
110.5
113.4
113
113.6
121.2
120.5
120.9
125.8
125.4
125.7
127.7
128.1
130
130.5
130.1
129.6
128.8
128.4
128.3
127.6
127.3
127.7
126.9
125.1
119
118.7
118.9
116.9
117
117
115.5
115.6
117.5
117.6
117.8
119.3
120
120.2
109.4
109
108.8
96.3
96.9
97
111.4
111.8
111.7




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

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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=280746&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' @ jenkins.wessa.net







Univariate Dataseries
Name of dataseriesAfzetprijsindexen (2010=100)
Sourcehttp://www.belgostat.be
DescriptionAfzetprijsindexen voor de productie en distributie van gas
Number of observations60

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & Afzetprijsindexen (2010=100) \tabularnewline
Source & http://www.belgostat.be \tabularnewline
Description & Afzetprijsindexen voor de productie en distributie van gas \tabularnewline
Number of observations & 60 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=280746&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]Afzetprijsindexen (2010=100)[/C][/ROW]
[ROW][C]Source[/C][C]http://www.belgostat.be[/C][/ROW]
[ROW][C]Description[/C][C]Afzetprijsindexen voor de productie en distributie van gas[/C][/ROW]
[ROW][C]Number of observations[/C][C]60[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=280746&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=280746&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 dataseriesAfzetprijsindexen (2010=100)
Sourcehttp://www.belgostat.be
DescriptionAfzetprijsindexen voor de productie en distributie van gas
Number of observations60



Parameters (Session):
par1 = Afzetprijsindexen (2010=100) ; par2 = http://www.belgostat.be ; par3 = Afzetprijsindexen voor de productie en distributie van gas ; par4 = 12 ;
Parameters (R input):
par1 = Afzetprijsindexen (2010=100) ; par2 = http://www.belgostat.be ; par3 = Afzetprijsindexen voor de productie en distributie van gas ; par4 = 12 ;
R code (references can be found in the software module):
par4 <- '12'
par3 <- 'Afzetprijsindexen voor de productie en distributie van gas'
par2 <- 'http://www.belgostat.be'
par1 <- 'Afzetprijsindexen (2010=100)'
if (par4 != 'No season') {
par4 <- as.numeric(par4)
if (par4 < 4) par4 <- 12
}
summary(x)
n <- length(x)
bitmap(file='test1.png')
if (par4=='No season') {
plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab,xaxt='n')
axis(1,at=seq(1,n,10))
}
if (par4!='No season') {
plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab,xaxt='n')
axis(1,at=seq(1,n,par4))
grid(nx=0,ny=NULL,col='black')
abline(v=seq(1,n,par4),col='black',lty='dotted')
}
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')