Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_univariatedataseries.wasp
Title produced by softwareUnivariate Data Series
Date of computationMon, 16 Sep 2013 11:09:56 -0400
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2013/Sep/16/t1379344209m667l67u3t68l80.htm/, Retrieved Tue, 30 Apr 2024 00:39:00 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=211413, Retrieved Tue, 30 Apr 2024 00:39:00 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact148
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Univariate Data Series] [] [2013-09-16 15:09:56] [edf84888c7447b9af382ed711d9803fc] [Current]
- R PD    [Univariate Data Series] [] [2013-09-16 15:15:23] [14940b3acdb362d975a3925771725f1c]
-   P       [Univariate Data Series] [] [2013-09-19 07:35:21] [74be16979710d4c4e7c6647856088456]
-   P       [Univariate Data Series] [] [2013-09-20 20:14:48] [74be16979710d4c4e7c6647856088456]
-  MP       [Univariate Data Series] [] [2013-09-23 09:34:23] [14940b3acdb362d975a3925771725f1c]
- RMP         [Histogram] [] [2014-01-12 08:43:14] [bc3b96987d5d985d411360ed2ed90621]
- RMP       [Kernel Density Estimation] [] [2013-09-23 09:38:27] [14940b3acdb362d975a3925771725f1c]
- R  D        [Kernel Density Estimation] [] [2013-09-30 06:46:34] [14940b3acdb362d975a3925771725f1c]
- R PD      [Univariate Data Series] [] [2013-09-23 09:43:28] [14940b3acdb362d975a3925771725f1c]
- RMP       [Histogram] [] [2013-09-23 09:44:56] [14940b3acdb362d975a3925771725f1c]
- R P         [Histogram] [] [2013-12-18 13:23:04] [4b6a687aec502bb33141e331fc39ed14]
- R P         [Histogram] [] [2013-12-18 13:24:44] [4b6a687aec502bb33141e331fc39ed14]
- RMP       [Kernel Density Estimation] [] [2013-09-23 09:46:37] [14940b3acdb362d975a3925771725f1c]
Feedback Forum

Post a new message
Dataseries X:
Lederen laarzen
107,2
107,56
107,72
108,14
108,16
108,16
108,16
108,1
108,95
110,49
110,72
110,82
110,82
110,75
110,71
110,86
110,84
110,84
110,84
110,92
111,46
112,46
113,04
113,15
113,15
113,21
113,37
113,47
113,71
113,71
113,71
113,8
115,46
117
117,94
118,08
118,08
118,47
118,49
118,45
118,54
118,55
118,55
118,55
119,04
121,37
122
122,14
122,14
122,03
121,91
122,23
121,73
121,83
121,83
122,49
123,02
125,98
126,13
126,39
126,39
126,57
126,87
127,26
126,82
126,7
126,7
126,7
128,53
130,37
130,39
130,65
130,65
130,65
130,85
130,89
130,85
131,6
131,6
131,6
132,53
133,05
133,49
133,46




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=211413&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 = Gemiddelde consumptieprijzen per product: lederen laarzen ; par3 = Gemiddelde consumptieprijzen per product: lederen laarzen ; par4 = 12 ;
Parameters (R input):
par1 = Gemiddelde consumptieprijzen per product: lederen laarzen ; par2 = ; par3 = Gemiddelde consumptieprijzen per product: lederen laarzen ; 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')