Skip to contents

Compile the Stan module.

Usage

compileStanModel(object)

# S3 method for class 'StanModule'
compileStanModel(object)

# S3 method for class 'JointModel'
compileStanModel(object)

Arguments

object

the module.

Value

A compiled cmdstanr::CmdStanModel object.

Examples

if (FALSE) { # \dontrun{
compileStanModel(JointModel(LongitudinalGSF()))
} # }