R/stans.R

Defines functions list_models

Documented in list_models

#' @useDynLib beliefupdatr, .registration = TRUE
#' @import Rcpp
#' @import methods
NULL

#' List the included models
#'
#' These can be passed to model_filename or compile_stan
#'
#' @export
list_models <- function() {
  names(stanmodels)
}
kleinschmidt/beliefupdatr documentation built on May 24, 2020, 8:26 p.m.