R/samplers.R

#' @title Function \code{samplers}
#' @description Returns the vector of options for slot of the \code{Samplers} object. See the tutorial vignette for details.
#' @export
#' @return vector of options for slot of the \code{Samplers} object
samplers = function(){
  c("default", "slice_step") #, "metropolis") # metropolis is not implemented
}
wlandau/fbseq documentation built on May 4, 2019, 8:43 a.m.