Skip to content

Commit

Permalink
fix doc order
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Aug 16, 2024
1 parent bf1d19c commit 980a460
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions R/SimSolve.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@
#' is consistently between [.795, .805] then \code{predCI.tol = .01} to indicate this
#' tolerance range
#'
#' @param control a \code{list} of the algorithm control parameters. If not specified,
#' the defaults described below are used.
#'
#' @param wait.time (optional) argument passed to \code{\link{PBA}} to indicate
#' the time to wait (specified in minutes) per row in the \code{Design} object
#' rather than using pre-determined termination criteria based on the estimates.
Expand All @@ -129,6 +126,9 @@
#' \code{maxiter} is still used alongside \code{wait.time}, therefore this should
#' be increased as well (e.g., to \code{maxiter = 1000})
#'
#' @param control a \code{list} of the algorithm control parameters. If not specified,
#' the defaults described below are used.
#'
#' \describe{
#' \item{\code{tol}}{tolerance criteria for early termination (.1 for
#' \code{integer = TRUE} searches; .00025 for non-integer searches}
Expand Down
56 changes: 28 additions & 28 deletions man/SimSolve.Rd

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

0 comments on commit 980a460

Please sign in to comment.