records function

Calculate Record Development

Calculate Record Development

Creates a data frame showing the development of records in a dataset and calculating the expected behaviour for iid data.

records(data, do.plot = TRUE, conf.level = 0.95, ...)

Arguments

  • data: data vector
  • do.plot: whether a plot of record development should be created
  • conf.level: confidence level for record development plot
  • ...: graphics parameters

Returns

A data frame.

Details

Records are counted and the observations at which they occur recorded. This is compared with the expected behaviour for iid data.

Examples

## Not run: data(danish) ## Not run: records(danish) # Record fire insurance losses in Denmark
  • Maintainer: Bernhard Pfaff
  • License: GPL (>= 2)
  • Last published: 2018-03-20

Useful links