Skip to content

Commit 5c75ad2

Browse files
Solomon KurzSolomon Kurz
authored andcommitted
mild code/prose updates
1 parent 61ca4c3 commit 5c75ad2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

10.Rmd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,8 +1155,8 @@ ppa %>%
11551155
stat = "identity",
11561156
alpha = 1/4, size = 1/2) +
11571157
geom_text(data = d,
1158-
aes(y = total_tools, label = total_tools),
1159-
size = 3.5) +
1158+
aes(y = total_tools, label = total_tools),
1159+
size = 3.5) +
11601160
labs(subtitle = "Blue is the high contact rate; black is the low.",
11611161
x = "log population",
11621162
y = "total tools") +
@@ -1226,6 +1226,7 @@ my_upper <- function(data, mapping, ...) {
12261226
mapping = aes(),
12271227
size = 4,
12281228
color = wes_palette("Moonrise2")[4],
1229+
alpha = 4/5,
12291230
family = "Times") +
12301231
theme_void()
12311232
}
@@ -1445,8 +1446,6 @@ library(brms)
14451446

14461447
Before we fit the model, we might take a quick look at the prior structure with `brms::get_prior()`.
14471448

1448-
Here's our multinomial model in brms. Do note the specification `family = categorical(link = logit)`.
1449-
14501449
```{r}
14511450
get_prior(data = list(career = career),
14521451
family = categorical(link = logit),

0 commit comments

Comments
 (0)