Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationSun, 30 Dec 2012 05:30:55 -0500
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2012/Dec/30/t1356863530d63tdfr3uaxfktj.htm/, Retrieved Thu, 28 Mar 2024 22:24:57 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=204928, Retrieved Thu, 28 Mar 2024 22:24:57 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact159
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Univariate Data Series] [Prijsindexcijfer ...] [2012-11-26 13:56:25] [270271722390d2035805c3d10dfa13a8]
- R PD    [Univariate Data Series] [Procentuele stijg...] [2012-12-30 10:30:55] [56be9a844975c6d0d36e88eaea5fb75b] [Current]
Feedback Forum

Post a new message
Dataseries X:
45.3
49.9
53.8
55.1
52.9
53.5
53.8
52
48.2
45.5
45.7
52.5
52.3
54.8
54.7
54.9
54.9
64.2
66.4
69.1
68.3
77.3
89.6
93
96.1
131.3
125.3
126
138.3
163
182.5
164.6
148.8
109.3
93.5
80.2
84
75.5
62.4
64.2
64.7
71
73.7
72.6
68.1
72.3
78.5
81.9
97.8
93.1
94.2
101.1
101
99.7
97.1
91.7
95
98.9
109
121.9
131.5
128.5
128.4
126.4
123.1
123
123.3
123.6
124.9
120.4
114.9
113.4




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=204928&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 dataseriesPrijsindexcijfer steenkolen in procent
SourceBelgostat
DescriptionPrijs steenkool in procent t.o.v het jaar 2000
Number of observations72

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & Prijsindexcijfer steenkolen in procent \tabularnewline
Source & Belgostat \tabularnewline
Description & Prijs steenkool in procent t.o.v het jaar 2000 \tabularnewline
Number of observations & 72 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=204928&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]Prijsindexcijfer steenkolen in procent[/C][/ROW]
[ROW][C]Source[/C][C]Belgostat[/C][/ROW]
[ROW][C]Description[/C][C]Prijs steenkool in procent t.o.v het jaar 2000[/C][/ROW]
[ROW][C]Number of observations[/C][C]72[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=204928&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=204928&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 dataseriesPrijsindexcijfer steenkolen in procent
SourceBelgostat
DescriptionPrijs steenkool in procent t.o.v het jaar 2000
Number of observations72



Parameters (Session):
par1 = Prijsindexcijfer steenkolen in procent ; par2 = Belgostat ; par3 = Prijs steenkool in procent t.o.v het jaar 2000 ; par4 = 12 ;
Parameters (R input):
par1 = Prijsindexcijfer steenkolen in procent ; par2 = Belgostat ; par3 = Prijs steenkool in procent t.o.v het jaar 2000 ; 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')