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 computationWed, 10 Dec 2008 06:08:43 -0700
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/Dec/10/t12289145717wj160sant2a6b0.htm/, Retrieved Fri, 17 May 2024 05:14:14 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=31938, Retrieved Fri, 17 May 2024 05:14:14 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact167
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Univariate Data Series] [Niet-werkende wer...] [2008-10-13 17:15:26] [71297dd86b9825640a79a79a6f2251ff]
-   PD    [Univariate Data Series] [Brutoschuld van d...] [2008-12-10 13:08:43] [db9a5fd0f9c3e1245d8075d8bb09236d] [Current]
Feedback Forum

Post a new message
Dataseries X:
205.597
205.471
211.064
212.856
217.036
219.302
219.759
221.388
220.834
221.788
222.358
222.972
224.164
224.915
226.294
224.69
227.021
229.284
229.189
230.032
229.389
231.053
232.56
232.681
231.555
231.428
232.141
234.939
235.424
235.471
236.355
238.693
236.958
237.06
239.282
238.252
241.552
236.23
238.909
240.723
242.12
242.1
243.276
244.677
243.494
244.902
245.247
245.578
243.052
238.121
241.863
241.203
243.634
242.351
245.18
246.126
244.424
245.166
247.258
245.094
246.02
243.082
245.555
243.685
247.277
245.029
246.169
246.778
244.577
246.048
245.775
245.328
245.477
241.903
243.219
248.088
248.521
247.389
249.057
248.916
249.193
250.768
253.106
249.829
249.447
246.755
250.785
250.14
255.755
254.671
253.919
253.741
252.729
253.81
256.653
255.231
258.405
251.061
254.811
254.895
258.325
257.608
258.759
258.621
257.852
260.56
262.358
260.812
261.165
257.164
260.72
259.581
264.743
261.845
262.262
261.631
258.953
259.966
262.85
262.204
263.418
262.752
266.433
267.722
266.003
262.971
265.521
264.676
270.223
269.508
268.457
265.814
266.68
263.018
269.285
269.829
270.911
266.844
271.244
269.907
271.296
270.157
271.322
267.179
264.101
265.518
269.419
268.714
272.482
268.351
268.175
270.674
272.764
272.599
270.333
270.846
270.491
269.16
274.027
273.784
276.663
274.525
271.344
271.115
270.798
273.911
273.985
271.917
273.338
270.601
273.547
275.363
281.229
277.793
279.913
282.5
280.041
282.166
290.304
283.519
287.816
285.226
287.595
289.741
289.148
288.301
290.155
289.648
288.225
289.351
294.735
305.333




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

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



Parameters (Session):
par1 = Brutoschuld van de Belgische schatkist ; par2 = www.belgostat.be ; par3 = November 1992 tot oktober 2008 ;
Parameters (R input):
par1 = Brutoschuld van de Belgische schatkist ; par2 = www.belgostat.be ; par3 = November 1992 tot oktober 2008 ;
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')