R/get_tree_and_model_values.R

Defines functions get_tree_and_model_values

Documented in get_tree_and_model_values

#' Get the valid \code{tree_and_model} values
#' @return the four valid \code{tree_and_model} values
#' @author Richèl J.C. Bilderbeek
#' @export
get_tree_and_model_values <- function() {
  c(
    "true_generative", "twin_generative", "true_candidate", "twin_candidate"
  )
}

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.