Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
perlatex committed Mar 11, 2022
1 parent b6c8b3b commit 3e55a7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bayesian_inference.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ $$
假定这是收集的200位学生身高和体重数据

```{r}
library(tidyverse)
d <- readr::read_rds(here::here('demo_data', "height_weight.rds"))
head(d)
```
Expand Down Expand Up @@ -86,6 +85,7 @@ d %>%
把我们的猜测画出来就是这样的,

```{r, fig.width = 6, fig.height = 2.5}
library(patchwork)
p1 <-
ggplot(data = tibble(x = seq(from = 100, to = 230, by = .1)),
aes(x = x, y = dnorm(x, mean = 168, sd = 20))) +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ account: wangminjie
server: bookdown.org
hostUrl: https://bookdown.org/__api__
appId: 3039
bundleId: 67183
bundleId: 68378
url: https://bookdown.org/wangminjie/R4DS/
when: 1644480563.35591
lastSyncTime: 1644480563.35591
when: 1647004512.83315
lastSyncTime: 1647004512.83315

0 comments on commit 3e55a7e

Please sign in to comment.