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 computationFri, 05 Dec 2008 09:26:40 -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/05/t1228494496bv2zqlt9xm7376a.htm/, Retrieved Thu, 16 May 2024 18:15:40 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=29335, Retrieved Thu, 16 May 2024 18:15:40 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact161
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Back to Back Histogram] [Btb histogram bou...] [2008-12-05 16:20:27] [aa5573c1db401b164e448aef050955a1]
-   PD  [Back to Back Histogram] [Btb histogram bou...] [2008-12-05 16:24:17] [aa5573c1db401b164e448aef050955a1]
-   PD      [Back to Back Histogram] [Btb histogram inv...] [2008-12-05 16:26:40] [8a1195ff8db4df756ce44b463a631c76] [Current]
Feedback Forum

Post a new message
Dataseries X:
74.8
93.1
103.9
83.9
77.7
141.5
58.9
75.3
108.4
91
84.6
179.8
85.6
76.4
109.7
99.1
86.7
111.4
78.4
76.7
114.2
99.7
94.2
173.5
83.1
88.9
132
122.1
105.1
133.7
63.6
112.7
120.5
112
126.2
209.2
91
116.7
137.6
108.1
136.6
152.3
114.3
120.7
131.8
129.4
187.5
189.5
109.2
158.1
176.2
125.5
155
170.3
99.4
139.2
169.6
136.1
168.2
318.6
154.1
161.4
183.4
167.2
205.3
Dataseries Y:
89.3
87.5
106.7
102.5
109.2
123.7
83.1
97
119.1
125.1
113.6
122.4
92.8
97.2
115.6
111.3
114.6
137.5
83.7
106
123.4
126.5
120
141.6
90.5
96.5
113.5
120.1
123.9
144.4
90.8
114.2
138.1
135
131.3
144.6
101.7
108.7
135.3
124.3
138.3
158.2
93.5
124.8
154.4
152.8
148.9
170.3
124.8
134.4
154
147.9
168.1
175.7
116.7
140.8
164.2
173.8
167.8
166.6
135.1
158.1
151.8
168.7
166.9




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

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



Parameters (Session):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = Investeringen ; par5 = Omzet ;
Parameters (R input):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = Investeringen ; par5 = Omzet ;
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()