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 07:25:51 -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/t1258122407vnfuyb6yzs0izzi.htm/, Retrieved Sat, 04 May 2024 00:00:35 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=56690, Retrieved Sat, 04 May 2024 00:00:35 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact161
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Notched Boxplots] [3/11/2009] [2009-11-02 21:10:41] [b98453cac15ba1066b407e146608df68]
-    D  [Notched Boxplots] [] [2009-11-09 10:28:17] [023d83ebdf42a2acf423907b4076e8a1]
- RMPD    [Back to Back Histogram] [W6 Back to Back H...] [2009-11-13 14:18:17] [d31db4f83c6a129f6d3e47077769e868]
-   PD        [Back to Back Histogram] [W6, Back to Back ...] [2009-11-13 14:25:51] [852eae237d08746109043531619a60c9] [Current]
- RMPD          [Kendall tau Correlation Matrix] [W6. Kendall tau c...] [2009-11-13 14:31:34] [d31db4f83c6a129f6d3e47077769e868]
Feedback Forum

Post a new message
Dataseries X:
105.9
117.6
113.6
115.9
118.9
77.6
81.2
123.1
136.6
112.1
95.1
96.3
105.7
115
105.7
105.7
111.1
82.4
60
107.3
99.3
113.5
108.9
100.2
103.9
138.7
120.2
100.2
143.2
70.9
85.2
133
136.6
117.9
106.3
122.3
125.5
148.4
126.3
99.6
140.4
80.3
92.6
138.5
110.9
119.6
105
109
129.4
148.6
101.4
134.8
143.7
81.6
90.3
141.5
140.7
140.2
100.2
125.7
119.6
134.7
109
116.3
146.9
97.4
89.4
132.1
139.8
129
112.5
121.9
121.7
123.1
131.6
119.3
132.5
98.3
85.1
131.7
129.3
90.7
78.6
68.9
79.1
Dataseries Y:
107.25
105.80
102.90
100.00
98.55
108.70
110.14
113.04
115.94
117.39
118.84
120.29
118.84
115.94
114.49
110.14
110.14
120.29
121.74
121.74
121.74
121.74
124.64
128.99
127.54
120.29
108.70
104.35
107.25
127.54
134.78
134.78
126.09
118.84
120.29
123.19
124.64
123.19
118.84
117.39
114.49
124.64
126.09
126.09
123.19
121.74
123.19
126.09
126.09
124.64
123.19
120.29
115.94
118.84
117.39
117.39
115.94
114.49
114.49
115.94
115.94
114.49
115.94
111.59
104.35
108.70
105.80
101.45
101.45
101.45
104.35
105.80
102.90
98.55
92.75
88.41
94.20
111.59
114.49
108.70
100.00
95.65
100.00
111.59
115.94




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=56690&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 = grey ; par2 = grey ; par3 = TRUE ; par4 = productie personenwagens ; par5 = bruto werkloosheid ;
Parameters (R input):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = productie personenwagens ; par5 = bruto werkloosheid ;
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()