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 computationSun, 19 Oct 2008 11:33:05 -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/19/t1224437633nce6znc08y20n7u.htm/, Retrieved Sun, 19 May 2024 14:33:55 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=16987, Retrieved Sun, 19 May 2024 14:33:55 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact138
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
F       [Back to Back Histogram] [Inflatie-Goud] [2008-10-19 17:33:05] [7f3f68cb5622d7511b280fd3e248ef1b] [Current]
Feedback Forum
2008-10-23 09:52:12 [Ellen Smolders] [reply
De student beantwoorde de vraag gedeeltelijk correct. We kunnen inderdaad geen verband waarnemen tussen de waarden van inflatie en goud (omdat deze grafiek geen correlatie toont en omdat de gegevens niet chroonologisch geordend zijn.) Indien de student de assen en titel van de grafiek precieser benoemd had, zou de grafiek duidelijker zijn. Ik denk dat deze grafiek overbodig is.
2008-10-24 10:17:02 [Stijn Van de Velde] [reply
Deze grafieken verschillen zo sterk van elkaar dat het nauwelijks de moeite is om ze in je document op te nemen.
Vergeet trouwens niet om je titels duidelijk te benoemen.
2008-10-26 13:38:33 [Natascha Meeus] [reply
Door de assen en de titel duidelijk te omschrijven zou de grafiek ook duidelijker zijn. Er is inderdaad geen verband tussen de inflatie en goud.
2008-10-27 16:26:43 [Bonifer Spillemaeckers] [reply
Er is inderdaad totaal geen gelijkenis tussen de 2 reeksen te bemerken. Dit histogram is dan ook overbodig, zoals gezegd hierboven.

Post a new message
Dataseries X:
1.80
1.60
1.90
1.70
1.60
1.30
1.10
1.90
2.60
2.30
2.40
2.20
2.00
2.90
2.60
2.30
2.30
2.60
3.10
2.80
2.50
2.90
3.10
3.10
3.20
2.50
2.60
2.90
2.60
2.40
1.70
2.00
2.20
1.90
1.60
1.60
1.20
1.20
1.50
1.60
1.70
1.80
1.80
1.80
1.30
1.30
1.40
1.10
1.50
2.20
2.90
3.10
3.50
3.60
4.40
4.20
5.20
5.80
5.90
5.40
5.50
Dataseries Y:
10.846
10.413
10.709
10.662
10.570
10.297
10.635
10.872
10.296
10.383
10.431
10.574
10.653
10.805
10.872
10.625
10.407
10.463
10.556
10.646
10.702
11.353
11.346
11.451
11.964
12.574
13.031
13.812
14.544
14.931
14.886
16.005
17.064
15.168
16.050
15.839
15.137
14.954
15.648
15.305
15.579
16.348
15.928
16.171
15.937
15.713
15.594
15.683
16.438
17.032
17.696
17.745
19.394
20.148
20.108
18.584
18.441
18.391
19.178
18.079
18.483




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time3 seconds
R Server'Herman Ole Andreas Wold' @ 193.190.124.10:1001

\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 & 'Herman Ole Andreas Wold' @ 193.190.124.10:1001 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=16987&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]'Herman Ole Andreas Wold' @ 193.190.124.10:1001[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=16987&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=16987&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'Herman Ole Andreas Wold' @ 193.190.124.10:1001



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