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 computationThu, 14 Sep 2017 20:58:24 +0200
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2017/Sep/14/t1505415612cgn53ppv7liulnh.htm/, Retrieved Sat, 18 May 2024 23:54:34 +0200
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=, Retrieved Sat, 18 May 2024 23:54:34 +0200
QR Codes:

Original text written by user:
IsPrivate?This computation is private
User-defined keywords
Estimated Impact0
Dataseries X:
0.312
0.3914
0.4106
0.4136
0.4148
0.4158
0.4876
0.8768
0.881
0.898
0.9128
0.9138
0.9544
0.961
0.9664
0.9896
1.0078
1.0228
1.414
1.4242
1.435
1.4672
1.4816
1.9336
1.9538
Dataseries Y:
0.3128
0.3232
0.3316
0.3336
0.3462
0.3488
0.355
0.3552
0.3748
0.3776
0.3782
0.3842
0.396
0.3982
0.4106
0.4128
0.4204
0.4208
0.4236
0.8602
0.921
0.9238
0.941
1.4102
1.4112




Summary of computational transaction
Raw Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R ServerBig Analytics Cloud Computing Center

\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input view raw input (R code)  \tabularnewline
Raw Outputview raw output of R engine  \tabularnewline
Computing time0 seconds \tabularnewline
R ServerBig Analytics Cloud Computing Center \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=&T=0

[TABLE]
[ROW]
Summary of computational transaction[/C][/ROW] [ROW]Raw Input[/C] view raw input (R code) [/C][/ROW] [ROW]Raw Output[/C]view raw output of R engine [/C][/ROW] [ROW]Computing time[/C]0 seconds[/C][/ROW] [ROW]R Server[/C]Big Analytics Cloud Computing Center[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=&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 Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R ServerBig Analytics Cloud Computing Center



Parameters (Session):
par1 = grey ; par2 = black ; par3 = TRUE ; par4 = Ella's ; par5 = Female ;
Parameters (R input):
par1 = grey ; par2 = black ; par3 = TRUE ; par4 = Ella ; par5 = Female ;
R code (references can be found in the software module):
par5 <- 'Female'
par4 <- 'Ella's'
par3 <- 'TRUE'
par2 <- 'black'
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()