R/mro2D.R

#' simulated data for the continuous approach (2D)
#'
#' A data set containing data simulated with constant recovery probability in
#' two-dimensional space and continuous estimates of all parameters.
#'
#' @docType data
#' @usage data(mro2D)
#' @format A markRecaptureObject:
#' \describe{
#'   \item{mro}{An object of the type mark_recapture_object containing the
#'   simulated data with the true values of the parameters and the estimated
#'   values of the continuous approach}
#' }
#'
#' @references This data set was artificially created for the CONSURE package.
#' @keywords data sets
#' @examples
#'
#' data(mro2D)
#' str(mro2D)
"mro2D"
SaskiaSchirmer/CONSURE documentation built on Sept. 3, 2023, 8:52 a.m.