Skip to content

Commit

Permalink
Documentation #168
Browse files Browse the repository at this point in the history
  • Loading branch information
LHMarshall committed Dec 21, 2023
1 parent b4083a4 commit 4f5dbd5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions R/bootdht.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@
#' when running in parallel, so all computations must be made using only its
#' `ests` and `fit` arguments (i.e., you can not use R objects from elsewhere
#' in that function, even if they are available to you from the console).
#'
#' Another consequence of the global environment being unavailable inside
#' parallel bootstraps is that any starting values in the model object passed
#' in to `bootdht` must be hard coded (otherwise you get back 0 successful
#' bootstraps). For a worked example showing this, see the camera trap distance
#' sampling online example at
#' <https://examples.distancesampling.org/Distance-cameratraps/camera-distill.html>.
#'
#' @importFrom utils txtProgressBar setTxtProgressBar getTxtProgressBar
#' @importFrom stats as.formula AIC
Expand Down
7 changes: 7 additions & 0 deletions man/bootdht.Rd

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

0 comments on commit 4f5dbd5

Please sign in to comment.