You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support for using MCDS.exe from Distance for Windows to run analyses. You can now download MCDS.exe using mrds::download_MCDS_dot_exe run analyses using this engine, rather (or in tandem with) the usual R optimizers provided in mrds. ds will pick the best (by likelihood) and return that. See ?ds and ?"mcds-dot-exe" for more details.
Copy file name to clipboardExpand all lines: R/ds.R
+28-4Lines changed: 28 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -100,8 +100,21 @@
100
100
#' used.
101
101
#' @param max_adjustments maximum number of adjustments to try (default 5) only
102
102
#' used when `order=NULL`.
103
-
#' @param er_method encounter rate variance calculation: default = 2 gives the method of Innes et al, using expected counts in the encounter rate. Setting to 1 gives observed counts (which matches Distance for Windows) and 0 uses binomial variance (only useful in the rare situation where study area = surveyed area). See [`dht.se`][mrds::dht.se] for more details.
104
-
#' @param dht_se should uncertainty be calculated when using `dht`? Safe to leave as `TRUE`, used in `bootdht`.
Copy file name to clipboardExpand all lines: R/make_activity_fn.R
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@
9
9
#' passed to `bootdht`. It is recommended that you try out the function before
10
10
#' passing it to [`bootdht`]. See examples for a template for use.
11
11
#'
12
-
#' @inheritParams activity::fitact
13
12
#' @param \dots parameters specified by activity::fitact
14
13
#' @param detector_daily_duration by default we assume that detectors were able to detect animals for 24 hours, if they were only able to do this for some proportion of the day (say daylight hours), then adjust this argument accordingly
15
14
#' @return a function which generates a single bootstrap estimate of
0 commit comments