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 computationThu, 16 Dec 2010 15:20:30 +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/Dec/16/t1292512727yoisk8p1uyborbm.htm/, Retrieved Fri, 03 May 2024 13:24:33 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=111014, Retrieved Fri, 03 May 2024 13:24:33 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact172
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [Tijdreeks: Neerslag] [2010-12-16 15:20:30] [0605ea080d54454c99180f574351b8e4] [Current]
Feedback Forum

Post a new message
Dataseries X:
3,56
1,33
0,00
0,69
10,05
0,51
0,91
2,67
1,39
1,24
2,79
3,37
1,60
4,73
0,79
0,67
0,00
0,60
0,40
2,24
5,74
0,06
0,87
4,91
1,93
0,41
1,21
2,01
0,00
6,49
0,00
0,31
4,87
1,37
0,19
0,34
3,60
0,10
2,10
0,10
7,27
0,76
1,09
0,34
4,13
1,89
3,80
2,47
0,00
1,01
1,21
0,54
2,86
0,04
1,03
0,23
0,20
13,87
0,36
0,56
1,98
3,83
1,46
2,00
4,96
2,76
2,10
2,09
2,21
2,90
0,57
1,79
0,80
2,66
1,70
0,79
0,30
8,09
0,97
0,07
1,47
2,74
3,14
0,96
0,00
0,00
2,80
0,23
2,69
0,23
3,60
0,93
2,56
0,74
0,07
0,76
2,73
4,30
0,19
1,19
1,43
9,63
10,44
4,36




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=111014&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 dataseriesNeerslag
SourceMeteo België
Description
Number of observations104

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

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]Neerslag[/C][/ROW]
[ROW][C]Source[/C][C]Meteo België[/C][/ROW]
[ROW][C]Description[/C][C][/C][/ROW]
[ROW][C]Number of observations[/C][C]104[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=111014&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=111014&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 dataseriesNeerslag
SourceMeteo België
Description
Number of observations104



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