Skip to content

Commit

Permalink
typo check
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Sep 4, 2024
1 parent 4383952 commit 80372dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/fitting-dists-with-stan.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This vignette builds on the concepts introduced in the [Getting Started with pri

## Packages used in this vignette

Alongside the `primarycensoreddist` package we will use the `cmdstanr` package for interfacing with cmdstananalysis. We will also use the `ggplot2` package for plotting and `dplyr` for data manipulation.
Alongside the `primarycensoreddist` package we will use the `cmdstanr` package for interfacing with cmdstan. We will also use the `ggplot2` package for plotting and `dplyr` for data manipulation.

```{r setup, message = FALSE}
library(primarycensoreddist)
Expand Down Expand Up @@ -172,7 +172,7 @@ Now let's compile the model
naive_model <- cmdstan_model(file.path(tempdir(), "naive_lognormal.stan"))
```

aand now let's fit the compiled model.
and now let's fit the compiled model.

```{r fit-naive-model, message = FALSE}
naive_fit <- naive_model$sample(
Expand Down

0 comments on commit 80372dc

Please sign in to comment.