R/study-real_mcmc.R

Defines functions real_mcmc

Documented in real_mcmc

#' @include study-real_init.R
NULL

#' @title Function \code{real_mcmc}
#' @description MCMC of the real data analysis
#' @export
#' @return path to simulated objects
#' @param path to directory to save simulations and results
real_mcmc = function(path = newdir()){
  path = newdir(path)
  real_init(path)
  fit(path, benchmarks = NULL, priors = "normal", fbseq_methods = "fullybayes")
  path
}
wlandau/fbseqComputation documentation built on May 4, 2019, 8:43 a.m.