R/get_model_selections.R

Defines functions get_model_selections

Documented in get_model_selections

#' Get the possible ways to select an inference model
#' @return a character vector
#' @author Richèl J.C. Bilderbeek
#' @examples
#' get_model_selections()
#' @export
get_model_selections <- function() {
  c("generative", "most_evidence")
}

Try the pirouette package in your browser

Any scripts or data that you put into this service are public.

pirouette documentation built on Oct. 7, 2023, 9:06 a.m.