amDataGetMore: amDataGetMore

View source: R/amDataGetMore.R

amDataGetMoreR Documentation

amDataGetMore

Description

Generate additional data if previously generated data were insufficient to run to conclusion with unrestricted n. amDataGetMore is called within SeqSGPV.

Usage

amDataGetMore(
  insufficients,
  existingDataList,
  os,
  fork = TRUE,
  socket = TRUE,
  cores = detectCores(),
  getMore,
  dataGeneration,
  dataGenArgs,
  effectGeneration,
  effectGenArgs,
  effectScale,
  allocation,
  randomize,
  effectPN,
  null,
  deltaL2,
  deltaL1,
  deltaG1,
  deltaG2,
  modelFit,
  modelFitArgs
)

Arguments

insufficients

Indexes of list with insufficient data for drawing SeqSGPV conclusions

existingDataList

List of mcmc replicates

os

See SeqSGPV

fork

See SeqSGPV

socket

See SeqSGPV

cores

See SeqSGPV

getMore

List of additional data to generate

dataGeneration

See SeqSGPV

dataGenArgs

See SeqSGPV

effectGeneration

See SeqSGPV

effectGenArgs

See SeqSGPV

effectScale

See SeqSGPV

allocation

See SeqSGPV

randomize

TRUE if length(allocation) > 1

effectPN

See SeqSGPV

null

See SeqSGPV

deltaL2

See SeqSGPV

deltaL1

See SeqSGPV

deltaG1

See SeqSGPV

deltaG2

See SeqSGPV

modelFit

See SeqSGPV

modelFitArgs

See SeqSGPV


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