Description Usage Arguments Value See Also Examples
This creates a MultiBatchModel object with a single batch.
1 2 3 4 5 6 7 8 9 10 11 | SingleBatchModel2(dat = numeric(), hp = Hyperparameters(),
mp = McmcParams(iter = 1000, burnin = 1000, thin = 10, nStarts = 4))
SB(dat = numeric(), hp = Hyperparameters(), mp = McmcParams(iter =
1000, burnin = 1000, thin = 10, nStarts = 4))
SingleBatchPooled(dat = numeric(), hp = Hyperparameters(),
mp = McmcParams(iter = 1000, burnin = 1000, thin = 10, nStarts = 4))
SBP(dat = numeric(), hp = Hyperparameters(), mp = McmcParams(iter =
1000, burnin = 1000, thin = 10, nStarts = 4))
|
dat |
numeric vector of average log R ratios |
hp |
an object of class |
mp |
an object of class |
An instance of MultiBatchModel
An instance of MultiBatchModel
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.