Skip to contents

Converts a StanModule object into a valid Stan program file where each line of the returned character vector represents a line of the program

Usage

# S3 method for StanModule
as.character(x, ...)

Arguments

x

(StanModule)
A stan program

...

Not Used.