replicate_results: Replicate Results

Description Usage Arguments Details

View source: R/replicate-results.R

Description

Replicates the results by running the package demo. The results are saved to a folder results in the working directory.

Usage

1
replicate_results(mode = "debug", parallel = TRUE, ask = TRUE)

Arguments

mode

A string specifying the mode for the analyses.

parallel

A flag indicating whether to run the chains in parallel.

ask

A flag indicating whether to ask before creating results directory.

Details

By default (mode = "debug") the analyses are run in debug mode which quickly generates non-convergent results (this is useful for testing everything works before commiting to the full analyses).

To run the analyses with sufficient iterations for convergence with an R-hat value of 1.1. set mode = "report". To run the analyses with the same settings as used for the paper set mode = "paper".


poissonconsulting/mwst2 documentation built on Sept. 9, 2020, 11:22 a.m.