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:11:37 -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/t125901433624aei41cbau1sa0.htm/, Retrieved Fri, 03 May 2024 13:25:45 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=58928, Retrieved Fri, 03 May 2024 13:25:45 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact108
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.3] [2009-11-23 22:11:37] [71c065898bd1c08eef04509b4bcee039] [Current]
Feedback Forum

Post a new message
Dataseries X:
100,00
94,97
107,50
124,27
107,06
79,71
163,41
144,83
166,82
154,26
132,60
157,51
104,02
106,03
113,23
117,64
113,34
66,62
185,99
174,57
208,19
163,81
162,46
148,16
113,41
105,63
111,79
132,36
110,75
67,37
178,29
156,38
189,71
152,80
150,80
160,40
127,25
108,47
117,09
147,25
116,19
75,83
181,94
179,12
183,15
197,90
155,42
162,54
125,90
105,50
121,11
137,51
97,20
69,74
152,58
146,59
161,16
152,84
121,95
140,12
Dataseries Y:
100,00
110,76
130,55
126,20
118,88
116,25
108,24
109,73
119,79
117,62
112,24
130,32
92,56
109,50
129,52
121,17
124,49
117,05
113,27
115,22
132,15
115,22
125,74
131,12
97,71
114,99
131,35
133,30
129,18
116,70
121,28
120,48
135,93
121,40
125,06
134,10
105,84
119,22
128,72
140,05
129,63
114,42
126,66
129,06
125,63
134,21
124,83
132,61
109,84
114,19
133,64
132,38
113,73
107,89
104,12
106,64
117,96
107,67
105,03
117,51




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

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