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, 19 May 2008 07:18:07 -0600
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2008/May/19/t1211203218pslg6tludhrsqtb.htm/, Retrieved Tue, 14 May 2024 04:21:01 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=12865, Retrieved Tue, 14 May 2024 04:21:01 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact237
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Back to Back Histogram] [Initial Copepod C...] [2008-05-19 13:18:07] [d41d8cd98f00b204e9800998ecf8427e] [Current]
Feedback Forum

Post a new message
Dataseries X:
1202.76
1192.48
863.52
585.96
904.64
719.6
863.52
822.4
668.2
997.16
1038.28
966.32
986.88
986.88
1017.72
863.52
1326.12
925.2
781.28
853.24
1202.76
853.24
760.72
966.32
914.92
791.56
729.88
771
1007.44
699.04
873.8
894.36
771
976.6
771
832.68
781.28
935.48
771
997.16
935.48
771
771
925.2
976.6
1028
678.48
945.76
832.68
1028
678.48
945.76
914.92
832.68
688.76
760.72
585.96
657.92
668.2
822.4
925.2
709.32
945.76
Dataseries Y:
884.08
822.4
616.8
462.6
771
565.4
616.8
585.96
565.4
699.04
719.6
719.6
637.36
719.6
760.72
637.36
791.56
668.2
657.92
668.2
771
647.64
565.4
740.16
657.92
616.8
565.4
585.96
719.6
514
668.2
668.2
657.92
740.16
647.64
637.36
616.8
719.6
616.8
729.88
719.6
616.8
565.4
678.48
771
719.6
565.4
719.6
616.8
791.56
565.4
719.6
719.6
678.48
493.44
616.8
493.44
462.6
555.12
627.08
657.92
534.56
688.76




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time3 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 & 3 seconds \tabularnewline
R Server & 'Sir Ronald Aylmer Fisher' @ 193.190.124.24 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=12865&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]3 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=12865&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=12865&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 time3 seconds
R Server'Sir Ronald Aylmer Fisher' @ 193.190.124.24



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