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 computationSun, 18 Nov 2012 09:31:25 -0500
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2012/Nov/18/t1353249162yv959ohmkz7iomg.htm/, Retrieved Mon, 29 Apr 2024 18:02:50 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=190192, Retrieved Mon, 29 Apr 2024 18:02:50 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact94
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Back to Back Histogram] [] [2012-11-18 14:31:25] [bdee33f3d7ceb254f97215ce68b6a08e] [Current]
Feedback Forum

Post a new message
Dataseries X:
53
86
66
67
76
78
53
80
74
76
79
54
67
54
87
58
75
88
64
57
66
68
54
56
86
80
76
69
78
67
80
54
71
84
74
71
63
71
76
69
74
75
54
52
69
68
65
75
74
75
72
67
63
62
63
76
74
67
73
70
53
77
77
52
54
80
66
73
63
69
67
54
81
69
84
80
70
69
77
54
79
30
71
73
72
77
75
69
54
70
73
54
77
82
80
80
69
78
81
76
76
73
85
66
79
68
76
71
54
46
82
74
88
38
76
86
54
70
69
90
54
76
89
76
73
79
90
74
81
72
71
66
77
65
74
82
54
63
54
64
69
54
84
86
77
89
76
60
75
73
85
79
71
72
69
78
54
69
81
84
84
69
Dataseries Y:
32
51
42
41
46
47
37
49
45
47
49
33
42
33
53
36
45
54
41
36
41
44
33
37
52
47
43
44
45
44
49
33
43
54
42
44
37
43
46
42
45
44
33
31
42
40
43
46
42
45
44
40
37
46
36
47
45
42
43
43
32
45
45
31
33
49
42
41
38
42
44
33
48
40
50
49
43
44
47
33
46
0
45
43
44
47
45
42
33
43
46
33
46
48
47
47
43
46
48
46
45
45
52
42
47
41
47
43
33
30
49
44
55
11
47
53
33
44
42
55
33
46
54
47
45
47
55
44
53
44
42
40
46
40
46
53
33
42
35
40
41
33
51
53
46
55
47
38
46
46
53
47
41
44
43
51
33
43
53
51
50
46




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

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



Parameters (Session):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = Belonging ; par5 = Belonging_final ;
Parameters (R input):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = Belonging ; par5 = Belonging_final ;
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()