Skip to contents

This function compiles the stan model, and is written to include the 'stan' folder. Within each stan file, to include the functions, use #include functions/your_function_file.stan

Usage

ww_model(
  model,
  include = system.file("stan", package = "cfaforecastrenewalww"),
  compile = TRUE,
  threads = FALSE,
  target_dir = tempdir(),
  stanc_options = list(),
  cpp_options = list(),
  verbose = TRUE,
  ...
)

Arguments

...