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 computationWed, 10 Dec 2008 06:53:09 -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/10/t1228917360zzvw4zhpjmelkb8.htm/, Retrieved Fri, 17 May 2024 01:42:02 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=31957, Retrieved Fri, 17 May 2024 01:42:02 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact154
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Back to Back Histogram] [B2B Histogram] [2008-12-10 13:53:09] [5f3e73ccf1ddc75508eed47fa51813d3] [Current]
Feedback Forum

Post a new message
Dataseries X:
632
1270
1211
1469
2570
2765
2487
3644
2501
1629
987
1100
690
1378
1376
1736
2800
2671
2508
3590
2691
1629
1020
1224
787
1424
1232
2021
2782
2682
3284
3194
2736
1701
1089
1240
799
1163
1180
1960
2914
2658
3254
3222
2987
1604
1032
1283
774
1109
1453
1849
2800
3310
3060
3422
3448
1670
1022
1391
767
1172
1498
1623
2646
3439
Dataseries Y:
357
600
667
839
1295
1956
1584
2243
1582
954
645
655
405
554
702
869
1364
1716
1625
2114
1556
1012
596
677
470
679
629
1068
1377
1660
1930
1828
1687
1008
591
669
475
593
641
1087
1238
1609
2016
1953
1771
1045
675
716
437
553
659
1169
1343
1649
2016
1909
2085
976
595
797
456
630
755
885
1309
2016




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time3 seconds
R Server'Herman Ole Andreas Wold' @ 193.190.124.10:1001

\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 & 3 seconds \tabularnewline
R Server & 'Herman Ole Andreas Wold' @ 193.190.124.10:1001 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=31957&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]3 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Herman Ole Andreas Wold' @ 193.190.124.10:1001[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=31957&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=31957&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 time3 seconds
R Server'Herman Ole Andreas Wold' @ 193.190.124.10:1001



Parameters (Session):
par1 = red ; par2 = red ; par3 = TRUE ; par4 = Huwelijken Vlaams Gewest ; par5 = Huwelijken Waals Gewest ;
Parameters (R input):
par1 = red ; par2 = red ; par3 = TRUE ; par4 = Huwelijken Vlaams Gewest ; par5 = Huwelijken Waals Gewest ;
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()