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 computationFri, 13 Nov 2009 08:30:41 -0700
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2009/Nov/13/t1258126263yel4424xkjrosgl.htm/, Retrieved Sun, 05 May 2024 15:10:17 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=56819, Retrieved Sun, 05 May 2024 15:10:17 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact103
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Back to Back Histogram] [3/11/2009] [2009-11-02 21:58:53] [b98453cac15ba1066b407e146608df68]
- R PD  [Back to Back Histogram] [Back-to-back hist...] [2009-11-13 14:33:46] [8f79fe502d085bc4aad43092067387d5]
-   PD      [Back to Back Histogram] [] [2009-11-13 15:30:41] [d1856923bab8a0db5ebd860815c7444f] [Current]
Feedback Forum

Post a new message
Dataseries X:
2.67
2.72
2.84
3
3.08
3.21
3.44
3.74
4.08
4.79
5.44
6.02
6.01
5.85
5.93
5.85
5.74
5.75
5.78
5.62
5.67
5.89
5.67
5.64
5.64
5.64
5.54
5.52
5.28
5.25
5.23
5.09
5
5.02
4.8
4.71
4.51
4.51
4.42
4.4
4.25
4.18
4.09
3.97
3.89
4.02
3.81
3.67
3.68
3.66
3.66
3.65
3.67
3.66
3.7
3.77
3.74
3.8
3.79
3.75
Dataseries Y:
1.74
1.75
1.83
2.09
2.12
2.29
2.4
2.82
3.18
4
4.8
5.28
5.37
5.27
5.33
5.23
5.08
5.11
5.1
4.97
5
5.2
4.9
4.82
5.04
4.82
4.77
4.79
4.58
4.59
4.57
4.35
4.27
4.39
3.97
3.84
3.73
3.58
3.45
3.44
3.25
3.25
3.02
2.87
2.92
2.95
2.75
2.7
2.75
2.72
2.71
2.76
2.68
2.78
2.86
2.75
2.87
2.91
2.79
2.77




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135

\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' @ 72.249.127.135 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=56819&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' @ 72.249.127.135[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=56819&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=56819&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' @ 72.249.127.135



Parameters (Session):
par1 = 0 ; par2 = 36 ;
Parameters (R input):
par1 = red ; par2 = blue ; par3 = TRUE ; par4 = Rente leningen aan venn <1mio ; par5 = Rente leningen aan venn ;
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()