Skip to contents

Precompile bmcm model

Usage

precompile_bmcm_model(
  input_data,
  family_latent = "exponential",
  cureformula = ~1,
  model_name = NA,
  use_cmdstanr = FALSE,
  file_path = NA
)

Arguments

use_cmdstanr

Logical. If TRUE, use cmdstanr to compile the model. Default is FALSE.