Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_backtobackhist.wasp
Title produced by softwareBack to Back Histogram
Date of computationMon, 20 Oct 2008 16:26:51 -0600
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2008/Oct/21/t1224541657eloe6du61fg2bd4.htm/, Retrieved Sun, 19 May 2024 21:32:57 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=18263, Retrieved Sun, 19 May 2024 21:32:57 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact196
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Back to Back Histogram] [Investigating Ass...] [2007-10-22 21:58:05] [b9964c45117f7aac638ab9056d451faa]
-   PD  [Back to Back Histogram] [Muscadet btb rode...] [2008-10-20 22:17:45] [c29178f7f550574a75dc881e636e0923]
-    D      [Back to Back Histogram] [porto btb vermout...] [2008-10-20 22:26:51] [3efbb18563b4564408d69b3c9a8e9a6e] [Current]
Feedback Forum

Post a new message
Dataseries X:
107,31
107,42
107,51
107,09
107,42
107,58
108,65
108,47
108,38
107,96
107,67
106,09
107,83
107,82
107,88
107,91
107,98
107,58
107,7
107,97
109,13
108,92
109,17
108,39
109,32
109,48
109,55
109,31
109,05
109,26
109,14
109,76
110,7
110,14
111,47
110,89
110,45
110,2
110,23
112,3
112,77
112,95
112,67
112,68
112,33
111,95
111,66
110,65
111,9
113,7
113,53
113,73
114,85
113,48
113,13
112,45
110,77
110,01
109,41
107,01
Dataseries Y:
110,42
110,26
110,16
110,38
111
111,4
111,58
111
109,93
110,17
110,02
108,89
109,68
109,82
109,79
109,55
109,46
109,98
110,65
111,56
113,23
114,05
114,15
113,74
114,27
114,41
114,31
114,36
114,07
114,71
115,48
116,27
117,27
117,07
116,46
115,66
116,1
116,78
116,11
119,17
120,76
121,07
122,07
123,22
122,75
123,12
123,22
122,92
124,3
126,54
127,53
127,37
127,47
128,19
127,94
127,46
127,53
127,26
126,5
124,53




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time2 seconds
R Server'Sir Ronald Aylmer Fisher' @ 193.190.124.24

\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 & 2 seconds \tabularnewline
R Server & 'Sir Ronald Aylmer Fisher' @ 193.190.124.24 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=18263&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]2 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Sir Ronald Aylmer Fisher' @ 193.190.124.24[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=18263&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=18263&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 time2 seconds
R Server'Sir Ronald Aylmer Fisher' @ 193.190.124.24



Parameters (Session):
par1 = 0.01 ; par2 = 0.99 ; par3 = 0.005 ;
Parameters (R input):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = porto ; par5 = vermout ;
R code (references can be found in the software module):
if (par3 == 'TRUE') par3 <- TRUE
if (par3 == 'FALSE') par3 <- FALSE
library(Hmisc)
z <- data.frame(cbind(x,y))
names(z) <- list(par4,par5)
bitmap(file='plot.png')
out <- histbackback(z, probability=par3, main = main, ylab = ylab)
barplot(-out$left, col=par1, horiz=TRUE, space=0, add=TRUE, axes=FALSE)
barplot(out$right, col=par2, horiz=TRUE, space=0, add=TRUE, axes=FALSE)
dev.off()