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 computationFri, 13 Nov 2009 06:02:56 -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/2009/Nov/13/t12581174248q6ehnj6iu12rvo.htm/, Retrieved Sun, 05 May 2024 18:42:00 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=56553, Retrieved Sun, 05 May 2024 18:42:00 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact170
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Back to Back Histogram] [3/11/2009] [2009-11-02 21:58:53] [b98453cac15ba1066b407e146608df68]
-   PD    [Back to Back Histogram] [ws66666] [2009-11-13 13:02:56] [9a1fef436e1d399a5ecd6808bfbd8489] [Current]
Feedback Forum

Post a new message
Dataseries X:
100
97,01492537
92,53731343
92,53731343
97,01492537
101,4925373
101,4925373
97,01492537
88,05970149
82,08955224
83,58208955
89,55223881
94,02985075
92,53731343
83,58208955
80,59701493
85,07462687
88,05970149
92,53731343
94,02985075
91,04477612
88,05970149
88,05970149
85,07462687
88,05970149
91,04477612
91,04477612
97,01492537
101,4925373
101,4925373
102,9850746
102,9850746
101,4925373
98,50746269
97,01492537
97,01492537
97,01492537
100
104,4776119
108,9552239
111,9402985
111,9402985
111,9402985
108,9552239
105,9701493
102,9850746
104,4776119
105,9701493
107,4626866
105,9701493
101,4925373
102,9850746
102,9850746
108,9552239
110,4477612
107,4626866
102,9850746
101,4925373
105,9701493
110,4477612
Dataseries Y:
100
95,84395716
105,5073942
118,1540031
101,8612953
109,8419174
105,6348802
112,927078
133,0698623
125,6756757
146,736359
142,5803162
106,1448241
126,5170831
132,7893932
121,2391637
114,5079041
146,1499235
146,1244263
128,5058644
155,5838858
125,0382458
136,8944416
142,2233554
117,7715451
120,627231
127,7664457
135,1096379
105,7113717
117,9245283
120,754717
107,572667
130,4436512
107,2157063
105,0739419
130,1121877
109,6379398
116,7261601
97,11881693
140,8975013
108,2865885
97,65425803
112,0346762
123,0494646
112,4171341
116,4966854
104,6914839
122,2335543
99,79602244
96,71086181
112,3151453
102,5497195
104,5385008
122,0805711
80,64762876
91,40744518
99,51555329
106,527282
98,49566548
106,7567568




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=56553&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 = red ; par2 = blue ; par3 = TRUE ; par4 = werkloosheid ; par5 = bouwaanvragen ;
Parameters (R input):
par1 = red ; par2 = blue ; par3 = TRUE ; par4 = werkloosheid ; par5 = bouwaanvragen ;
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()