amData | R Documentation |
Generate mcmc simulations of adaptive monitoring with parallel computing. amData is called within SeqSGPV.
amData(
nreps,
os,
fork = TRUE,
socket = TRUE,
cores = detectCores(),
dataGeneration,
dataGenArgs,
effectGeneration,
effectGenArgs,
effectScale,
allocation,
randomize,
modelFit,
modelFitArgs,
existingData
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.