powered by
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 vector
whether a plot of record development should be created
confidence level for record development plot
graphics parameters
A 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) # } # NOT RUN { # Record fire insurance losses in Denmark # }
Run the code above in your browser using DataLab