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 computationMon, 09 Nov 2009 04:25:54 -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/2009/Nov/09/t1257766063x1mn5ls533v0mwa.htm/, Retrieved Thu, 28 Mar 2024 19:53:43 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=54739, Retrieved Thu, 28 Mar 2024 19:53:43 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact191
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Back to Back Histogram] [3/11/2009] [2009-11-02 21:58:53] [b98453cac15ba1066b407e146608df68]
-   PD    [Back to Back Histogram] [WS 6 back to back] [2009-11-09 11:25:54] [51118f1042b56b16d340924f16263174] [Current]
Feedback Forum

Post a new message
Dataseries X:
1393.2
1108.1
1074.8
1323.5
1367
1190.7
1149.2
1281.9
1406.8
1392.4
1674.5
1529.8
1180.9
1282.8
1524.2
1524.6
1520.1
1881.9
1375.2
1336.5
1653.9
1404.3
1731.4
1330.8
1616.3
1503.7
1476.7
1565.6
1581.8
1407.7
1393.7
1662.4
1929
1352.8
1339.8
1251.2
1491.7
1540.7
1383.7
1827.5
1591.3
1289.2
1292
1368.3
1268.7
1454.4
1252.4
1305.4
1274.9
1089.8
1601.5
1418.9
1208.8
1145.7
1129.1
1073.6
1223.3
1135.5
1091.2
1116.3
Dataseries Y:
1076.7
1035.9
1037
1154
1237.2
996.6
1238.2
1153.4
1268.1
1156
1144.5
1232.9
1055.2
1109.7
1079.8
1126.3
1196.8
1130.4
1183.6
1200.9
1426.6
1080.4
1325.4
1230
1125.9
1174.5
1151.9
1439.3
1344.3
1319.1
1257.6
1249.1
1397.1
1348
1548.2
1377.6
1402.9
1167.6
1392.9
1547
1420
1266.4
1280.8
1128.6
1449.5
1511.7
1548.3
1652
1650.5
1370.8
1653.3
1474.3
1418.8
1554.1
1156.6
1223.4
1337.5
1098.9
1037.6
1202.5




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

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