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:44:19 +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/t1418733865qccgzqx04yg12ss.htm/, Retrieved Thu, 16 May 2024 13:51:23 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=269428, Retrieved Thu, 16 May 2024 13:51:23 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact61
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:44:19] [94ef54447bb0146b66f4a809a85d3ed7] [Current]
Feedback Forum

Post a new message
Dataseries X:
93.75
84.38
56.25
87.50
84.38
87.50
65.63
68.75
62.50
71.88
56.25
56.25
78.13
78.13
78.13
75.00
40.63
53.13
12.50
50.00
65.63
62.50
68.75
0.00
56.25
90.63
46.88
68.75
68.75
53.13
84.38
46.88
81.25
56.25
84.38
53.13
59.38
40.63
50.00
6.25
81.25
68.75
53.13
75.00
62.50
78.13
62.50
65.63
68.75
78.13
87.50
90.63
62.50
62.50
59.38
59.38
81.25
31.25
53.13
93.75
68.75
71.88
50.00
56.25
78.13
56.25
75.00
71.88
75.00
46.88
62.50
81.25
71.88
71.88
68.75
46.88
68.75
31.25
62.50
71.88
84.38
71.88
78.13
62.50
75.00
Dataseries Y:
71.88
56.25
56.25
59.38
68.75
43.75
71.88
62.50
40.63
50.00
21.88
53.13
59.38
71.88
59.38
50.00
62.50
78.13
53.13
37.50
75.00
43.75
56.25
59.38
50.00
59.38
12.50
62.50
75.00
53.13
68.75
59.38
68.75
71.88
71.88
68.75
65.63
78.13
84.38
71.88
71.88
59.38
46.88
62.50
50.00
78.13
78.13
59.38
50.00
59.38
59.38
71.88
65.63
59.38
62.50
9.38
71.88
46.88
75.00
75.00
75.00
87.50
71.88
78.13
78.13
62.50
78.13
71.88
62.50
50.00
71.88
34.38
71.88
90.63
50.00
71.88
62.50
12.50
75.00
50.00
9.38
71.88
62.50
59.38
75.00
84.38




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=269428&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):
par5 <- 'Schakelstudenten'
par4 <- 'Bachelorstudenten'
par3 <- 'FALSE'
par2 <- 'grey'
par1 <- 'grey'
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()