#' Create the MBD parameters
#' @inheritParams default_params_doc
#' @author Richel J.C. Bilderbeek
#' @export
create_mbd_params <- function(
lambda,
mu,
nu,
q
) {
mbd_params <- list(
lambda = lambda,
mu = mu,
nu = nu,
q = q
)
becosys::check_mbd_params(mbd_params)
mbd_params
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.