fire | R Documentation |
The Danish Fire Insurance Claims Database includes 2167 industrial fire losses gathered from the Copenhagen Reinsurance Company over the period 1980-1990.
fire
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.
de Carvalho, M. & Marques, F. (2012) Jackknife Euclidean likelihood-based inference for Spearman's rho. North American Actuarial Journal, 16, 487-492.
https://www.maths.ed.ac.uk/~mdecarv/decarvalho2012bsh.html
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.