Skip to contents

Creates only the Stan declaration for a Parameter. Sampled parameters are declared in the parameters block; constant parameters are declared in the transformed parameters block.

Usage

# S3 method for class 'ParameterDeclaration'
as.StanModule(object, ...)

Arguments

object

(Parameter) a prior Distribution

...

not used.

Value

A StanModule object.