Learn R Programming

evir (version 1.7-4)

records: Calculate Record Development

Description

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

Usage

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

Value

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

Run this code
# NOT RUN {
data(danish)
# }
# NOT RUN {
records(danish)
# }
# NOT RUN {
# Record fire insurance losses in Denmark 
# }

Run the code above in your browser using DataLab