Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationMon, 15 Feb 2016 23:38:33 +0000
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2016/Feb/15/t1455579574ico21bz0uhdhsll.htm/, Retrieved Mon, 06 May 2024 12:25:16 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=292005, Retrieved Mon, 06 May 2024 12:25:16 +0000
QR Codes:

Original text written by user:Opgave 1: IKO
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact186
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Univariate Data Series] [] [2016-02-09 17:41:50] [74be16979710d4c4e7c6647856088456]
- R P   [Univariate Data Series] [] [2016-02-09 17:46:17] [74be16979710d4c4e7c6647856088456]
-   PD      [Univariate Data Series] [Indexcijfers van ...] [2016-02-15 23:38:33] [d41d8cd98f00b204e9800998ecf8427e] [Current]
Feedback Forum

Post a new message
Dataseries X:
89,72
89.95
90.19
90.23
90.32
90.86
90.99
90.98
91.22
91.42
91.55
91.67
92.30
92.92
93.10
93.23
93.36
93.42
93.58
93.68
94.02
94.29
94.54
94.64
96.70
96.83
97.07
97.11
97.42
97.44
97.67
97.84
98.17
98.31
98.42
98.44
98.89
99.26
99.59
99.82
99.95
99.99
100.28
100.38
100.46
100.52
100.43
100.44
101.33
101.43
101.41
101.53
101.58
101.73
102.12
101.86
101.93
101.86
101.92
102.02




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=292005&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=292005&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=292005&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 dataseriesIndexcijfer van diverse goederen en diensten
SourceNationale Bank van België
DescriptionConsumptieprijs index van diverse goederen en diensten
Number of observations60

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & Indexcijfer van diverse goederen en diensten \tabularnewline
Source & Nationale Bank van België \tabularnewline
Description & Consumptieprijs index van diverse goederen en diensten \tabularnewline
Number of observations & 60 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=292005&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]Indexcijfer van diverse goederen en diensten[/C][/ROW]
[ROW][C]Source[/C][C]Nationale Bank van België[/C][/ROW]
[ROW][C]Description[/C][C]Consumptieprijs index van diverse goederen en diensten[/C][/ROW]
[ROW][C]Number of observations[/C][C]60[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=292005&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=292005&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 dataseriesIndexcijfer van diverse goederen en diensten
SourceNationale Bank van België
DescriptionConsumptieprijs index van diverse goederen en diensten
Number of observations60



Parameters (Session):
par1 = Indexcijfer van diverse goederen en diensten ; par2 = Nationale Bank van België ; par3 = Consumptieprijs index van diverse goederen en diensten ; par4 = 12 ;
Parameters (R input):
par1 = Indexcijfer van diverse goederen en diensten ; par2 = Nationale Bank van België ; par3 = Consumptieprijs index van diverse goederen en diensten ; par4 = 12 ;
R code (references can be found in the software module):
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')