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, ...)
data
: data vectordo.plot
: whether a plot of record development should be createdconf.level
: confidence level for record development plot...
: graphics parametersA data frame.
Records are counted and the observations at which they occur recorded. This is compared with the expected behaviour for iid data.
## Not run: data(danish) ## Not run: records(danish) # Record fire insurance losses in Denmark
Useful links