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 computationWed, 11 Nov 2009 13:40:38 -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/11/t1257972111rkftljaqlhpw8tt.htm/, Retrieved Fri, 29 Mar 2024 05:25:02 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=55839, Retrieved Fri, 29 Mar 2024 05:25:02 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywordsRob_WS6_B2B
Estimated Impact138
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] [] [2009-11-11 20:40:38] [9002751dd674b8c934bf183fdf4510e9] [Current]
Feedback Forum

Post a new message
Dataseries X:
100,30
101,90
102,10
103,20
103,70
106,20
107,70
109,90
111,70
114,90
116,00
118,30
120,40
126,00
128,10
130,10
130,80
133,60
134,20
135,50
136,20
139,10
139,00
139,60
138,70
140,90
141,30
141,80
142,00
144,50
144,60
145,50
146,80
149,50
149,90
150,10
150,90
152,80
153,10
154,00
154,90
156,90
158,40
159,70
160,20
163,20
163,70
164,40
163,70
165,50
165,60
166,80
167,50
170,60
170,90
172,00
171,80
173,90
174,00
173,80
173,90
176,00
176,60
178,20
179,20
181,30
181,80
182,90
183,80
186,30
187,40
189,20
189,70
191,90
192,60
193,70
194,20
197,60
199,30
201,40
203,00
206,30
207,10
209,80
211,10
215,30
217,40
215,50
210,90
212,60
Dataseries Y:
100,00
102,83
109,50
115,91
107,94
110,86
118,89
123,38
113,33
116,38
122,04
125,47
115,62
117,91
122,40
125,05
114,18
114,74
120,63
123,68
112,84
115,64
122,32
124,59
116,33
117,45
125,64
128,38
119,87
121,22
128,98
131,35
121,35
123,72
131,06
134,55
125,93
128,90
136,19
140,34
130,48
134,68
141,05
145,44
136,21
139,85
147,13
151,44
143,62
148,55
153,54
159,79
152,55
155,84
160,38
164,22
156,40
160,05
165,60
171,15
161,90
167,21
171,34
176,83
166,27
172,30
176,71
182,99
172,07
178,17
182,20
188,49
176,88
182,13
185,32
192,86
180,27
184,92
187,82
194,94
184,36
188,80
193,42
199,76
188,78
191,49
194,87
198,28
183,24
204,87




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time2 seconds
R Server'RServer@AstonUniversity' @ vre.aston.ac.uk

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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=55839&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'RServer@AstonUniversity' @ vre.aston.ac.uk



Parameters (Session):
par1 = blue ; par2 = red ; par3 = TRUE ; par4 = RP ; par5 = FCE ;
Parameters (R input):
par1 = blue ; par2 = red ; par3 = TRUE ; par4 = RP ; par5 = FCE ;
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()