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 12:21:54 -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/20/t12245269527utb9dhre81te6v.htm/, Retrieved Sun, 19 May 2024 14:56:33 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=17846, Retrieved Sun, 19 May 2024 14:56:33 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact126
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
F     [Pearson Correlation] [Relatie aantal ge...] [2008-10-20 16:55:30] [c5a66f1c8528a963efc2b82a8519f117]
- RMP     [Back to Back Histogram] [aantal gebouwen -...] [2008-10-20 18:21:54] [b4fc5040f26b33db57f84cfb8d1d2b82] [Current]
Feedback Forum

Post a new message
Dataseries X:
1671
1385
1632
1313
1300
1431
1398
1198
1292
1434
1660
1837
1455
1315
1642
1069
1209
1586
1122
1063
1125
1414
1347
1403
1299
1547
1515
1247
1639
1296
1063
1282
1365
1268
1532
1455
1393
1515
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
1621
1539
1637
1523
1418
1819
1594
1359
1261
1722
1407
1380
1642
1681
1542
1704
1431
Dataseries Y:
2319
2383
2513
2553
2341
2540
2371
2122
2301
2512
3145
2741
2548
1987
2281
2016
2434
2637
1831
1851
1839
2609
2417
2394
2372
2717
2998
2538
3007
2475
2175
2465
2279
2323
2746
2601
2486
2718
2646
2551
2712
2606
2365
3533
3509
2912
3599
2719
2869
4085
2686
2545
3071
3388
2652
3190
2884
3295
3818
3226
3953
3810
2877
3515
3708
3450
3360
4110
4384
3729
4263
3505
3674
3911
2951
3317
3417
3498
2768
2899
3171
3004
3481
3016
2595
3509
2833
3125
2556
3628
2876
2575
2903
3438
2926
3068
3015




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time2 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 & 2 seconds \tabularnewline
R Server & 'Gwilym Jenkins' @ 72.249.127.135 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=17846&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]'Gwilym Jenkins' @ 72.249.127.135[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=17846&T=0

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



Parameters (Session):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = aantal gebouwen ; par5 = totale oppervlakte ;
Parameters (R input):
par1 = grey ; par2 = grey ; par3 = TRUE ; par4 = aantal gebouwen ; par5 = aantal woningen ;
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()