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")
}
richelbilderbeek/pirouette documentation built on Oct. 18, 2023, 3:09 p.m.