Free Statistics

of Irreproducible Research!

Author's title

Author*Unverified author*
R Software Modulerwasp_backtobackhist.wasp
Title produced by softwareBack to Back Histogram
Date of computationMon, 17 Dec 2007 02:45:49 -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/2007/Dec/17/t1197884254o6c0prdsg4hqmiy.htm/, Retrieved Sat, 04 May 2024 05:16:18 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=4299, Retrieved Sat, 04 May 2024 05:16:18 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact209
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Back to Back Histogram] [Paper G30 Back-to...] [2007-12-17 09:45:49] [44e3ac4f32e975b756edf7d4f50e5cb3] [Current]
Feedback Forum

Post a new message
Dataseries X:
108,1
100,2
96,1
113,0
108,2
106,9
117,2
105,2
106,3
95,9
107,5
113,0
111,4
95,5
90,3
110,8
107,1
101,4
112,9
98,5
100,1
93,4
104,4
101,8
107,9
91,3
86,6
111,4
98,4
102,2
103,0
95,8
96,0
95,7
106,4
112,0
116,2
93,9
100,5
112,5
101,2
107,8
114,3
99,6
98,6
93,6
99,6
113,1
110,7
88,1
93,1
107,4
99,5
105,6
108,3
99,2
99,3
107,1
106,9
115,4
Dataseries Y:
126.4
99.3
108.7
151.6
129.6
123.6
142.7
119.0
118.1
120.0
124.3
123.3
122.4
90.5
91.0
137.0
127.7
105.1
135.6
112.4
102.5
112.6
110.8
103.4
117.6
87.5
87.0
130.0
102.9
111.1
128.9
106.3
99.0
109.9
104.0
112.9
113.6
83.4
79.8
123.9
100.0
112.0
125.9
96.9
90.1
106.6
98.0
100.5
101.2
69.4
86.1
113.9
108.4
105.9
110.4
101.5
93.4
89.8
93.9
126.6




Summary of compuational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135

\begin{tabular}{lllllllll}
\hline
Summary of compuational 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' @ 72.249.127.135 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=4299&T=0

[TABLE]
[ROW][C]Summary of compuational 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' @ 72.249.127.135[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=4299&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=4299&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 compuational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135



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