Last data update: 2014.03.03

R: Danish Fire Losses
danishR Documentation

Danish Fire Losses

Description

The danish timeSeries dataset provides the daily closing value for the Danish fire losses measured from January 1980 through December 1990. In addition, the data set is also made available as a data.frame.

Usage

data(danish)
data(danish.df)

Examples

data(danish)
head(danish)  

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(QRM)
Loading required package: gsl
Loading required package: Matrix
Loading required package: mvtnorm
Loading required package: numDeriv
Loading required package: timeSeries
Loading required package: timeDate

Attaching package: 'QRM'

The following object is masked from 'package:base':

    lbeta

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/QRM/danish.Rd_%03d_medium.png", width=480, height=480)
> ### Name: danish
> ### Title: Danish Fire Losses
> ### Aliases: danish danish.df
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(danish)
> head(danish)  
GMT
           FIRE.LOSSES
1980-01-03    1.683748
1980-01-04    2.093704
1980-01-05    1.732581
1980-01-07    1.779754
1980-01-07    4.612006
1980-01-10    8.725274
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>