powered by
Returns posterior samples from a fitted RStanTVA model.
# S4 method for stantvafit extract(object, pars, ...)
See rstan::extract() for details.
rstan::extract()
The RStanTVA fit.
(Optional) A character vector of variable names to extract.
Additional arguments passed to rstan::extract(), e.g. permuted and inc_warmup.
permuted
inc_warmup
if (FALSE) { f <- read_stantva_fit("fit.rds") extract(f, "C_Intercept") }
Run the code above in your browser using DataLab