check_stan_backend: Check availability of Stan backend
Description
Verifies if cmdstanr or rstan is available for model fitting.
Usage
check_stan_backend(verbose = FALSE)
Value
Character string: "cmdstanr", "rstan", or "none"
Arguments
- verbose
Logical. Print status messages. Default FALSE.