Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_backtobackhist.wasp
Title produced by softwareBack to Back Histogram
Date of computationTue, 21 Oct 2008 01:46:32 -0600
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/Oct/21/t1224575247sr1zt81fuylmj5b.htm/, Retrieved Sat, 18 May 2024 09:31:42 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=18370, Retrieved Sat, 18 May 2024 09:31:42 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact120
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
F     [Harrell-Davis Quantiles] [Q7 95% confidence...] [2007-10-20 15:02:46] [b731da8b544846036771bbf9bf2f34ce]
- RMPD    [Back to Back Histogram] [investeringen weg...] [2008-10-21 07:46:32] [1d70db93c36870279a28f714be132c6e] [Current]
Feedback Forum

Post a new message
Dataseries X:
86,3
99,1
98,4
95,6
92,2
79,4
100,9
135,3
114,6
85,7
76,3
72,2
66,7
91,2
69,7
62,8
102
54,8
53,2
107,8
89,3
68,2
64,9
58,9
47,2
56,4
64,8
59,2
67,1
51,1
55,6
106
53,4
52,3
89
56,9
44,4
101,6
68,8
52,2
74,1
67,1
63,4
300,4
114,6
120,4
124
106,9
130,4
153,1
61,2
59,3
119,9
90,1
86,2
262
112,3
91,9
94,6
103,9
110
150,2
105,1
124,4
185,1
96,7
319,9
240,4
127,1
90,6
82,5
103,4
92,9
154,9
131,6
104,1
104,2
73,9
115,9
136,9
117,3
62,9
89,3
91
91,3
97,6
151,4
83,4
119,1
84,6
164
145,3
124,2
74,6
94,3
98,3
90,4
Dataseries Y:
37,6
52,8
32,1
33,3
43,6
37,5
31,9
102
55
81,1
36,2
39,7
45,6
43
33,9
34,1
62,1
43,2
70,7
74,9
68,4
64,1
70,4
51,6
52,4
73,9
85,9
52,9
68,6
71,4
71,7
94,8
94,6
59,4
94,3
49,7
59,7
58
40,8
66,4
54
31,8
55,1
72,3
69,7
56,3
57
44,1
43,8
51
42
52,6
73,7
40,5
49
74,3
59,4
125,8
77,8
102,8
70,3
103,2
42,1
59
45
57,1
57,2
147,5
98,7
70,5
41
54,2
39,8
50,9
42,3
37,6
44,6
46,4
48
152,9
64,5
50,5
60,3
53,8
52,8
50,2
70,8
62
73,7
43,4
49,6
141
122,3
86,4
134
107,1
80,9




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=18370&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 = grey ; par2 = grey ; par3 = TRUE ; par4 = investeringen wegtransporteurs ; par5 = investeringen transportmiddelenindustrie ;
Parameters (R input):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = investeringen wegtransporteurs ; par5 = investeringen transportmiddelenindustrie ;
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()