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 computationWed, 11 Nov 2009 06:24:25 -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/11/t1257946007sqgucadcuodizv0.htm/, Retrieved Sat, 20 Apr 2024 08:08:13 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=55574, Retrieved Sat, 20 Apr 2024 08:08:13 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywordsshwws6vr3
Estimated Impact171
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]
- R PD    [Back to Back Histogram] [] [2009-11-11 13:24:25] [4407d6264e55b051ec65750e6dca2820] [Current]
Feedback Forum

Post a new message
Dataseries X:
100
85,95702149
68,015992
91,25437281
104,2978511
71,11444278
94,35282359
71,91404298
74,8125937
98,4007996
115,6921539
109,5452274
110,2948526
122,0389805
91,2043978
114,8425787
118,9905047
103,1984008
124,5877061
90,85457271
108,9455272
123,1384308
107,0964518
121,0894553
110,2948526
102,1989005
90,30484758
116,4417791
118,1909045
119,6401799
104,2978511
104,4477761
123,5382309
142,0789605
122,8385807
124,4877561
125,6371814
125,5372314
103,5482259
114,0929535
127,0864568
108,8955522
122,1389305
116,5417291
106,2468766
119,6901549
167,6661669
124,3378311
132,2338831
137,6311844
90,30484758
127,986007
123,6381809
113,8430785
123,988006
76,8115942
112,6936532
137,1314343
200,049975
150,8245877
172,5137431
Dataseries Y:
100
84,48959366
96,92765114
98,26560951
107,5569871
103,64222
93,45887017
105,2527255
126,1397423
112,4132805
107,9286422
100,7928642
106,1199207
103,666997
142,888999
120,6144698
104,8067393
121,7294351
121,1100099
129,4846383
103,691774
116,7740337
105,2031715
122,8444004
121,283449
114,147671
127,4281467
124,6778989
139,147671
154,5094153
124,6531219
167,1456888
121,6551041
130,4013875
124,2814668
131,0951437
134,2666006
166,3032706
166,8483647
151,2140733
154,8562934
139,444995
140,8572844
171,308226
133,3994054
131,8384539
147,4231913
158,8453915
159,0436075
163,2309217
187,9335976
195,4410307
234,4152626
161,1992071
162,7106046
192,2943508
151,6352825
134,8116947
112,9088206
105,0297324
122,0267592




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

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