Skip to contents

Initialize a model If model is not compiled yet, then compile it. Otherwise, use the binary.

Usage

load_model(model_file, force = FALSE, verbose = FALSE)

Arguments

model_file

model file to be compiled, either full path to a model, or else will look in models folder inside the installed package folder.

force

force recompile

verbose

show output from Stan / cmdstanr? Defaults to FALSE.