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 07: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/2009/Nov/12/t1258037744yzf6667l0aosmi6.htm/, Retrieved Fri, 03 May 2024 18:26:09 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=56080, Retrieved Fri, 03 May 2024 18:26:09 +0000
QR Codes:

Original text written by user:Uitleg in word document
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact155
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 14:53:09] [8eb8270f5a1cfdf0409dcfcbf10be18b] [Current]
-   PD      [Back to Back Histogram] [Uitvoer - Invoer] [2009-11-14 17:08:46] [74be16979710d4c4e7c6647856088456]
Feedback Forum

Post a new message
Dataseries X:
89.1
83.3
97.7
100.9
108.3
113.2
105
104
109.8
98.6
93.5
98.2
88
85.3
96.8
98.8
110.3
111.6
111.2
106.9
117.6
97
97.3
98.4
87.6
87.4
94.7
101.5
110.4
108.4
109.7
105.2
111.1
96.2
97.3
98.9
91.7
90.9
98.8
111.5
119
115.3
116.3
113.6
115.1
109.7
97.6
100.8
94
87.2
102.9
111.3
106.6
108.9
108.3
100.5
104
89.9
86.8
91.2
Dataseries Y:
96.96
93.11
95.62
98.30
96.38
100.82
99.06
94.03
102.07
99.31
98.64
101.82
99.14
97.63
100.06
101.32
101.49
105.43
105.09
99.48
108.53
104.34
106.10
107.35
103.00
104.50
105.17
104.84
106.18
108.86
107.77
102.74
112.63
106.26
108.86
111.38
106.85
107.86
107.94
111.38
111.29
113.72
111.88
109.87
113.72
111.71
114.81
112.05
111.54
110.87
110.87
115.48
111.63
116.24
113.56
106.01
110.45
107.77
108.61
108.19




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

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



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