Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationThu, 27 Feb 2014 11:42:14 -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/2014/Feb/27/t13935193490unionr9qmx6s6q.htm/, Retrieved Thu, 16 May 2024 21:03:13 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=234085, Retrieved Thu, 16 May 2024 21:03:13 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact127
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [] [2014-02-27 16:42:14] [c97636ecf0aef6cf672ffb6fe15d6b60] [Current]
Feedback Forum

Post a new message
Dataseries X:
254	232	273	340	339	394	455	321	556	557	679
200	143	182	151	139	209	345	206	193	279	428
165	161	188	240	186	248	311	160	221	399	394
123	159	162	235	155	254	346	217	278	364	352
162	243	140	174	153	202	310	204	230	306	387
145	192	186	309	222	258	297	246	253	471	590
145	157	178	174	102	215	300	234	240	293	177
161	143	236	207	107	309	274	175	252	333	199
155	221	202	209	188	240	292	364	228	316	203
173	227	184	171	162	258	304	328	306	329	255
160	132	119	117	185	276	186	158	206	265	261
47	41	16	10	24	48	14	40	48	61	115




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Herman Ole Andreas Wold' @ wold.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 & 0 seconds \tabularnewline
R Server & 'Herman Ole Andreas Wold' @ wold.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=234085&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]0 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Herman Ole Andreas Wold' @ wold.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=234085&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=234085&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 time0 seconds
R Server'Herman Ole Andreas Wold' @ wold.wessa.net



Parameters (Session):
par1 = Verkoop mini coopers Nederland ; par2 = https://automated.biganalytics.eu/rwasp_univariatedataseries.wasp?utag=eline.cornelis@student.kdg.be.kdg&protag=KDG_HB.BBM.14184 ; par4 = 12 ;
Parameters (R input):
par1 = Verkoop mini coopers Nederland ; par2 = https://automated.biganalytics.eu/rwasp_univariatedataseries.wasp?utag=eline.cornelis@student.kdg.be.kdg&protag=KDG_HB.BBM.14184 ; par3 = ; par4 = 12 ;
R code (references can be found in the software module):
par4 <- '12'
par3 <- ''
par2 <- 'https://automated.biganalytics.eu/rwasp_univariatedataseries.wasp?utag=eline.cornelis@student.kdg.be.kdg&protag=KDG_HB.BBM.14184'
par1 <- 'Verkoop mini coopers 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')