Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_backtobackhist.wasp
Title produced by softwareBack to Back Histogram
Date of computationSun, 21 Dec 2008 04:24:28 -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/2008/Dec/21/t12298586974pkbi08qiieai5o.htm/, Retrieved Sun, 19 May 2024 09:20:47 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=35504, Retrieved Sun, 19 May 2024 09:20:47 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact149
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Back to Back Histogram] [Back-to-Back hist...] [2008-12-21 11:24:28] [d41d8cd98f00b204e9800998ecf8427e] [Current]
Feedback Forum

Post a new message
Dataseries X:
178.2
187.2
229.9
243
267.2
270.3
251.2
251.9
256.7
251.3
227.1
211.9
195.8
190.8
185.9
169.9
169.9
168.7
159.5
156
160.7
161.6
156.6
155.4
151.8
141.2
133.6
133.9
138.4
134.7
138.4
136
135
137.3
135.2
127.4
122.1
122
120.8
124.9
131
132.5
129.3
128.1
132.9
120.1
115.5
116.6
112.3
108.5
111.5
113.6
125
134.7
139.4
142.9
141.7
131.7
128.8
121.4
118.4
Dataseries Y:
171,4
192
231,2
250,8
268,4
266,9
268,5
268,2
265,3
253,8
243,4
213,6
221
227,3
221,6
222,1
232,2
229,6
238,9
238,2
223,9
215
211,1
210,6
206,6
207
201,7
204,5
204,5
195,1
205,5
187,5
173,5
172,3
167,5
157,5
151,1
148,5
147,9
145,6
139,8
138,9
141,4
148,7
150,9
147,3
144,5
134
135,1
131,4
128,4
127,6
127,4
124
123,5
128
129,9
127,6
121,8
114,1
111,4





Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'George Udny Yule' @ 72.249.76.132

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

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



Parameters (Session):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = Levensmiddelen ; par5 = Industriële grondstoffen ;
Parameters (R input):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = Levensmiddelen ; par5 = Industriële grondstoffen ;
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()