| beaonre | R Documentation |
The dataset was collected by the reinsurance broker AON Re Belgium and comprise 1,823 fire losses for which the building type and the sum insured are available.
data(beaonre)
beaonre contains three columns and 1823 rows:
BuildTypeThe building type either A, B, C, D, E or F.
ClaimCostThe loss amount in thousand of Danish Krone (DKK).
SumInsuredThe sum insured in thousand of Danish Krone (DKK).
Dataset used in Beirlant, Dierckx, Goegebeur and Matthys (1999), Tail index estimation and an exponential regression model, Extremes 2, 177-200, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1023/A:1009975020370")}.
# (1) load of data
#
data(beaonre)
# (2) plot and description of data
#
boxplot(ClaimCost ~ BuildType, data=beaonre, log="y",
xlab="Building type", ylab="Claim size", main="AON Re Belgium data")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.