amData: amData

View source: R/amData.R

amDataR Documentation

amData

Description

Generate mcmc simulations of adaptive monitoring with parallel computing. amData is called within SeqSGPV.

Usage

amData(
  nreps,
  os,
  fork = TRUE,
  socket = TRUE,
  cores = detectCores(),
  dataGeneration,
  dataGenArgs,
  effectGeneration,
  effectGenArgs,
  effectScale,
  allocation,
  randomize,
  modelFit,
  modelFitArgs,
  existingData
)

Arguments

nreps

See SeqSGPV

os

See SeqSGPV

fork

See SeqSGPV

socket

See SeqSGPV

cores

See SeqSGPV

dataGeneration

See SeqSGPV

dataGenArgs

See SeqSGPV

effectGeneration

See SeqSGPV

effectGenArgs

See SeqSGPV

effectScale

See SeqSGPV

allocation

See SeqSGPV

randomize

TRUE if length(allocation) > 1

modelFit

See SeqSGPV

modelFitArgs

See SeqSGPV

existingData

Previously provided data


chipmanj/SeqSGPV documentation built on May 1, 2024, 10:38 p.m.