Skip to content

Commit 50d92ae

Browse files
committed
Merge pull request #2 from rasmusab/develop
Moved README images to a folder.
2 parents 4d4e0e2 + 31b578e commit 50d92ae

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
^blogposts$
77
Rplots.pdf
88
cran-comments.md
9+
^README-files$
File renamed without changes.
File renamed without changes.

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ output:
88
knitr::opts_chunk$set(
99
collapse = TRUE,
1010
comment = "##",
11-
fig.path = "README-"
11+
fig.path = "README-files/README-"
1212
)
1313
set.seed(123)
1414
```

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ summary(b1)
4343
plot(b1)
4444
```
4545

46-
![](README-president_summary-1.png)
46+
![](README-files/README-president_summary-1.png)
4747

4848
While it is possible to use a summary statistic that works on a resample of the original data, it is more efficient if it's possible to use a summary statistic that works on a *reweighting* of the original dataset. Instead of using `mean` above it would be better to use `weighted.mean` like this:
4949

@@ -80,7 +80,7 @@ b_diff <- as.bayesboot(b_presidents - b_opponents)
8080
plot(b_diff)
8181
```
8282

83-
![](README-height_comparison-1.png)
83+
![](README-files/README-height_comparison-1.png)
8484

8585
So there is some evidence that loosing opponents could be shorter. (Though, I must add that it is quite unclear what the purpose really is with analyzing the heights of presidents and opponents...)
8686

@@ -113,7 +113,7 @@ lines(cars$speed, colMeans(bb_loess, na.rm = TRUE), type ="l",
113113
col = "tomato", lwd = 4)
114114
```
115115

116-
![](README-car_plot-1.png)
116+
![](README-files/README-car_plot-1.png)
117117

118118
More information
119119
----------------

0 commit comments

Comments
 (0)