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 10:43:10 -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/t1257788659livxnnxcb97w0vz.htm/, Retrieved Thu, 18 Apr 2024 15:53:47 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=54885, Retrieved Thu, 18 Apr 2024 15:53:47 +0000
QR Codes:

Original text written by user:Back to Back Histogram: Euro en dollar (US)
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)
-     [Back to Back Histogram] [3/11/2009] [2009-11-02 21:58:53] [b98453cac15ba1066b407e146608df68]
-   PD    [Back to Back Histogram] [Shw6: Back to Bac...] [2009-11-09 17:43:10] [7a39e26d7a09dd77604df90cb29f8d39] [Current]
Feedback Forum

Post a new message
Dataseries X:
0.5857
0.5858
0.5717
0.5945
0.5961
0.5973
0.6036
0.6096
0.6315
0.6262
0.6121
0.6326
0.6214
0.6274
0.6175
0.6208
0.6225
0.5889
0.6020
0.5932
0.5841
0.6000
0.5947
0.5891
0.6051
0.5960
0.6012
0.5957
0.5959
0.6049
0.6064
0.6137
0.6311
0.6258
0.6010
0.6232
0.6384
0.6014
0.5980
0.5987
0.6237
0.5813
0.5991
0.6160
0.6096
0.6051
0.5857
0.5565
0.5223
0.5091
0.4919
0.4995
0.5069
0.5190
0.5460
0.5648
0.5751
0.5862
0.5877
Dataseries Y:
0.7461
0.7775
0.7790
0.7744
0.7905
0.7719
0.7811
0.7557
0.7637
0.7595
0.7471
0.7615
0.7487
0.7389
0.7337
0.7510
0.7382
0.7159
0.7542
0.7636
0.7433
0.7658
0.7627
0.7480
0.7692
0.7850
0.7913
0.7720
0.7880
0.8070
0.8268
0.8244
0.8487
0.8572
0.8214
0.8827
0.9216
0.8865
0.8816
0.8884
0.9466
0.9180
0.9337
0.9559
0.9626
0.9434
0.8639
0.7996
0.6680
0.6572
0.6928
0.6438
0.6454
0.6873
0.7265
0.7912
0.8114
0.8281
0.8393




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time3 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 & 3 seconds \tabularnewline
R Server & 'George Udny Yule' @ 72.249.76.132 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=54885&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]'George Udny Yule' @ 72.249.76.132[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=54885&T=0

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



Parameters (Session):
par1 = red ; par2 = blue ; par3 = TRUE ; par4 = Euro ; par5 = Dollar (US) ;
Parameters (R input):
par1 = red ; par2 = blue ; par3 = TRUE ; par4 = Euro ; par5 = Dollar (US) ;
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()