View source: R/amDataGetMore.R
amDataGetMore | R Documentation |
Generate additional data if previously generated data were insufficient to run to conclusion with unrestricted n. amDataGetMore is called within SeqSGPV.
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
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.