Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationFri, 04 Aug 2017 15:43:06 +0200
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2017/Aug/04/t1501856273cclc3fnm741kghf.htm/, Retrieved Sat, 11 May 2024 11:03:39 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=306910, Retrieved Sat, 11 May 2024 11:03:39 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact124
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [stap 2 reeks b] [2017-08-04 13:43:06] [d9d1e371745129452d69402640252d41] [Current]
Feedback Forum

Post a new message
Dataseries X:
1544400
1487200
1573000
1258400
1630200
1601600
1716000
1773200
1973400
1716000
1630200
2030600
1716000
1287000
1515800
1144000
1601600
1315600
1744600
1573000
1658800
1859000
1830400
2173600
1573000
1315600
1458600
1058200
1515800
1172600
1658800
1573000
1401400
2002000
1801800
2059200
1544400
1430000
1287000
1058200
1401400
1258400
1716000
1658800
1430000
1916200
1773200
2288000
1830400
1115400
1115400
1115400
1315600
1315600
1773200
1630200
1458600
1830400
1687400
2431000
1916200
1115400
1172600
972400
1344200
1544400
1944800
1916200
1544400
1801800
1601600
2288000
1744600
1401400
1258400
943800
1401400
1687400
1973400
1859000
1372800
1973400
1544400
2373800
1973400
1430000
1315600
886600
1401400
1344200
2030600
2030600
1544400
2002000
1487200
2316600
1973400
1458600
1115400
772200
1515800
1458600
1916200
2202200
1630200
1830400
1372800
2373800




Summary of computational transaction
Raw Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R ServerBig Analytics Cloud Computing Center

\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input view raw input (R code)  \tabularnewline
Raw Outputview raw output of R engine  \tabularnewline
Computing time1 seconds \tabularnewline
R ServerBig Analytics Cloud Computing Center \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=306910&T=0

[TABLE]
[ROW]
Summary of computational transaction[/C][/ROW] [ROW]Raw Input[/C] view raw input (R code) [/C][/ROW] [ROW]Raw Output[/C]view raw output of R engine [/C][/ROW] [ROW]Computing time[/C]1 seconds[/C][/ROW] [ROW]R Server[/C]Big Analytics Cloud Computing Center[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=306910&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=306910&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 Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R ServerBig Analytics Cloud Computing Center



Parameters (Session):
Parameters (R input):
par1 = Aantal verkochte exemplaren van de Humo ; par2 = niet gekend ; par3 = Overzicht van het aantal verkochte exemplaren van Humo van jan ; par4 = 12 ;
R code (references can be found in the software module):
par4 <- '12'
par3 <- 'Overzicht van het aantal verkochte exemplaren van Humo van jan '06 - dec '14'
par2 <- 'niet gekend'
par1 <- 'Aantal verkochte exemplaren van de Humo'
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')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Summary Statistics of dataseries x',1,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,paste('
',RC.texteval('summary(x)'),'
',sep=''))
a<-table.row.end(a)
a<-table.end(a)
table.save(a,file='mytable1.tab')