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, 08 Nov 2009 06:48:34 -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/08/t1257688158dv8gbk52zhvcrzd.htm/, Retrieved Fri, 03 May 2024 07:38:59 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=54539, Retrieved Fri, 03 May 2024 07:38:59 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact164
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Back to Back Histogram] [Back2Back] [2009-11-08 13:48:34] [1aecede37375310a889a187dca5e5c0a] [Current]
- RMPD    [Box-Cox Linearity Plot] [Workshop6/Box cox] [2009-11-20 14:18:23] [e4f78fbd4fadb70a8ee6066dde22270d]
Feedback Forum

Post a new message
Dataseries X:
90.21
93.24
95.60
97.58
100.81
101.65
102.08
100.18
101.36
103.46
106.59
107.24
107.84
110.08
114.34
120.00
124.78
128.21
127.48
124.39
116.83
121.13
126.39
129.92
135.43
137.43
140.42
145.42
147.35
142.58
150.25
153.71
151.23
149.32
137.53
140.60
145.14
134.34
134.72
125.81
121.77
120.24
126.24
124.39
114.68
99.24
99.71
96.94
71.92
65.92
60.96
62.35
59.26
54.65
61.01
67.15
66.42
67.77
75.05
79.95
Dataseries Y:
95.40
99.31
101.80
100.53
102.28
101.89
98.08
98.98
100.02
100.58
100.67
100.46
98.47
102.01
103.28
103.70
104.64
106.31
107.16
108.10
104.90
105.27
107.37
110.01
114.11
116.22
118.06
119.35
120.48
117.02
121.66
127.88
128.58
130.42
126.28
129.31
132.59
125.91
127.88
119.59
118.46
116.31
120.72
122.21
115.00
107.99
109.98
106.01
87.58
82.17
81.99
80.08
73.35
69.01
76.23
80.10
81.96
82.79
89.42
91.90




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=54539&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 = grey ; par2 = grey ; par3 = TRUE ; par4 = Bel20 ; par5 = Dow Jones ;
Parameters (R input):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = Bel20 ; par5 = Dow Jones ;
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()