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 computationSun, 21 Dec 2008 12:00:16 -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/21/t1229886064vegchhgkzlscrya.htm/, Retrieved Sun, 19 May 2024 11:10:06 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=35757, Retrieved Sun, 19 May 2024 11:10:06 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact167
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Back to Back Histogram] [B-t-B-histogram p...] [2007-11-09 11:02:25] [d255a97fd5d03c71781b63d0b6fcea5d]
-   PD  [Back to Back Histogram] [B2B: Frankrijk, I...] [2008-12-21 18:54:06] [d7f17de546c455a6cc3e244ffe795733]
-   P     [Back to Back Histogram] [B2B Frankrijk Italie] [2008-12-21 18:56:41] [d7f17de546c455a6cc3e244ffe795733]
-           [Back to Back Histogram] [B2B Frankrijk Ned...] [2008-12-21 18:58:43] [d7f17de546c455a6cc3e244ffe795733]
-    D          [Back to Back Histogram] [B2B Frankrijk Den...] [2008-12-21 19:00:16] [4ef5c191fa12c0a7497d8cf4a02b2cfe] [Current]
Feedback Forum

Post a new message
Dataseries X:
3755.3
3001.4
3815.7
4034.4
3590.4
4176.4
3943.5
3934.2
3859.2
3300.5
3800.0
3958.7
3451.4
2678.6
3279.3
3550.3
3294.4
3202.2
3486.4
3139.7
3283.2
2933.6
3391.6
3301.3
3257.6
2537.0
2970.5
3481.9
3361.1
3123.2
3843.3
3153.0
3365.1
3528.5
3506.7
3146.6
3195.1
2424.0
2676.3
3174.6
3067.4
3121.2
3517.7
3014.7
2949.6
2990.3
3084.1
3077.9
3023.6
2226.2
2628.3
3088.7
2551.4
2856.7
3176.2
2663.1
2630.4
2584.4
2472.2
2895.6
Dataseries Y:
236.1
194.7
194.8
219.3
209.1
208.8
206.4
220.3
206.3
156.0
195.9
199.0
198.0
190.6
169.5
212.3
173.8
231.5
206.0
181.5
181.4
168.3
188.7
206.4
179.4
158.6
138.9
185.4
163.4
136.5
187.8
146.2
137.5
155.0
177.6
155.9
173.2
153.1
134.8
182.0
140.6
151.8
169.1
145.8
143.6
146.0
170.7
154.1
164.7
135.5
129.5
165.9
129.3
137.7
157.5
124.5
125.3
117.1
121.4
143.1




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=35757&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 = grey ; par2 = grey ; par3 = TRUE ; par4 = Uitvoer naar Frankrijk ; par5 = Uitvoer naar Italië ;
Parameters (R input):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = Uitvoer naar Frankrijk ; par5 = Uitvoer naar Denemarken ;
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()