get_draws {dynamite} | R Documentation |
Get the draws of a Stan model fit
Description
Get the draws of a Stan model fit
Usage
get_draws(x, pars)
## S3 method for class 'stanfit'
get_draws(x, pars)
## S3 method for class 'CmdStanMCMC'
get_draws(x, pars)
## S3 method for class 'CMdStanMCMC_CSV'
get_draws(x, pars)
Arguments
x |
A |
pars |
A |
[Package dynamite version 1.5.5 Index]