Extracts draws from a nutpie_fit object, compatible with cmdstanr's draws() method.

# S3 method for class 'nutpie_fit'
draws(x, variables = NULL, ...)

Arguments

x

A nutpie_fit object.

variables

Character vector of variable names to extract. If NULL, extracts all variables.

...

Additional arguments (currently ignored).

Value

A draws_array object.