n_draw.bage_mod: Get the Number of Draws for a Model Object
Description
Get the value of n_draw for a model object.
n_draw controls the number
of posterior draws that are generated
by functions such as augment()
and components().
Usage
# S3 method for bage_mod
n_draw(x)
Value
An integer
Arguments
x
An object of class "bage_mod",
created using mod_pois(), mod_binom(),
or mod_norm().
See Also
set_n_draw() Modify the value of n_draw
mod_pois(),mod_binom(),mod_norm() Create a model object