R/stan.R
stan.Rd
Compile and sample with cmdstanr
stan(stan_file, data, refresh = 250, ...)
String. Stan file path.
List. Data list.
Integer. Random seed passed to cmdstanr's $sample().
$sample()
A CmdStanFit object.
CmdStanFit