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 computationThu, 12 Nov 2009 10:37:23 -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/12/t12580475473hdv3zon7ho16ik.htm/, Retrieved Fri, 03 May 2024 19:02:34 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=56290, Retrieved Fri, 03 May 2024 19:02:34 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact132
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]
- R PD    [Back to Back Histogram] [Back to back hist...] [2009-11-12 17:37:23] [6974478841a4d28b8cb590971bfdefb0] [Current]
Feedback Forum

Post a new message
Dataseries X:
1.3683
1.3623
1.3563
1.3518
1.3494
1.3612
1.369
1.3771
1.3972
1.401
1.3908
1.3901
1.3856
1.4098
1.422
1.4238
1.4207
1.4095
1.4177
1.3866
1.3959
1.4102
1.3969
1.4004
1.385
1.389
1.384
1.392
1.3932
1.3858
1.3978
1.4029
1.394
1.4096
1.4058
1.4134
1.4096
1.4049
1.4009
1.3897
1.4019
1.3901
1.399
1.3901
1.3975
1.3991
1.4089
1.413
1.409
1.4217
1.4223
1.4191
1.4229
1.4227
1.4269
1.4229
1.4104
1.4053
1.4138
1.4303
1.4384
Dataseries Y:
0,87405
0,878
0,8804
0,8784
NA
NA
0,88135
0,8815
0,8751
0,8747
0,872
NA
NA
0,8735
0,87365
0,8793
0,87575
0,8739
NA
NA
0,879
0,8869
0,8897
0,8905
0,9003
NA
NA
0,9066
0,9047
0,8994
0,91065
0,91875
NA
NA
0,92265
0,9118
0,9093
0,91085
0,9172
NA
NA
0,9171
0,92605
0,9249
0,92
0,92285
NA
NA
0,9333
0,9408
0,93025
0,9147
0,91175
NA
NA
0,9143
0,9117
0,9001
0,9053
0,9172




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time2 seconds
R Server'Sir Ronald Aylmer Fisher' @ 193.190.124.24

\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 & 'Sir Ronald Aylmer Fisher' @ 193.190.124.24 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=56290&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]'Sir Ronald Aylmer Fisher' @ 193.190.124.24[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=56290&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=56290&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'Sir Ronald Aylmer Fisher' @ 193.190.124.24



Parameters (Session):
par1 = red ; par2 = blue ; par3 = TRUE ; par4 = dollar/euro koers ; par5 = pond/euro koers ;
Parameters (R input):
par1 = red ; par2 = blue ; par3 = TRUE ; par4 = dollar/euro koers ; par5 = pond/euro koers ;
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()