| extract_samples | R Documentation |
If the object argument is a <stanfit> object, it simply returns the
result of rstan::extract(). If it is a <CmdStanMCMC> it returns samples
in the same format as rstan::extract() does for <stanfit> objects.
extract_samples(stan_fit, pars = NULL, include = TRUE)
stan_fit |
A |
pars |
Any selection of parameters to extract |
include |
whether the parameters specified in |
List of data.tables with samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.