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 computationTue, 16 Dec 2008 10:21:03 -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/16/t1229448236q0i832sobpd2ujl.htm/, Retrieved Wed, 15 May 2024 11:56:42 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=34047, Retrieved Wed, 15 May 2024 11:56:42 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact167
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Central Tendency] [Paper: Central Te...] [2008-12-16 15:47:28] [9e54d1454d464f1bf9ee4a54d5d56945]
-    D  [Central Tendency] [Paper: Central Te...] [2008-12-16 15:59:22] [9e54d1454d464f1bf9ee4a54d5d56945]
-    D    [Central Tendency] [Paper: Central Te...] [2008-12-16 16:45:52] [9e54d1454d464f1bf9ee4a54d5d56945]
- RMPD      [Histogram] [Paper: histogram ...] [2008-12-16 17:12:52] [9e54d1454d464f1bf9ee4a54d5d56945]
- RMPD          [Back to Back Histogram] [Paper: Bihistogra...] [2008-12-16 17:21:03] [8da7502cfecb272886bc60b3f290b8b8] [Current]
-                 [Back to Back Histogram] [] [2008-12-22 22:11:19] [187876c4ad94aebda16017e4a72ae602]
Feedback Forum

Post a new message
Dataseries X:
11178.4
9516.4
12102.8
12989.0
11610.2
10205.5
11356.2
11307.1
12648.6
11947.2
11714.1
12192.5
11268.8
9097.4
12639.8
13040.1
11687.3
11191.7
11391.9
11793.1
13933.2
12778.1
11810.3
13698.4
11956.6
10723.8
13938.9
13979.8
13807.4
12973.9
12509.8
12934.1
14908.3
13772.1
13012.6
14049.9
11816.5
11593.2
14466.2
13615.9
14733.9
13880.7
13527.5
13584.0
16170.2
13260.6
14741.9
15486.5
13154.5
12621.2
15031.6
15452.4
15428
13105.9
14716.8
14180.0
16202.2
14392.4
15140.6
15960.1
14351.3
13230.2
15202.1
17157.3
16159.1
13405.7
17224.7
17338.4
17370.6
18817.8
16593.2
17979.5
17015.2
Dataseries Y:
1190.8
728.8
995.6
1260.3
994
957.3
975.6
884.9
908.4
1022.8
958.6
825.1
1116.6
724.2
1004.5
1058.9
854.7
943.4
792.4
873.2
1101.4
987.1
1038.8
1060.7
1047.7
840
1044
1097.4
987.5
934
977
881.1
1083.3
1074.7
1182.2
1117.5
1117.4
936.2
1246.3
1175.1
1177.7
1035.8
1091.6
998.7
1247.9
1034.7
1287.7
994.0
1122.8
1017.3
1106.0
1191.8
1030.1
989.4
979.6
1088.0
1389.2
1043.9
1182.1
1109.6
1463.3
1276.2
1082.4
1360.4
1130.2
1019.6
1077.0
958.8
959.6
907.2
880.8
759.6
1137.2




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

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



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