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:12:30 -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/t12245408480zy43h5trqpzvdu.htm/, Retrieved Sun, 19 May 2024 04:26:23 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=18246, Retrieved Sun, 19 May 2024 04:26:23 +0000
QR Codes:

Original text written by user:Bouwvergunningen
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact219
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Back to Back Histogram] [Investigating Ass...] [2007-10-22 21:58:05] [b9964c45117f7aac638ab9056d451faa]
F   PD    [Back to Back Histogram] [Bouwvergunningen ...] [2008-10-20 22:12:30] [de3f0516a1536f7c4a656924d8bc8d07] [Current]
Feedback Forum
2008-10-25 13:07:16 [Davy De Nef] [reply
De student legt de bouwvergunningen in Belgie naast de bouwvergunningen in het vlaamse gewest. We zien dat het aantal van de vergunningen in Belgie, hoger ligt dan het aantal vergunningen in Vlaanderen. Logisch ook, er zijn immers nog het waalse, en het brussels hoofdstedelijk gewest die deel uitmaken van het totaal aantal bouwvergunningen in Belgie.
2008-10-25 13:46:27 [Astrid Sniekers] [reply
De student geeft geen uitleg bij zijn gedane berekeningen!!!
De student heeft geen vergelijking gemaakt tussen tijdreeks 2 en 3, 2 en 4 en 3 en 4!!!
2008-10-26 22:54:25 [Kristof Augustyns] [reply
Dit was net zoals in het geval van oefening 1 waar de totale productie naast de kleding productie werd gelegd.
Toen was ook het gemiddelde van de totale productie groter dan de kleding productie.
Hier is het net hetzelfde, alleen gaat het hier over bouwvergunningen.
De bouwvergunningen in België tegenover die van het Vlaams Gewest.
De blauwe grafiek ligt een pak hoger en wilt dus zeggen dat men met het blote oog kan zien dat in België een pak meer bouwvergunningen hoger ligt dan die van in het Vlaams Gewest.
Aangezien België ook nog bestaat uit het Brussels Hoofdstedelijk Gewest en het Waals Gewest, is het niet meer dan normaal dat het aantal in België veel hoger ligt dan dat van in Vlaanderen.
Student heeft hier geen uitleg bij gegeven.

Post a new message
Dataseries X:
2266
1878
2267
2069
1746
2299
2360
2214
2825
2355
2333
3016
2155
2172
2150
2533
2058
2160
2259
2498
2695
2799
2945
2930
2318
2540
2570
2669
2450
2842
3439
2677
2979
2257
2842
2546
2455
2293
2379
2478
2054
2272
2351
2271
2542
2304
2194
2722
2395
2146
1894
2548
2087
2063
2481
2476
2212
2834
2148
2598
Dataseries Y:
1510
1225
1577
1417
1224
1693
1633
1639
1914
1586
1552
2081
1500
1437
1470
1849
1387
1592
1589
1798
1935
1887
2027
2080
1556
1682
1785
1869
1781
2082
2570
1862
1936
1504
1765
1607
1577
1493
1615
1700
1335
1523
1623
1540
1637
1524
1419
1821
1593
1357
1263
1750
1405
1393
1639
1679
1551
1744
1429
1784




Summary of computational 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 computational 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=18246&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]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=18246&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=18246&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 time1 seconds
R Server'Gwilym Jenkins' @ 72.249.127.135



Parameters (Session):
par1 = blue ; par2 = red ; par3 = TRUE ; par4 = België ; par5 = Vlaams gewest ;
Parameters (R input):
par1 = blue ; par2 = red ; par3 = TRUE ; par4 = België ; par5 = Vlaams gewest ;
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()