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 computationSun, 18 Nov 2012 10:27:53 -0500
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2012/Nov/18/t1353252660vf2t835opit2uiw.htm/, Retrieved Mon, 29 Apr 2024 22:03:09 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=190209, Retrieved Mon, 29 Apr 2024 22:03:09 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact107
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Back to Back Histogram] [] [2012-11-18 15:27:53] [bdee33f3d7ceb254f97215ce68b6a08e] [Current]
Feedback Forum

Post a new message
Dataseries X:
14
18
11
12
16
18
14
14
15
15
17
19
10
16
18
14
14
17
14
16
18
11
14
12
17
9
16
14
15
11
16
13
17
15
14
16
9
15
17
13
15
16
16
12
12
11
15
15
17
13
16
14
11
12
12
15
16
15
12
12
8
13
11
14
15
10
11
12
15
15
14
16
15
15
13
12
17
13
15
13
15
16
15
16
15
14
15
14
13
7
17
13
15
14
13
16
12
14
17
15
17
12
16
11
15
9
16
15
10
10
15
11
13
14
18
16
14
14
14
14
12
14
15
15
15
13
17
17
19
15
13
9
15
15
15
16
11
14
11
15
13
15
16
14
15
16
16
11
12
9
16
13
16
12
9
13
13
14
19
13
12
13
Dataseries Y:
12
11
14
12
21
12
22
11
10
13
10
8
15
14
10
14
14
11
10
13
7
14
12
14
11
9
11
15
14
13
9
15
10
11
13
8
20
12
10
10
9
14
8
14
11
13
9
11
15
11
10
14
18
14
11
12
13
9
10
15
20
12
12
14
13
11
17
12
13
14
13
15
13
10
11
19
13
17
13
9
11
10
9
12
12
13
13
12
15
22
13
15
13
15
10
11
16
11
11
10
10
16
12
11
16
19
11
16
15
24
14
15
11
15
12
10
14
13
9
15
15
14
11
8
11
11
8
10
11
13
11
20
10
15
12
14
23
14
16
11
12
10
14
12
12
11
12
13
11
19
12
17
9
12
19
18
15
14
11
9
18
16




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time2 seconds
R Server'George Udny Yule' @ yule.wessa.net

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

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



Parameters (Session):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = Hapiness ; par5 = Depression ;
Parameters (R input):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = Hapiness ; par5 = Depression ;
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()