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", res = 150L, parallel = TRUE)

Arguments

mode

A string specifying the mode for the analyses.

res

A count indicating the nominal resolution in ppi.

parallel

A flag indicating whether to run the chains in parallel.

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/ranmr documentation built on May 25, 2019, 11:21 a.m.