Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated help files name starting with mcmc #257

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
update
  • Loading branch information
TahminaMojumder committed Oct 25, 2023
commit 9e8a2a0b3bfb5db1a9e5fec5b2005bdf9a0186ee
2 changes: 1 addition & 1 deletion BayesianTools/R/classBayesianSetup.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @param best vector with best prior values
#' @param names optional vector with parameter names
#' @param parallel parallelization option. Default is F. Other options include T, or "external". See details.
#' @param parallelOptions list containing three lists.\n First, "packages" determines the R packages necessary to run the likelihood function.\n Second, "variables" - the objects in the global environment needed to run the likelihood function and \n third, "dlls" is needed to run the likelihood function (see Details and Examples).
#' @param parallelOptions list containing three lists.\itemize{ \item First, "packages" determines the R packages necessary to run the likelihood function.\item Second, "variables" - the objects in the global environment needed to run the likelihood function and \item Third, "dlls" is needed to run the likelihood function (see Details and Examples). }
#' @param catchDuplicates logical, determines whether unique parameter combinations should only be evaluated once. Only used when the likelihood accepts a matrix with parameter as columns.
#' @param plotLower vector with lower limits for plotting
#' @param plotUpper vector with upper limits for plotting
Expand Down
2 changes: 1 addition & 1 deletion BayesianTools/man/createBayesianSetup.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.