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:20:27 -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/t12284941291c1vqg5b01lmy1p.htm/, Retrieved Thu, 16 May 2024 19:51:24 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=29333, Retrieved Thu, 16 May 2024 19:51:24 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact158
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] [8a1195ff8db4df756ce44b463a631c76] [Current]
-   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] [aa5573c1db401b164e448aef050955a1]
- RMPD      [Kendall tau Correlation Matrix] [Kendall Tau bouwp...] [2008-12-05 16:54:10] [aa5573c1db401b164e448aef050955a1]
Feedback Forum

Post a new message
Dataseries X:
82.7
88.9
105.9
100.8
94
105
58.5
87.6
113.1
112.5
89.6
74.5
82.7
90.1
109.4
96
89.2
109.1
49.1
92.9
107.7
103.5
91.1
79.8
71.9
82.9
90.1
100.7
90.7
108.8
44.1
93.6
107.4
96.5
93.6
76.5
76.7
84
103.3
88.5
99
105.9
44.7
94
107.1
104.8
102.5
77.7
85.2
91.3
106.5
92.4
97.5
107
51.1
98.6
102.2
114.3
99.4
72.5
92.3
99.4
85.9
109.4
97.6
Dataseries Y:
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




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time3 seconds
R Server'Herman Ole Andreas Wold' @ 193.190.124.10:1001

\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 & 'Herman Ole Andreas Wold' @ 193.190.124.10:1001 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=29333&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]'Herman Ole Andreas Wold' @ 193.190.124.10:1001[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=29333&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=29333&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'Herman Ole Andreas Wold' @ 193.190.124.10:1001



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