#' Get the names of the parameters used in the MBD model
#' @author Richel J.C. Bilderbeek
#' @export
get_mbd_param_names <- function() {
c("lambda", "mu", "nu", "q")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.