SingleBatchModel2 {CNPBayes} | R Documentation |
Create objects of class SingleBatchModel or SingleBatchPooled
SingleBatchModel2(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))
dat |
numeric vector of average log R ratios |
hp |
an object of class |
mp |
an object of class |
An instance of MultiBatchModel
SingleBatchModel2() SingleBatchModel2(dat=rnorm(100), hpList(k=2)[["SB"]]) SingleBatchPooled()