R/data.R

## data documentation

#' Data from 2014 Sierra Leone Ebola epidemic
#'
#' Ebola case reports ...
#'
#' @format A data frame with 67 rows comprising:
#' \describe{
#' \item{times}{decimal dates (year + fraction of year)}
#' \item{confirmed}{confirmed cases}
#' }
"SierraLeone2014"

#' Nicholson's blowfly data
#'
#' ...
#'
#' @format A data frame containing 361 rows comprising:
#'
#' \describe{
#'  \item{eggs}{number of eggs}
#'  \item{nonemerging}{?}
#'  \item{emerging}{?}
#'  \item{deaths}{?}
#'  \item{total}{?}
#' }
"blowfly"

#' Tumor growth data
#'
#' ...
#'
#' @format A data frame containing 14 rows comprising:
#'
#' \describe{
#'  \item{day}{}
#'  \item{volume}{}
#' }
"tumorgrowth"

Try the fitode package in your browser

Any scripts or data that you put into this service are public.

fitode documentation built on Oct. 29, 2022, 9:05 a.m.