pdSTAN: Call STAN models

View source: R/pfDesign_stan.R

pdSTANR Documentation

Call STAN models

Description

Call STAN models

Usage

pdSTAN(
  lst.data,
  stan.mdl = "mixprior",
  chains = 4,
  iter = 2000,
  warmup = 1000,
  control = list(adapt_delta = 0.95),
  cores = 4,
  ...
)

Arguments

chains

STAN parameter. Number of Markov chainsm

iter

STAN parameter. Number of iterations

warmup

STAN parameter. Number of burnin.

control

STAN parameter. See rstan::stan for details.

...

other options to call STAN sampling such as thin, algorithm. See rstan::sampling for details.#'


olssol/pfDesign documentation built on March 27, 2022, 4:30 p.m.