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 computationTue, 20 Oct 2009 01:56:17 -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/2009/Oct/20/t1256025670r7mt6or03lwzfak.htm/, Retrieved Fri, 03 May 2024 02:07:34 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=48428, Retrieved Fri, 03 May 2024 02:07:34 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywordsshws2
Estimated Impact83
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [dit is mijn berek...] [2009-10-20 07:56:17] [d904c6aa144b8c40108ebe5ec22fe1a0] [Current]
Feedback Forum

Post a new message
Dataseries X:
30546
28335
26092
25309
23587
22776
34216
43120
36500
32188
28504
27994
27948
26563
25728
25450
23860
24165
37242
44523
42787
39047
33953
33828
32963
31460
30451
28985
27591
28324
46773
51961
48307
43831
40340
39892
39003
36227
34220
33066
31385
33854
53418
58128
53667
48083
43398
43175
42360
40683
38031
35694
33705
35148
53372
58260
53518
47790
42691
41523
39425
37346
35981
34160
32229
33591
51566
55747
50507
45807
40467
39507
34123
34060
31377
31749
30079
31015
45675
47126
43093
34387
30027
28475
28155
25510
23417
21841
20358
22337
37079
38287
31061
26495
23406
23885
22943
21413
20631
19775
17506
20688
32631
34062
29159
25871
23719
25638
27596
28006
27662
26655
25213
28434
40388
42758
37956




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

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







Univariate Dataseries
Name of dataseriesmijn tijdreeks
Sourcebelgostat
Descriptiondit is mijn beschrijving
Number of observations117

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & mijn tijdreeks \tabularnewline
Source & belgostat \tabularnewline
Description & dit is mijn beschrijving \tabularnewline
Number of observations & 117 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=48428&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]mijn tijdreeks[/C][/ROW]
[ROW][C]Source[/C][C]belgostat[/C][/ROW]
[ROW][C]Description[/C][C]dit is mijn beschrijving[/C][/ROW]
[ROW][C]Number of observations[/C][C]117[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=48428&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=48428&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 dataseriesmijn tijdreeks
Sourcebelgostat
Descriptiondit is mijn beschrijving
Number of observations117



Parameters (Session):
par1 = mijn tijdreeks ; par2 = belgostat ; par3 = dit is mijn beschrijving ;
Parameters (R input):
par1 = mijn tijdreeks ; par2 = belgostat ; par3 = dit is mijn beschrijving ;
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')