analysis_wrapper: User level function to run multiple simulation iterations

Description Usage Arguments Details Examples

Description

lorem ipsum

Usage

1
2
3
analysis_wrapper(simiters, rawdata, dir = "~/temp/", root = "",
  debug = FALSE, verbose = FALSE, type = "stan", stanfit = NA,
  juliabin = NULL, ...)

Arguments

simiters

e.g. 1:2

rawdata

RAW

dir

output directory for intermediate files, which can usually be ignored "~/temp/"

root

"test"

debug

FALSE

verbose

FALSE

type

'jags', 'stan', or 'julia'

stanfit

NA or name of object containing a fitted stan model (re-uses the compiled stan model, which will be efficient for restarting iterations after checking first one(s) for diagnostics

juliabin

NULL or path to directory containing the julia binary file e.g. /Applications/Julia-1.1.app/Contents/Resources/julia/bin/ on mac C:/Users/<username>]/AppData/Local/Julia-1.1.0/bin/ on windows 10

...

arguments to data analyst

Details

lorem ipsum

Examples

1
runif(1)

alexpkeil1/wellwise documentation built on June 15, 2019, 7:02 p.m.