Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationTue, 27 Jan 2015 10:23:03 +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/2015/Jan/27/t142235440972xn97pv42dknt4.htm/, Retrieved Thu, 16 May 2024 16:59:23 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=276176, Retrieved Thu, 16 May 2024 16:59:23 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact134
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [Aanbod van Steenk...] [2015-01-27 10:23:03] [9fb880b65d31df281cc201e5682ad8c7] [Current]
Feedback Forum

Post a new message
Dataseries X:
1145
1057
1218
1146
1150
983
1013
960
925
1087
1063
1049
1153
972
1111
985
1005
820
976
982
960
842
1008
1086
1207
958
1040
800
886
906
892
908
1025
1108
1097
1074
981
920
1065
994
1021
864
864
837
920
1085
1048
1112
1080
1140
1159
1044
871
807
1110
1078
1079
1247
1136
1066
1073
976
1073
1144
1023
694
1052
1124
1104
1183
1320
1227




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=276176&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 dataseriesAanbod Steenkool in Nederland
Source
DescriptionHet Aanbod van steenkool die Nederland ter beschikking heeft gedurende 2008 en 2013
Number of observations72

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & Aanbod Steenkool in Nederland \tabularnewline
Source &  \tabularnewline
Description & Het Aanbod van steenkool die Nederland ter beschikking heeft gedurende 2008 en 2013 \tabularnewline
Number of observations & 72 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=276176&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]Aanbod Steenkool in Nederland[/C][/ROW]
[ROW][C]Source[/C][C][/C][/ROW]
[ROW][C]Description[/C][C]Het Aanbod van steenkool die Nederland ter beschikking heeft gedurende 2008 en 2013[/C][/ROW]
[ROW][C]Number of observations[/C][C]72[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=276176&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=276176&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 dataseriesAanbod Steenkool in Nederland
Source
DescriptionHet Aanbod van steenkool die Nederland ter beschikking heeft gedurende 2008 en 2013
Number of observations72



Parameters (Session):
par1 = Aanbod Steenkool in Nederland ; par3 = Het Aanbod van steenkool die Nederland ter beschikking heeft gedurende 2008 en 2013 ; par4 = 12 ;
Parameters (R input):
par1 = Aanbod Steenkool in Nederland ; par2 = ; par3 = Het Aanbod van steenkool die Nederland ter beschikking heeft gedurende 2008 en 2013 ; par4 = 12 ;
R code (references can be found in the software module):
par4 <- '12'
par3 <- 'Het Aanbod van steenkool die Nederland ter beschikking heeft gedurende 2008 en 2013'
par2 <- ''
par1 <- 'Aanbod Steenkool in Nederland'
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')