Skip to contents

Stan Model Object and Constructor Function

Usage

StanModel(stan, parameters, name = "<Unnamed>")

Arguments

stan

(StanModule) code containing the model-specific Stan code specification.

parameters

(ParameterList) the parameter declaration and prior specification.

name

(character) display name for the model object.

Slots

stan

(StanModule)
See Arguments.

parameters

(ParameterList)
See Arguments.

name

(character)
display name for the model object.

See also

Other StanModel: as.list.StanModel()