View source: R/psrwe_powerprior.R
rwe_stan | R Documentation |
Call STAN models. Called by psrwe_powerp
.
rwe_stan(
lst_data,
stan_mdl = c("powerps", "powerpsbinary", "powerp"),
chains = 4,
iter = 2000,
warmup = 1000,
control = list(adapt_delta = 0.95),
...
)
lst_data |
List of study data to be passed to STAN |
stan_mdl |
STAN model including
|
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 |
Result from STAN sampling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.