R/example_elt.R

#' Example ELT Data
#'
#' This is a mock up of an ELT to help show case the typical structure of the data set and attributes
#'
#' @format a data.table with 10 rows and 6 variables:
#' \describe{
#'      \item{id} { unique event identifier}
#'      \item{rate} { the expected annual frequency of occurence of each event}
#'      \item{mean} {the mean event loss if it occurs}
#'      \item{sdevi} {independent component of standard deviation of event loss if it occurs}
#'      \item{sdevc} {correlated component of standard deviation of event loss if it occurs }
#'      \item{exp} {maximum loss equivalent to total limit exposed}
#'   }
#' @source internal mockup

Try the eltr package in your browser

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

eltr documentation built on Jan. 16, 2021, 5:05 p.m.