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 computationSun, 18 Dec 2011 08:06:11 -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/2011/Dec/18/t1324213748b79xexxo6ra5u1k.htm/, Retrieved Sun, 05 May 2024 11:48:53 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=156821, Retrieved Sun, 05 May 2024 11:48:53 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact110
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Central Tendency] [SHW_WS3_Yt=c+Xt] [2009-10-16 08:10:06] [8b1aef4e7013bd33fbc2a5833375c5f5]
-  M D  [Central Tendency] [paper univariate] [2010-12-04 09:51:15] [814f53995537cd15c528d8efbf1cf544]
- RMPD      [Univariate Data Series] [Aantal seconden i...] [2011-12-18 13:06:11] [274a40ad31da88f12aea425a159a1f93] [Current]
Feedback Forum

Post a new message
Dataseries X:
272545
179444
222373
218443
167843
70849
506574
33186
216660
213274
307153
237633
166215
364402
244103
384448
325587
323652
176082
266736
278265
442703
180393
189897
234247
238002
267268
270787
155915
342564
282172
216584
318563
98672
391593
273950
425120
227636
115658
349863
324178
178083
195153
177694
153778
455168
78800
208051
348077
175523
224591
24188
372238
65029
101097
279012
317644
340471
358958
252529
377482
304468
270190
264889
228595
216027
198798
238146
234891
175816
239314
73566
242622
187167
209049
360592
342846
207650
206500
182357
153613
456979
145943
280366
80953
150216
167878
369718
322454
179797
264350
262793
189142
275997
328875
189252
222504
287386
389104
397681
287748
294320
186856
43287
185468
235352
268077
305195
143356
154287
307000
298039
23623
195817
61857
163766
414506
21054
252805
31961
317367
240153
175083
152043
38214
216299
357602
198104
410803
316105
397297
187992
102424
286327
409878
143860
391854
157429
258751
282399
217665
367246
239072
173260
323545
168994
253330
301703
1
14688
98
455
0
0
246435
384136
0
203
7199
46660
17547
116678
969
206501




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=156821&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 dataseries
Source
Description
Number of observations164

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries &  \tabularnewline
Source &  \tabularnewline
Description &  \tabularnewline
Number of observations & 164 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=156821&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C][/C][/ROW]
[ROW][C]Source[/C][C][/C][/ROW]
[ROW][C]Description[/C][C][/C][/ROW]
[ROW][C]Number of observations[/C][C]164[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=156821&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=156821&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 dataseries
Source
Description
Number of observations164



Parameters (Session):
par4 = No season ;
Parameters (R input):
par1 = ; par2 = ; par3 = ; par4 = No season ;
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')