Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationMon, 13 Oct 2008 12:16:27 -0600
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/Oct/13/t12239218284qlfbzief8ievpa.htm/, Retrieved Tue, 28 May 2024 16:26:56 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=15832, Retrieved Tue, 28 May 2024 16:26:56 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact163
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
F       [Univariate Data Series] [Reeks 1 Spaardepo...] [2008-10-13 18:16:27] [6fc58909ffe15c247a4f6748c8841ab4] [Current]
-   PD    [Univariate Data Series] [Tijdreeks: Indica...] [2008-10-18 15:07:28] [87cabf13a90315c7085b765dcebb7412]
-   PD    [Univariate Data Series] [Tijdreeks: Algeme...] [2008-10-18 15:10:58] [87cabf13a90315c7085b765dcebb7412]
-   PD    [Univariate Data Series] [Tijdreeks: Werklo...] [2008-10-18 15:13:45] [87cabf13a90315c7085b765dcebb7412]
-   PD    [Univariate Data Series] [Tijdreeks: Financ...] [2008-10-18 15:17:06] [87cabf13a90315c7085b765dcebb7412]
-   PD    [Univariate Data Series] [Tijdreeks: Spaarv...] [2008-10-18 15:19:30] [87cabf13a90315c7085b765dcebb7412]
Feedback Forum
2008-10-17 11:47:08 [Tamara Witters] [reply
Ik denk dat er iets misgelopen is bij deze blog.
Ik krijg geen grafiek te zien...
2008-10-19 12:33:58 [Jeremy Leysen] [reply
De data van je tijdreeks is te zien op de link. Maar zoals Tamara reeds eerder schreef, verschijnt er inderdaad ook bij mij geen grafiek.

Post a new message
Dataseries X:
102017
102750
102814
102793
103256
103616
103747
103824
103795
107110
108629
113587
117865
121443
123741
124792
125110
126372
126992
127169
127452
128103
127933
133994
136258
138091
138875
139323
140436
141938
142505
142553
142388
142539
144432
149955
151970
153464
154273
154624
155691
157591
157006
156737
155464
155486
156250
158785
161495
163222
162946
162425
163187
163435
162313
160191
158966
157663
156095
158841




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 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 & 1 seconds \tabularnewline
R Server & 'Gwilym Jenkins' @ 72.249.127.135 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=15832&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' @ 72.249.127.135[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=15832&T=0

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



Parameters (Session):
par1 = Spaardeposito's van de gezamelijke kredietinstellingen - Schulden tegenover clienten ; par2 = Belgostat ;
Parameters (R input):
par1 = Spaardeposito ; par2 = Belgostat ; par3 = ;
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')