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, 12 Dec 2008 05:05:04 -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/12/t12290835609kpo7zg7vf03mrq.htm/, Retrieved Fri, 17 May 2024 15:41:50 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=32592, Retrieved Fri, 17 May 2024 15:41:50 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact164
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Back to Back Histogram] [Paper: Back-to-Ba...] [2008-12-12 11:22:38] [005293453b571dbccb80b45226e44173]
-   PD  [Back to Back Histogram] [Paper: Back-to-Ba...] [2008-12-12 11:36:21] [005293453b571dbccb80b45226e44173]
-   PD      [Back to Back Histogram] [Paper: Back-to-Ba...] [2008-12-12 12:05:04] [b0654df83a8a0e1de3ceb7bf60f0d58f] [Current]
-   PD        [Back to Back Histogram] [Paper: Back-to-Ba...] [2008-12-12 12:07:28] [005293453b571dbccb80b45226e44173]
-   PD          [Back to Back Histogram] [Paper: Back-to-Ba...] [2008-12-12 12:10:40] [005293453b571dbccb80b45226e44173]
Feedback Forum

Post a new message
Dataseries X:
258778
252791
256389
258961
258647
256304
250498
247883
249552
262626
264416
273049
272441
267564
265952
263937
264765
263386
258985
257334
257477
271486
274488
281274
272674
269704
268227
276444
272247
268516
263406
263619
265905
281681
287413
289423
281242
273878
269022
272630
270287
260447
262248
252806
238663
258438
266719
263279
258064
248828
248284
253376
251846
239494
239709
228793
229521
249999
254016
251178
Dataseries Y:
88827
85874
85211
87130
88620
89563
89056
88542
89504
89428
86040
96240
94423
93028
92285
91685
94260
93858
92437
92980
92099
92803
88551
98334
98329
96455
97109
97687
98512
98673
96028
98014
95580
97838
97760
99913
97588
93942
93656
93365
92881
93120
91063
90930
91946
94624
95484
95862
95530
94574
94677
93845
91533
91214
90922
89563
89945
91850
92505
92437




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

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