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, 16 Dec 2014 12:52:51 +0000
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2014/Dec/16/t1418734389tcffwvx2vowdqih.htm/, Retrieved Thu, 16 May 2024 17:31:07 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=269442, Retrieved Thu, 16 May 2024 17:31:07 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact86
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Back to Back Histogram] [] [2014-12-16 12:52:51] [94ef54447bb0146b66f4a809a85d3ed7] [Current]
Feedback Forum

Post a new message
Dataseries X:
83,00
63,00
94,50
58,00
73,00
69,25
74,25
58,75
92,25
79,50
99,50
54,75
92,25
75,50
75,00
56,75
79,75
90,50
73,00
88,00
76,75
67,00
69,50
76,25
64,50
80,50
86,75
65,75
60,75
63,00
51,75
77,00
48,00
91,00
68,00
74,25
70,50
74,50
81,25
68,00
78,25
73,00
63,25
59,50
96,00
83,00
56,00
66,00
79,25
55,75
78,25
38,25
76,00
78,00
65,50
59,25
62,00
57,00
74,50
99,50
56,00
73,00
73,75
75,75
84,25
39,25
63,00
39,25
54,75
61,75
49,75
74,50
83,25
67,00
69,75
78,50
84,25
54,75
76,75
61,00
75,50
88,75
76,00
83,25
40,50
Dataseries Y:
21,75
63,50
90,50
89,25
85,50
95,50
80,50
66,75
92,00
73,50
53,00
63,00
81,00
68,00
70,50
72,50
80,75
73,75
74,00
62,25
63,25
86,75
43,00
92,00
80,50
88,75
76,25
88,25
78,00
81,75
88,25
68,00
58,50
71,75
73,75
91,25
49,50
80,00
91,25
84,25
94,75
78,00
85,50
80,50
77,00
77,00
66,75
95,50
38,00
95,50
73,75
96,25
68,00
63,75
49,25
76,25
59,50
81,75
62,00
71,75
90,75
88,75
61,75
78,00
96,50
85,50
92,00
95,25
92,75
95,50
64,25
47,50
22,50
68,00
58,50
66,75
88,75
88,00
70,25
80,50
66,75
59,25
59,75
66,00
38,50
73,00




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

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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=269442&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' @ jenkins.wessa.net



Parameters (Session):
par1 = grey ; par2 = grey ; par3 = FALSE ; par4 = Bachelorstudenten ; par5 = Schakelstudenten ;
Parameters (R input):
par1 = grey ; par2 = grey ; par3 = FALSE ; par4 = Bachelorstudenten ; par5 = Schakelstudenten ;
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()