View source: R/amDataSingleGetMore.R
amDataSingleGetMore | R Documentation |
Generate additional observations for single mcmc simulation. amDataSingleGetMore is called within SeqSGPV.
amDataSingleGetMore(
existingDataList,
iInsufficient,
getMore,
dataGeneration,
dataGenArgs,
effectGeneration,
effectGenArgs,
effectScale,
allocation,
randomize,
effectPN,
null,
deltaL2,
deltaL1,
deltaG1,
deltaG2,
modelFit,
modelFitArgs
)
existingDataList |
Previously provided data |
iInsufficient |
Single index of list element with insufficient data for SeqSGPV to be conclusion |
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.