get_ndraws {dynamite} | R Documentation |
Get the number of draws of a Stan model fit
Description
Get the number of draws of a Stan model fit
Usage
get_ndraws(x)
## S3 method for class 'stanfit'
get_ndraws(x)
## S3 method for class 'CmdStanMCMC'
get_ndraws(x)
## S3 method for class 'CmdStanMCMC_CSV'
get_ndraws(x)
Arguments
x |
A |
[Package dynamite version 1.5.6 Index]