Turkish insurance {DDPM}R Documentation

The data contain claim frequency for automobile portfolios of a Turkish insurance company

Description

The function gives the claim frequency for automobile portfolios of a Turkish insurance company occurred between 2012 and 2014.

Usage

data_auto

Arguments

data_auto

A vector of (non-negative integer) count values.

Details

The data contain claim frequency for the automobile portfolios of a Turkish insurance company that occurred between 2012 and 2014. They were used by Sarul and Sahin (2015) and fitted by the zero-inflated and hurdle models in general insurance.

Value

data_auto gives the claim frequency for automobile portfolios of a Turkish insurance company occurred between 2012 and 2014.

Author(s)

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

References

Sarul, L. S., & Sahin, S. (2015). An application of claim frequency data using zero-inflated and hurdle models in general insurance. Journal of Business Economics and Finance, 4(4).

See Also

data_claims, data_claim1, data_claim2, data_claim3

Examples

x<-data_auto
summary(x)
table (x)

[Package DDPM version 0.1.0 Index]