From 80372dc911ddd2697c8eac1592f8c24175074a70 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 4 Sep 2024 22:29:20 +0100 Subject: [PATCH] typo check --- vignettes/fitting-dists-with-stan.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/fitting-dists-with-stan.Rmd b/vignettes/fitting-dists-with-stan.Rmd index 3e3a01e..0d251f3 100644 --- a/vignettes/fitting-dists-with-stan.Rmd +++ b/vignettes/fitting-dists-with-stan.Rmd @@ -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) @@ -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(