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 22:28:20 +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/t1418769267jble41stq7evs6o.htm/, Retrieved Thu, 16 May 2024 17:14:09 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=269963, Retrieved Thu, 16 May 2024 17:14:09 +0000
QR Codes:

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

Post a new message
Dataseries X:
83.00
74.25
58.75
92.25
99.50
92.25
75.00
56.75
90.50
67.00
69.50
76.25
80.50
86.75
65.75
60.75
91.00
68.00
70.50
74.50
81.25
78.25
73.00
96.00
66.00
78.25
38.25
76.00
59.25
57.00
99.50
75.75
84.25
63.00
61.75
83.25
69.75
78.50
76.75
75.50
88.75
83.25
63.00
94.50
58.00
73.00
69.25
79.50
54.75
75.50
79.75
73.00
88.00
76.75
64.50
63.00
51.75
77.00
48.00
74.25
68.00
63.25
59.50
83.00
56.00
79.25
55.75
78.00
65.50
62.00
74.50
56.00
73.00
73.75
39.25
39.25
54.75
49.75
74.50
67.00
84.25
54.75
61.00
76.00
40.50
Dataseries Y:
95.50
66.75
92.00
80.75
92.00
78.00
81.75
88.25
58.50
71.75
73.75
49.50
84.25
78.00
85.50
95.50
38.00
73.75
68.00
59.50
81.75
71.75
88.75
96.50
85.50
95.25
92.75
95.50
66.75
88.00
80.50
59.75
38.50
73.00
21.75
63.50
90.50
89.25
85.50
80.50
73.50
53.00
63.00
81.00
68.00
70.50
72.50
73.75
74.00
62.25
63.25
86.75
43.00
80.50
88.75
76.25
88.25
68.00
91.25
80.00
91.25
94.75
80.50
77.00
77.00
66.75
95.50
96.25
63.75
49.25
76.25
62.00
90.75
61.75
78.00
92.00
64.25
47.50
22.50
68.00
58.50
88.75
70.25
66.75
59.25
66.00




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'George Udny Yule' @ yule.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 & 'George Udny Yule' @ yule.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=269963&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]'George Udny Yule' @ yule.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=269963&T=0

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



Parameters (Session):
par1 = grey ; par2 = grey ; par3 = FALSE ; par4 = Bachelor ; par5 = Schakel ;
Parameters (R input):
par1 = grey ; par2 = grey ; par3 = FALSE ; par4 = Bachelor ; par5 = Schakel ;
R code (references can be found in the software module):
par5 <- 'Male'
par4 <- 'Bachelor'
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()