Skip to content

Commit 4fb3450

Browse files
committed
doc: fix typo in hgf_tutorial
1 parent a34b0d1 commit 4fb3450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/vignettes/hgf_tutorial.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ and [`hgf_ibrb_single`](../reference/hgf_ibrb_single.html) on the example data.
221221

222222
Below is the simplest way to run [`hgf_ibrb`](../reference/hgf_ibrb.html) on a dataset with multiple participants.
223223
The command below initiates an MCMC procedure of 4 MCMC chains,
224-
each consisting of 5 burn-in (warm-up) iterations followed by 5 sampling iterations.
224+
each consisting of 500 burn-in (warm-up) iterations followed by 500 sampling iterations.
225225

226226
```{r, eval = FALSE}
227227
fit <- hgf_ibrb(data = "example", niter = 1000, nwarmup = 500, nchain = 4)

0 commit comments

Comments
 (0)