importModel {flps} | R Documentation |
Import compiled Stan object
Description
Import compiled Stan object
Usage
importModel(lv_type, multilevel = FALSE, lv_randomeffect = FALSE)
Arguments
lv_type |
a character indicating the type of FLPS model. |
multilevel |
a logical indicating multilevel Stan model. |
lv_randomeffect |
A logical indicating whether to estimate random effects for latent variables. |
Value
a Stan compiled stanmodel object generated by modelBuilder
[Package flps version 1.1.0 Index]