Skip to contents

Return the Number of Posterior Draws of a dynamitefit Object

Usage

# S3 method for dynamitefit
ndraws(x)

Arguments

x

[dynamitefit]
The model fit object.

Value

Number of posterior draws as a single integer value.

Examples

data.table::setDTthreads(1) # For CRAN
ndraws(gaussian_example_fit)
#> [1] 200