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 computationSun, 08 Nov 2009 08:27:01 -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/08/t125769412439kfhcyoqfnykto.htm/, Retrieved Sat, 04 May 2024 07:08:58 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=54576, Retrieved Sat, 04 May 2024 07:08:58 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact133
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] [Bi-histogram uura...] [2009-11-08 15:27:01] [2622964eb3e61db9b0dfd11950e3a18c] [Current]
Feedback Forum

Post a new message
Dataseries X:
34,97
34,97
34,93
34,92
34,97
34,97
34,97
35,38
35,64
35,9
36,01
36,03
36,04
36,06
36,09
36,15
36,15
36,15
36,1
36,38
36,89
37
37,09
37,13
37,24
37,29
37,34
37,49
37,49
37,54
37,67
38,13
38,68
38,77
39
39,03
39,03
39,04
39,16
39,23
39,26
39,25
39,41
39,56
39,69
39,87
39,83
39,84
39,85
39,91
40,62
40,73
40,86
40,89
40,9
41,15
41,24
41,24
41,33
41,36
Dataseries Y:
36,68
36,7
36,71
36,72
36,73
36,73
36,87
37,31
37,39
37,42
37,51
37,67
37,67
37,71
37,78
37,79
37,84
37,88
38,34
38,58
38,72
38,83
38,9
38,92
38,94
39,1
39,14
39,16
39,32
39,34
39,44
39,92
40,19
40,2
40,27
40,28
40,3
40,34
40,4
40,43
40,48
40,48
40,63
40,74
40,77
40,91
40,92
41,03
41
41,04
41,33
41,44
41,46
41,55
41,55
41,81
41,78
41,84
41,84
41,86




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

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