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 computationTue, 21 Oct 2008 01:41:25 -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/t1224574942okzny9wn0q9g27w.htm/, Retrieved Sun, 19 May 2024 18:19:18 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=18368, Retrieved Sun, 19 May 2024 18:19:18 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact139
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
F     [Univariate Data Series] [Niet werkende wer...] [2008-10-13 17:23:56] [91d2608132ba5d00ecce3524d8276757]
- RMPD  [Back to Back Histogram] [Vergelijking reek...] [2008-10-21 07:37:01] [deb3c14ac9e4607a6d84fc9d0e0e6cc2]
-   PD    [Back to Back Histogram] [Vergelijking reek...] [2008-10-21 07:39:27] [deb3c14ac9e4607a6d84fc9d0e0e6cc2]
-   PD        [Back to Back Histogram] [Vergelijking reek...] [2008-10-21 07:41:25] [5e9e099b83e50415d7642e10d74756e4] [Current]
Feedback Forum

Post a new message
Dataseries X:
577992
565464
547344
554788
562325
560854
555332
543599
536662
542722
593530
610763
612613
611324
594167
595454
590865
589379
584428
573100
567456
569028
620735
628884
628232
612117
595404
597141
593408
590072
579799
574205
572775
572942
619567
625809
619916
587625
565742
557274
560576
548854
531673
525919
511038
498662
555362
564591
541657
527070
509846
514258
516922
507561
492622
490243
469357
477580
528379
533590
517945
Dataseries Y:
143119
140353
137149
138301
138709
138619
137528
134523
133593
135647
143541
144024
148607
148881
145447
144170
142148
142492
141703
139116
138461
139870
148703
150034
153670
147508
145150
143955
147608
144839
142096
138941
139093
141526
151492
155217
154530
148533
143923
141075
142261
140435
136169
136107
131063
127765
140731
145981
141834
137625
132515
131111
133603
132207
126488
125933
120927
122597
135437
138649
134576




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135

\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 & 'Gwilym Jenkins' @ 72.249.127.135 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=18368&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]'Gwilym Jenkins' @ 72.249.127.135[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=18368&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=18368&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'Gwilym Jenkins' @ 72.249.127.135



Parameters (Session):
par1 = Niet werkende werkzoekenden, totaal, België ; par2 = http://www.nbb.be/belgostat/PublicatieSelectieLinker?LinkID=117000046|910000082&Lang=N ;
Parameters (R input):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = Het aantal niet werkende werkzoekenden in België. ; par5 = Het aantal vrouwelijke niet werkende werkzoekenden in het Waals 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()