Skip to contents

Converts a Prior object to a StanModule object

Usage

# S3 method for class 'Prior'
as.StanModule(object, name, size = 1, ...)

Arguments

object

(Prior) a prior Distribution

name

(character) the name of the parameter the prior distribution is for

size

(numeric or character) the parameter size.

...

Not Used.