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 computationMon, 20 Oct 2008 16:56:16 -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/Oct/21/t12245434352qj9yx52jzbjx1d.htm/, Retrieved Sun, 19 May 2024 19:19:29 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=18287, Retrieved Sun, 19 May 2024 19:19:29 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact160
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
F     [Univariate Data Series] [Invoer België VS] [2008-10-13 18:50:00] [b8fbc01255310b0d45a84fea6711862e]
F RMPD    [Back to Back Histogram] [BB Histo invoer u...] [2008-10-20 22:56:16] [21d7d81e7693ad6dde5aadefb1046611] [Current]
Feedback Forum
2008-10-25 13:57:56 [Astrid Sniekers] [reply
Ik weet niet welke tijdreeksen de student heeft gekozen. Ik heb geen gegevens of grafieken van de tijdreeksen. Bijgevolg weet ik ook niet of de berekeningen die de student heeft gedaan juist zijn. De oplossing van de student is alles behalve duidelijk. Hij of zij gooit verschillende vragen door elkaar.
2008-10-26 22:39:36 [Elias Van Deun] [reply
Aangezien er geen tijdreeksen zijn bijgevoegd kan ik niet weten of de berekening klopt. Maar om de relatie tussen tijdreeksen onderling met elkaar te vergelijken kan je beter de correlatie meten in plaats van back to back histogrammen te gebruiken.

Post a new message
Dataseries X:
604,4
883,9
527,9
756,2
812,9
655,6
707,6
612,6
659,2
833,4
727,8
797,2
753
762
613,7
759,2
816,4
736,8
680,1
736,5
637,2
801,9
772,3
897,3
792,1
826,8
666,8
906,6
871,4
891
739,2
833,6
715,6
871,6
751,6
1005,5
681,2
837,3
674,7
806,3
860,2
689,8
691,6
682,6
800,1
1023,7
733,5
875,3
770,2
1005,7
982,3
742,9
974,2
822,3
773,2
750,9
708
690
652,8
620,7
461,9
Dataseries Y:
882,5
789,6
773,3
804,3
817,8
836,7
721,8
760,8
841,4
1045,6
949,2
850,1
957,4
851,8
913,9
888
973,8
927,6
833
879,5
797,3
834,5
735,1
835
892,8
697,2
821,1
732,7
797,6
866,3
826,3
778,6
779,2
951
692,3
841,4
857,3
760,7
841,2
810,3
1007,4
931,3
931,2
855,8
858,4
925,9
930,7
1037,6
979,2
942,6
843,9
854,3
1029,8
944
856,4
1059,4
959,3
941,5
1026,4
921,3
968




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=18287&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 = 0.01 ; par2 = 0.99 ; par3 = 0.005 ;
Parameters (R input):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = Uitvoer VS ; par5 = Invoer VS ;
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()