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, 23 Nov 2009 15:09:34 -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/23/t1259014229ok82id1w0ofvedi.htm/, Retrieved Fri, 03 May 2024 06:16:18 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=58925, Retrieved Fri, 03 May 2024 06:16:18 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact112
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]
-   PD    [Back to Back Histogram] [WS 6.2] [2009-11-23 22:09:34] [71c065898bd1c08eef04509b4bcee039] [Current]
Feedback Forum

Post a new message
Dataseries X:
100,00
105,26
106,58
101,32
98,68
100,00
102,63
102,63
102,63
98,68
98,68
93,42
98,68
98,68
100,00
101,32
101,32
103,95
106,58
107,89
107,89
107,89
103,95
96,05
90,79
86,84
88,16
90,79
92,11
93,42
94,74
93,42
90,79
92,11
89,47
84,21
88,16
86,84
84,21
82,89
81,58
85,53
89,47
89,47
84,21
80,26
76,32
80,26
94,74
96,05
90,79
80,26
76,32
81,58
93,42
101,32
103,95
101,32
97,37
98,68
Dataseries Y:
100,00
106,73
104,81
96,15
88,46
88,46
91,35
92,31
91,35
87,50
85,58
86,54
97,12
99,04
98,08
92,31
88,46
89,42
90,38
90,38
88,46
86,54
86,54
86,54
94,23
96,15
94,23
89,42
86,54
86,54
87,50
87,50
87,50
88,46
84,62
79,81
80,77
77,88
74,04
75,96
75,96
76,92
75,96
73,08
68,27
65,38
62,50
66,35
78,85
83,65
79,81
75,96
72,12
75,00
79,81
80,77
78,85
74,04
69,23
70,19




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=58925&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 = red ; par2 = blue ; par3 = TRUE ; par4 = Wm ; par5 = Wv ;
Parameters (R input):
par1 = red ; par2 = blue ; par3 = TRUE ; par4 = Wm ; par5 = Wv ;
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()