modelBuilder {flps} | R Documentation |
Generate compiled Stan object to facilitate the analysis
Description
Generate compiled Stan object to facilitate the analysis
Usage
modelBuilder(lv_type, multilevel = FALSE, lv_randomeffect = FALSE)
Arguments
lv_type |
A character string specifying 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
There's no return, but the compiled objects are saved in the package root directory.
[Package flps version 1.1.0 Index]