R Dataset / Package evir / danish

On this R-data statistics page, you will find information about the danish data set which pertains to Danish Fire Insurance Claims. The danish data set is found in the evir R package. You can load the danish data set in R by issuing the following command at the console data("danish"). This will load the data into a variable called danish. If R says the danish data set is not found, you can try installing the package by issuing this command install.packages("evir") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the danish R data set. The size of this file is about 34,254 bytes.

Danish Fire Insurance Claims

Description

These data describe large fire insurance claims in Denmark from Thursday 3rd January 1980 until Monday 31st December 1990. The data are contained in a numeric vector. The dates of each observation are contained in a times attribute, which is an object of class "POSIXct" (see DateTimeClasses). They were supplied by Mette Rytgaard of Copenhagen Re. Note that these data form an irregular time series.

Usage

data(danish)

Format

A numeric vector containing 2167 observations, with a times attribute which is a POSIXct object of the same length.

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-evir-danish.html" width="100%" height="100%" style="border:0px"></iframe>