View source: R/pfDesign_stan.R
pdSTAN | R Documentation |
Call STAN models
pdSTAN( lst.data, stan.mdl = "mixprior", chains = 4, iter = 2000, warmup = 1000, control = list(adapt_delta = 0.95), cores = 4, ... )
chains |
STAN parameter. Number of Markov chainsm |
iter |
STAN parameter. Number of iterations |
warmup |
STAN parameter. Number of burnin. |
control |
STAN parameter. See |
... |
other options to call STAN sampling such as |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.