StanModule
-> character
as.character.StanModule.Rd
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.
See also
Other StanModule:
StanModule-class
,
as.list.StanModule()
,
as_print_string.StanModule()