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:16:26 +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/t1422353864wqp0z6koa0uyfhp.htm/, Retrieved Thu, 16 May 2024 08:23:23 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=276175, Retrieved Thu, 16 May 2024 08:23:23 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact153
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [] [2015-01-27 10:16:26] [09743efd8c85782f9ae22fefb9801b71] [Current]
- RMPD    [Histogram] [histogram: gem. c...] [2015-02-02 18:39:43] [f602dc71678d7d788d1731dcf9ad41dc]
- RMPD    [Histogram] [histogram: gem. c...] [2015-02-02 18:42:06] [f602dc71678d7d788d1731dcf9ad41dc]
- RMPD    [Kernel Density Estimation] [dichtheidsgrafiek...] [2015-02-02 18:46:31] [f602dc71678d7d788d1731dcf9ad41dc]
Feedback Forum

Post a new message
Dataseries X:
551,91
551,46
550,12
549,95
548,01
548,92
548,92
549,06
547,07
546,5
544,95
544,23
544,23
541,6
541,37
540,43
540,47
540,52
540,52
539,7
540,89
540,51
537,43
538,14
538,14
537,74
540,33
540,02
539,21
539,84
539,84
537,3
536,27
536,75
536,21
536,99
536,99
536,57
536,91
536,97
540,45
542,42
542,42
542,98
540,19
537,16
537,35
537,03
537,03
536,27
534,71
537,12
537,07
537,33
537,33
538,79
539,24
537,17
536,46
532,3
532,3
532,89
533,47
532,54
533,8
534,15
534,15
534,15
534,28
535,63
534,21
533,78
533,78
534,55
536,93
536,09
533,91
533,99
533,99
533,76
532,5
529,5
528,62
528,7
521,27
521,19
519,43
516,81
516,78
515,45
516,22
517,01
518,19
516,79
516,87
514,1




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=276175&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 dataseriesvitro keramische kookplaten
Source
Description
Number of observations96

\begin{tabular}{lllllllll}
\hline
Univariate Dataseries \tabularnewline
Name of dataseries & vitro keramische kookplaten \tabularnewline
Source &  \tabularnewline
Description &  \tabularnewline
Number of observations & 96 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=276175&T=1

[TABLE]
[ROW][C]Univariate Dataseries[/C][/ROW]
[ROW][C]Name of dataseries[/C][C]vitro keramische kookplaten[/C][/ROW]
[ROW][C]Source[/C][C][/C][/ROW]
[ROW][C]Description[/C][C][/C][/ROW]
[ROW][C]Number of observations[/C][C]96[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=276175&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=276175&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 dataseriesvitro keramische kookplaten
Source
Description
Number of observations96



Parameters (Session):
par1 = vitro keramische kookplaten ; par4 = 12 ;
Parameters (R input):
par1 = vitro keramische kookplaten ; par2 = ; par3 = ; par4 = 12 ;
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')