R/mro1D.R

#' simulated data for the continuous approach (1D)
#'
#' A data set containing data simulated with constant recovery probability in
#' one-dimensional space and continuous estimates of all parameters.
#'
#' @docType data
#' @usage data(mro1D)
#' @format A markRecaptureObject.
#' \describe{
#'   \item{mro1D}{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(mro1D)
#' str(mro1D)
"mro1D"
SaskiaSchirmer/CONSURE documentation built on Sept. 3, 2023, 8:52 a.m.