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, 04 Oct 2010 22:23:10 +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/2010/Oct/05/t1286231029a4xamcnwb7myw3y.htm/, Retrieved Sun, 28 Apr 2024 18:21:40 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=81274, Retrieved Sun, 28 Apr 2024 18:21:40 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywordsKDGP1W1
Estimated Impact178
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [Verkoopsindex via...] [2010-10-04 22:23:10] [836c64735fc21f091fd80eb090cba4d6] [Current]
Feedback Forum

Post a new message
Dataseries X:
89.3
88.1
93.6
79.7
83.8
62.3
62.3
77.6
80.3
97
94
75.1
74
77.6
75.1
85
75.4
63.2
64.7
77
82.6
97.6
99
75.3
71.6
76.8
83.9
79.7
77.5
73.1
65.6
85.2
98.3
98
100.6
84.1
76.7
82.4
95.5
79.9
82.4
83.6
73.1
91.1
118.6
102.9
111.8
93.9
91.6
92
91.1
97.5
94.7
96.7
78.7
103.5
113.8
106.1
120.3
114.2
106.3
98.8
113.1
97.7
116.3
107.2
94.5
123.5
126.6
126.5
141.4
124.3
124.9
108.9
126.7
107.7
121.8
118.3
122.8
149.5
147
139.3
162.1
142.2
141.4
124.7
114
126.6
121.9
125.1
122.1
135.9
148.4
137.5
145.3
139.9
128.2
115.4
124.7
111.5
121.1
122.5
127.4
143.7
157.8
148.8
162.9
153.9




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135

\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 & 0 seconds \tabularnewline
R Server & 'Gwilym Jenkins' @ 72.249.127.135 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=81274&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]0 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=81274&T=0

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







Univariate Dataseries
Name of dataseriesVerkoopsindex via postorder of internet
SourceStatbank Norway
DescriptionHet stelt de verkoopsindex via postorder of internet voor.
Number of observations108

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & Verkoopsindex via postorder of internet \tabularnewline
Source & Statbank Norway \tabularnewline
Description & Het stelt de verkoopsindex via postorder of internet voor. \tabularnewline
Number of observations & 108 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=81274&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]Verkoopsindex via postorder of internet[/C][/ROW]
[ROW][C]Source[/C][C]Statbank Norway[/C][/ROW]
[ROW][C]Description[/C][C]Het stelt de verkoopsindex via postorder of internet voor.[/C][/ROW]
[ROW][C]Number of observations[/C][C]108[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=81274&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=81274&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 dataseriesVerkoopsindex via postorder of internet
SourceStatbank Norway
DescriptionHet stelt de verkoopsindex via postorder of internet voor.
Number of observations108



Parameters (Session):
par1 = Verkoopsindex via postorder of internet ; par2 = Statbank Norway ; par3 = Het stelt de verkoopsindex via postorder of internet voor. ; par4 = 12 ;
Parameters (R input):
par1 = Verkoopsindex via postorder of internet ; par2 = Statbank Norway ; par3 = Het stelt de verkoopsindex via postorder of internet voor. ; 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')