fire {DATAstudio} | R Documentation |
Danish Fire Insurance Claims Database
Description
The Danish Fire Insurance Claims Database includes 2167 industrial fire losses gathered from the Copenhagen Reinsurance Company over the period 1980-1990.
Usage
fire
Format
A dataframe with 2167 observations on five variables, namely:
Positions
: date.building
: loss to buildings.content
: loss to content.profits
: loss to profits.total
: total loss.
References
de Carvalho, M. & Marques, F. (2012) Jackknife Euclidean likelihood-based inference for Spearman's rho. North American Actuarial Journal, 16, 487-492.
See Also
https://www.maths.ed.ac.uk/~mdecarv/decarvalho2012bsh.html
Examples
data(fire)
attach(fire)
plot(building, contents, pch = 20, xlim = c(0, 95), ylim = c(0, 133),
xlab = "Loss of Building", ylab = "Loss of Contents",
main = "Danish Fire Insurance Claims")
## Not run:
## Confidence intervals for Spearman rho; install the package
## spearmanCI, if not installed
if (!require("spearmanCI")) install.packages("spearmanCI")
spearmanCI(building, contents)
## End(Not run)
[Package DATAstudio version 1.1 Index]