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:27:20 -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/t1229858861cdc09u6bl7vmwc3.htm/, Retrieved Fri, 17 May 2024 03:21:17 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=35506, Retrieved Fri, 17 May 2024 03:21:17 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact163
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:27:20] [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:
199,4
263
365,9
417,9
483,9
474,3
441,2
388,5
368,2
340,9
322,8
317,2
323,4
289,6
269,2
248,5
258,8
240,9
228,2
228,5
213,3
203
188,9
214,2
203,1
201,2
215,4
248,8
251,5
237,8
239
237,8
214,1
209,4
215,7
196
190,5
201,5
214,3
215,4
199,3
192
172,4
181,3
180,9
158,5
154,4
142
153,2
167,3
150,6
152,1
140,3
134
137,6
125,1
123,1
113,8
113,8
107,9
104






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

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