Skip to content

Commit 435824e

Browse files
committed
Reword some text related to compareMCMCs in manual.
1 parent 49401f9 commit 435824e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

UserManual/src/chapter_MCMC.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,9 +1228,9 @@ samplesList <- runMCMC(Cmcmc_CL, niter=1000, nchains=3)
12281228
lapply(samplesList, dim)
12291229
```
12301230

1231-
## Comparing different MCMCs with *MCMCsuite* and *compareMCMCs* {#mcmc-suite-compare-mcmcs}
1231+
## Comparing different MCMCs with *compareMCMCs* {#mcmc-suite-compare-mcmcs}
12321232

1233-
Please see the `compareMCMCs` package for the features previously provided by `MCMCsuite` and `compareMCMCs` in NIMBLE (until version 0.8.0). The `compareMCMCs` package provides tools to automatically run MCMC in nimble (including multiple sampler configurations), WinBUGS, OpenBUGS, JAGS, Stan, or any other engine for which you provide a simple common interface. The package makes it easy to manage comparison metrics and generate html pages with comparison figures.
1233+
Please see the `compareMCMCs` package for the features previously provided by the `compareMCMCs` function (and `MCMCsuite` function) in NIMBLE (until version 0.8.0). The `compareMCMCs` package provides tools to automatically run MCMC in nimble (including multiple sampler configurations), WinBUGS, OpenBUGS, JAGS, Stan, or any other engine for which you provide a simple common interface. The package makes it easy to manage comparison metrics and generate html pages with comparison figures.
12341234

12351235
## Running MCMC chains in parallel
12361236

0 commit comments

Comments
 (0)