extract,list-method | R Documentation |
Extract thingy
## S4 method for signature 'list'
extract(object, pars, permuted = TRUE, include = TRUE)
object |
list object produced by read_stan_mcmc |
pars |
character vector of parameters to be extracted (or not) |
permuted |
should the MCMC sample chains be permuted and combined? |
include |
should pars be extracted (TRUE) or everything except the pars (FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.