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 Dec 2011 03:58:48 -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/2011/Dec/18/t1324198744yse3delfc451nek.htm/, Retrieved Sun, 05 May 2024 09:56:04 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=156624, Retrieved Sun, 05 May 2024 09:56:04 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact112
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
F     [Pearson Correlation] [Screen dimensions] [2010-09-25 10:10:17] [b98453cac15ba1066b407e146608df68]
- RMPD    [Back to Back Histogram] [] [2011-12-18 08:58:48] [a23917169fba894c1fbb2182d294ed58] [Current]
Feedback Forum

Post a new message
Dataseries X:
26
20
19
20
25
22
26
22
19
24
26
13
22
21
7
17
25
25
19
23
22
21
18
22
18
23
20
15
21
18
19
22
16
18
20
24
24
18
21
17
22
16
21
24
24
16
16
18
20
24
17
19
20
15
22
23
16
19
19
21
24
22
18
24
24
22
23
22
20
18
25
16
20
15
19
19
16
17
28
25
20
16
23
21
23
18
20
9
25
20
21
22
27
18
16
22
20
20
Dataseries Y:
19
25
17
22
21
26
20
14
23
20
22
15
20
22
20
28
25
26
17
23
13
24
14
22
23
22
24
21
23
22
21
26
15
25
17
25
27
25
19
26
20
20
18
18
19
23
17
23
23
11
18
24
16
24
24
21
25
22
21
24
24
21
18




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Gertrude Mary Cox' @ cox.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 & 0 seconds \tabularnewline
R Server & 'Gertrude Mary Cox' @ cox.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=156624&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]0 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Gertrude Mary Cox' @ cox.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=156624&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=156624&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 time0 seconds
R Server'Gertrude Mary Cox' @ cox.wessa.net



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