R/elek.R

##' Post-processed seals
##'
##' The original seal dataset (ele) provided in slimmingDive after
##' being fully processed by slimmingDive (just before aplying the
##' postKalman function). This data set will save time for testing or
##' experimenting with \code{slimmingDive} avoiding the use of the
##' time consuming \code{kalman} function.
##' 
##' @format A list with 6 objects:
##' \describe{
##'   \item{Data}{Dataset imputed to the \code{kalman} function}
##'   \item{model}{model definition}
##'   \item{kalman}{kalman expression}
##'   \item{mns}{summaries}
##'   \item{duration}{The time it took to fit the model}
##'   \item{burn.in}{burn.in length, in iterations}
##' ...
##' }
##' @source \url{http://www.imos.org.au}
##' @export
"elek"
farcego/slimmingDive documentation built on April 14, 2024, 8:24 a.m.