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, 10 Dec 2015 17:20:16 +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/Dec/10/t1449768034fb1uomllyvj293o.htm/, Retrieved Thu, 16 May 2024 15:55:45 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=285824, Retrieved Thu, 16 May 2024 15:55:45 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact107
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [] [2015-12-10 17:20:16] [30eae7c09eb039ed7d9b26159bd388f7] [Current]
Feedback Forum

Post a new message
Dataseries X:
88.52
90.15
88.63
88.32
88.51
88.53
88.35
88.4
88.41
88.47
88.46
89.28
89.11
90.74
89.49
88.62
89.09
89.14
89.45
89.33
89.44
89.54
89.52
90.48
90.04
91.93
91.25
89.27
90.57
90.79
90.83
90.76
91.29
91.48
91.63
92.63
91.7
93.86
92.45
92.03
92.71
93.15
92.98
92.73
93.29
93.2
93.34
93.95
93.43
95.67
94.02
93.51
94.6
94.27
94.05
94.1
94.51
94.53
94.2
93.58
94.94
96.24
95.77
94.41
95.09
95.37
95.17
95.05
95.33
95.42
95.95
96.12
96.94
98.73
98.03
97.42
98.39
98.77
98.46
98.3
98.25
98.33
98.61
98.99
98.8
100.26
100.85
98.87
99.81
100.44
100.07
99.8
99.77
99.9
100.58
100.86
101.05
101.3
101.45
101.13
101.38
101.03
100.79
100.84
101.17
101.36
101.14
101.24




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=285824&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'Gertrude Mary Cox' @ cox.wessa.net



Parameters (Session):
par1 = Prijsindex vrije tijd-recreatie '6-'14 ; par4 = 12 ;
Parameters (R input):
par1 = Prijsindex vrije tijd-recreatie ; par2 = ; par3 = ; par4 = 12 ;
R code (references can be found in the software module):
par4 <- '4'
par3 <- ''
par2 <- ''
par1 <- 'Prijsindex vrije tijd-recreatie '6-'14'
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')