Skip to contents

Returns a named list where each element of the list corresponds to a Stan modelling block e.g. data, model, etc.

Usage

# S3 method for StanModel
as.list(x, ...)

Arguments

x

(StanModel)
A Stan Model

...

Not Used.

See also

Other StanModel: StanModel-class