perform_analyses: Perform Analyses

Description Usage Arguments

View source: R/perform-analyses.R

Description

Performs batch jags analyses. It goes through the folders defined by ... and pulls out the data of name name (by default "data" and then fits the models defined in models. Note beep = TRUE has caused crashed with RStudio on windows.

Usage

1
2
perform_analyses(models, ..., niters = 10^3, mode = "current",
  name = "data", beep = getOption("poiscon.beep", default = FALSE))

Arguments

models

A jags_model object.

...

A series of character vectors or a list of character vectors of folders to cycle through.

niters

A count of the number of iterations to perform.

mode

A string of the opts_jagr mode.

name

A string of the name of the data file.

beep

A flag indicating whether to beep on completion.


poissonconsulting/poiscon documentation built on Feb. 18, 2021, 11:16 p.m.